{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AppraisalSessionEmployeeCard", "required": [ "employeeId", "reviewerIds" ], "properties": { "employeeId": { "type": "string", "format": "uuid" }, "reviewerIds": { "type": "array", "items": { "type": "string", "format": "uuid" }, "xml": { "wrapped": true } } }, "type": "object", "xml": { "name": "appraisalSessionEmployeeCard" } }