Cip Service Cipsrv Domains Tribe Structure

cipsrv_domains_tribe schema from CIP-service Indexing API

Type: object Properties: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

cipsrv_domains_tribe is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

aiannhns_stem aiannhns_namelsad has_reservation_lands has_trust_lands

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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-tribe-structure.json",
  "name": "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
    }
  }
}