{ "$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-tribe-schema.json", "title": "cipsrv_domains_tribe", "description": "cipsrv_domains_tribe schema from CIP-service Indexing API", "type": "object", "properties": { "aiannhns_stem": { "type": "string", "example": "string" }, "aiannhns_namelsad": { "type": "string", "example": "EPA Facility" }, "has_reservation_lands": { "type": "boolean", "example": true }, "has_trust_lands": { "type": "boolean", "example": true } } }