{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CompetencyIndicatorLevel", "required": [ "levelId" ], "properties": { "levelId": { "type": "string", "format": "uuid" }, "description": { "type": "string" } }, "type": "object", "xml": { "name": "competencyIndicatorLevel" } }