{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ODataReference", "type": "object", "description": "OData reference link used to add relationships", "properties": { "@odata.id": { "type": "string", "description": "The full URL to the directory object to add as a member. Format: https://graph.microsoft.com/v1.0/directoryObjects/{id}" } } }