Cip Service Cipsrv Registry Components Structure

cipsrv_registry_components schema from CIP-service Indexing API

Type: object Properties: 6
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

component component_type component_vintage installation_date installer_username 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-components-structure.json",
  "name": "cipsrv_registry_components",
  "description": "cipsrv_registry_components schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "component": {
      "type": "string",
      "example": "string"
    },
    "component_type": {
      "type": "string",
      "example": "string"
    },
    "component_vintage": {
      "type": "string",
      "example": "string"
    },
    "installation_date": {
      "type": "date",
      "example": "2024-01-15"
    },
    "installer_username": {
      "type": "string",
      "example": "EPA Facility"
    },
    "notes": {
      "type": "string",
      "example": "string"
    }
  }
}