{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.connectionItem", "title": "connectionItem", "required": [ "@odata.type" ], "type": "object", "properties": { "connectionId": { "type": "string" }, "@odata.type": { "type": "string" } } }