{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/property_HrisEmployee_relationships", "title": "property_HrisEmployee_relationships", "description": "the employee's personal relationships (eg. emergency contacts, spouse, dependants, ...)", "items": { "$ref": "#/components/schemas/HrisEmployeerelationship" }, "type": "array" }