{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SupervisoryOrganization", "title": "SupervisoryOrganization", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "name": { "type": "string" }, "manager": { "$ref": "#/components/schemas/ResourceReference" }, "superior": { "$ref": "#/components/schemas/ResourceReference" }, "staffingModel": { "type": "string" } } }