{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/acord/refs/heads/main/json-schema/ngds-party-list-schema.json", "title": "PartyList", "description": "PartyList schema from ACORD NGDS API", "type": "object", "properties": { "data": { "type": "array", "items": { "$ref": "#/components/schemas/Party" } }, "pagination": { "$ref": "#/components/schemas/Pagination" } } }