Skip to content

Commit cbf2e0d

Browse files
committed
Introduce definition type
1 parent bce6309 commit cbf2e0d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

schemas/v1/schema.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,15 @@
277277
"type": "string",
278278
"examples": ["COVID-19", "Influenza", "Extreme Weather Events"]
279279
}
280+
},
281+
"definition_type": {
282+
"type": "string",
283+
"description": "Type of the definition",
284+
"enum": [
285+
"case_definition",
286+
"syndrome_definition"
287+
],
288+
"default": "case_definition"
280289
}
281290
},
282291
"required": [
@@ -292,6 +301,7 @@
292301
"organization",
293302
"inclusion_criteria",
294303
"references",
295-
"status"
304+
"status",
305+
"definition_type"
296306
]
297307
}

0 commit comments

Comments
 (0)