openapi: 3.0.3 info: title: FVAP.gov XML Ballot Rules Schema API description: The Federal Voting Assistance Program (FVAP) publishes XML feeds providing voter information by U.S. state and territory. Each jurisdiction exposes four datasets covering important info, deadline dates, ballot rules, and election offices, plus a combined electronic Voting Assistance Guide (eVAG). version: 1.0.0 contact: name: FVAP url: https://www.fvap.gov/ license: name: Public Domain (U.S. Federal Government) url: https://www.usa.gov/government-works servers: - url: https://www.fvap.gov description: FVAP production tags: - name: Schema description: XML schema definition. paths: /xml-api/api-schema.xsd: get: tags: - Schema summary: Get the XML schema definition for the FVAP feeds. description: Returns the XSD describing the structure of all FVAP XML feeds. operationId: getApiSchema responses: '200': description: XSD schema document. content: application/xml: schema: type: string