{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SeatholdersResponse", "title": "SeatholdersResponse", "type": "object", "description": "Response containing recruiter seatholders", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/Seatholder" } }, "paging": { "$ref": "#/components/schemas/Paging" } } }