{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceContainer", "type": "object", "properties": { "service_status": { "type": "string" }, "instance_id": { "type": "string" }, "instance_status": { "type": "string" }, "container_name": { "type": "string" }, "status": { "type": "string" }, "message": { "type": "string" }, "image_name": { "type": "string" }, "image_digest": { "type": "string" }, "restart_count": { "type": "integer" }, "start_time": { "type": "string" } } }