{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CandidateList", "type": "object", "description": "A paginated list of candidates.", "properties": { "candidates": { "type": "array" }, "totalCount": { "type": "integer", "description": "Total number of candidates matching the query." } } }