{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceInstance", "type": "object", "properties": { "service_status": { "type": "string" }, "instance_id": { "type": "string" }, "status": { "type": "string" }, "spec_digest": { "type": "string" }, "creation_time": { "type": "string" }, "start_time": { "type": "string" } } }