UNPKG

eirenerx-sdk

Version:
15 lines (14 loc) 381 B
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "Patient Allergies Schema", "type": "array", "items": { "type": "object", "properties": { "allergy": { "type": "string", "required": true }, "description": { "type": "string", "required": true }, "onset_date": { "type": "string" }, "reaction": {"type": "string" } } } }