{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/JobUpdate", "title": "JobUpdate", "type": "object", "properties": { "title": { "type": "string" }, "refNumber": { "type": "string" }, "department": { "type": "object", "properties": { "id": { "type": "string" } } } } }