{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Connection", "type": "object", "properties": { "id": { "type": "string" }, "displayName": { "type": "string" }, "description": { "type": "string" }, "compartmentId": { "type": "string" }, "connectionType": { "type": "string" }, "technologyType": { "type": "string" }, "lifecycleState": { "type": "string" }, "timeCreated": { "type": "string" }, "timeUpdated": { "type": "string" }, "freeformTags": { "type": "object" } } }