{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.endpoint", "title": "microsoft.graph.endpoint", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.directoryObject" }, { "title": "endpoint", "required": [ "@odata.type" ], "type": "object", "properties": { "capability": { "type": "string" }, "providerId": { "type": "string", "nullable": true }, "providerName": { "type": "string", "nullable": true }, "providerResourceId": { "type": "string", "nullable": true }, "uri": { "type": "string" }, "@odata.type": { "type": "string", "default": "#microsoft.graph.endpoint" } } } ], "x-ms-discriminator-value": "#microsoft.graph.endpoint" }