{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "ServiceInstance", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "service_plan_id": { "type": "string" }, "platform_id": { "type": "string" }, "context": { "type": "object" }, "labels": { "type": "object" }, "created_at": { "type": "string" }, "updated_at": { "type": "string" }, "ready": { "type": "boolean" }, "usable": { "type": "boolean" } } }