cipsrv_registry_components

cipsrv_registry_components schema from CIP-service Indexing API

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
component string
component_type string
component_vintage string
installation_date string
installer_username string
notes string
View JSON Schema on GitHub

JSON Schema

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