cipsrv_registry

cipsrv_registry schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
components array
version string
installation_date string
notes string
View JSON Schema on GitHub

JSON Schema

cip-service-cipsrv-registry-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-registry-schema.json",
  "title": "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": "string",
      "format": "date",
      "example": "2024-01-15"
    },
    "notes": {
      "type": "string",
      "example": "string"
    }
  }
}