{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-cipsrv-domains-state-structure.json", "name": "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" } } }