{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.azureADJoinPolicy", "title": "azureADJoinPolicy", "required": [ "@odata.type" ], "type": "object", "properties": { "allowedToJoin": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.deviceRegistrationMembership" }, { "type": "object", "nullable": true } ] }, "isAdminConfigurable": { "type": "boolean", "nullable": true }, "@odata.type": { "type": "string" } } }