{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ChangeDepartmentSubordination", "properties": { "subordination": { "$ref": "#/components/schemas/Subordination" }, "coSubordination": { "$ref": "#/components/schemas/Subordination" } }, "type": "object", "xml": { "name": "request" } }