{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LinkConnectionDetailedStatus", "title": "LinkConnectionDetailedStatus", "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "isApplyingChanges": { "type": "boolean" }, "isPartiallyFailed": { "type": "boolean" }, "startTime": { "type": "string", "format": "date-time" }, "stopTime": { "type": "string", "format": "date-time" }, "status": { "type": "string" }, "continuousRunId": { "type": "string" }, "error": { "type": "object" } } }