{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/cip-service-cipsrv-domains-state-schema.json", "title": "cipsrv_domains_state", "description": "cipsrv_domains_state schema from CIP-service Indexing API", "type": "object", "properties": { "geoid": { "type": "string", "example": "12345" }, "stusps": { "type": "string", "example": "string" }, "name": { "type": "string", "example": "EPA Facility" } } }