{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HrisJobs", "title": "HrisJobs", "type": "object", "x-apideck-schema-id": "HrisJobs", "properties": { "employee": { "$ref": "#/components/schemas/Employee" }, "jobs": { "type": "array", "nullable": true, "items": { "$ref": "#/components/schemas/HrisJob" } } } }