{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://id.who.int/schemas/MatchLevelEnum", "title": "MatchLevelEnum", "enum": [ 0, 1, 2, 3, 4 ], "type": "integer", "format": "int32" }