{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AppraisalSessionEmployeeIndicatorResults", "required": [ "indicatorId" ], "properties": { "indicatorId": { "type": "string", "format": "uuid" }, "result": { "type": "number" } }, "type": "object", "xml": { "name": "appraisalSessionEmployeeIndicatorResults" } }