Cip Service Cipsrv Registry Structure

cipsrv_registry schema from CIP-service Indexing API

Type: object Properties: 4
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

cipsrv_registry 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

components version installation_date notes

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-registry-structure.json",
  "name": "cipsrv_registry",
  "description": "cipsrv_registry schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "components": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/cipsrv_registry_components"
      },
      "example": [
        "string"
      ]
    },
    "version": {
      "type": "string",
      "example": "string"
    },
    "installation_date": {
      "type": "date",
      "example": "2024-01-15"
    },
    "notes": {
      "type": "string",
      "example": "string"
    }
  }
}