Skip to content

Commit 563ba02

Browse files
anapaulagomesgithub-actions[bot]
authored andcommitted
Update latest.json from v1/schema.json
1 parent e5214ef commit 563ba02

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

schemas/latest.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@
5656
"type": "string",
5757
"description": "A detailed description of the criterion."
5858
},
59+
"ontology_id": {
60+
"type": "string",
61+
"description": "The compacted identifier from an ontology e.g. HP:0002615 for Hypotension",
62+
"examples": ["hpo:0002045", "mondo:0020674"]
63+
},
5964
"operator": {
6065
"description": "Comparison operators.\n\n>: Value must be greater than the specified threshold.\n>=: Value must be greater than or equal to the specified threshold.\n<: Value must be less than the specified threshold.\n<=: Value must be less than or equal to the specified threshold.\n==: Value must exactly match the specified value.\n!=: Value must not match the specified value.\nregex: Value must match the specified regular expression pattern.",
6166
"type": "string",
@@ -144,6 +149,20 @@
144149
{ "type": "array" }
145150
]
146151
},
152+
"@type": {
153+
"type": "string",
154+
"description": "Semantic class.",
155+
"enum": [
156+
"osd:CaseDefinition",
157+
"osd:SyndromeDefinition"
158+
]
159+
},
160+
"id": {
161+
"type": "string",
162+
"format": "uri",
163+
"description": "Unique ID from Open Syndrome Initiative.",
164+
"examples": ["https://opensyndrome.org/definitions/fa02718a-e203-4e31-a30b-9456789aaea0"]
165+
},
147166
"title": {
148167
"type": "string",
149168
"description": "Title of the case definition."

0 commit comments

Comments
 (0)