{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ComponentStatus", "type": "object", "properties": { "status": { "type": "string" }, "componentType": { "type": "string" }, "time": { "type": "string" } } }