{
   "$schema": "https://json-schema.org/draft/2020-12/schema",
   "title": "Clinical Phenotypes",
   "type": "array",
   "description": "Start typing to add phenotypes",
   "items": {
      "type": "string"
   }
}