{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExportedCandidateResponse", "title": "ExportedCandidateResponse", "type": "object", "description": "Response containing exported candidate data", "properties": { "elements": { "type": "array", "items": { "$ref": "#/components/schemas/ExportedCandidate" } } } }