{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "InstanceConsoleConnection", "type": "object", "properties": { "id": { "type": "string" }, "instanceId": { "type": "string" }, "compartmentId": { "type": "string" }, "connectionString": { "type": "string" }, "fingerprint": { "type": "string" }, "vncConnectionString": { "type": "string" }, "lifecycleState": { "type": "string" }, "serviceHostKeyFingerprint": { "type": "string" } } }