cipsrv_domains_tribe

cipsrv_domains_tribe schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
aiannhns_stem string
aiannhns_namelsad string
has_reservation_lands boolean
has_trust_lands boolean
View JSON Schema on GitHub

JSON Schema

cip-service-cipsrv-domains-tribe-schema.json Raw ↑
{
  "$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
    }
  }
}