{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.policyLocation", "title": "policyLocation", "required": [ "@odata.type" ], "type": "object", "properties": { "value": { "type": "string", "description": "The actual value representing the location. Location value is specific for concretetype of the policyLocation - policyLocationDomain, policyLocationUrl, or policyLocationApplication (for example, 'contoso.com', 'https://partner.contoso.com/upload', '83ef198a-0396-4893-9d4f-d36efbffcaaa')." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.policyLocationApplication": "#/components/schemas/microsoft.graph.policyLocationApplication", "#microsoft.graph.policyLocationDomain": "#/components/schemas/microsoft.graph.policyLocationDomain", "#microsoft.graph.policyLocationUrl": "#/components/schemas/microsoft.graph.policyLocationUrl" } } }