{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MoveDepartments", "required": [ "departmnetIds" ], "properties": { "departmentIds": { "$ref": "#/components/schemas/ArrayOfIds" } }, "type": "object", "xml": { "name": "request" } }