We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8533174 commit bce6309Copy full SHA for bce6309
1 file changed
schemas/v1/schema.json
@@ -265,6 +265,18 @@
265
"type": "string"
266
},
267
"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
278
+ "examples": ["COVID-19", "Influenza", "Extreme Weather Events"]
279
+ }
280
}
281
282
"required": [
0 commit comments