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