File size: 258 Bytes
22195c1
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
{
  "type": "object",
  "properties": {
    "standardized_name": {
      "type": "string",
      "description": "Full standardized medical name of the patient's disease (e.g. 'Amyotrophic Lateral Sclerosis')"
    }
  },
  "required": ["standardized_name"]
}