Skip to content

Commit bce6309

Browse files
committed
Add human readable definition and target public health threats
1 parent 8533174 commit bce6309

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

schemas/v1/schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,18 @@
265265
"type": "string"
266266
},
267267
"examples": ["outbreaks", "covid19", "WHO"]
268+
},
269+
"human_readable_definition": {
270+
"type": "string",
271+
"description": "A human-readable definition of the case definition, which can be used for display purposes in user interfaces."
272+
},
273+
"target_public_health_threats": {
274+
"type": "array",
275+
"description": "List of public health threats that this case definition targets.",
276+
"items": {
277+
"type": "string",
278+
"examples": ["COVID-19", "Influenza", "Extreme Weather Events"]
279+
}
268280
}
269281
},
270282
"required": [

0 commit comments

Comments
 (0)