{ "$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" } } }