{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.connectionInfo", "title": "connectionInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "url": { "type": "string", "description": "The endpoint that is used by Entitlement Management to communicate with the access package resource.", "nullable": true }, "@odata.type": { "type": "string" } } }