{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "title": "Neurodevelopmental Delay Reason for testing and ICD-10 codes",
   "type": "array",
   "minItems": 1,
   "description": "Select all that apply or add new (ICD10 description)",
   "items": {
      "type": "string"
   }
}