{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/DepartmentResult", "title": "DepartmentResult", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/Department" }, "raw": { "type": "string" } }, "required": [ "data" ] }