{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AppraisalSessionContentScale", "required": [ "scaleId", "levels" ], "properties": { "scaleId": { "type": "string", "format": "uuid" }, "levels": { "type": "array", "items": { "$ref": "#/components/schemas/AppraisalSessionContentScaleLevelData" }, "xml": { "wrapped": true } } }, "type": "object", "xml": { "name": "appraisalSessionContentScale" } }