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