{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.subjectRightsRequestEnumeratedSiteLocation", "title": "microsoft.graph.subjectRightsRequestEnumeratedSiteLocation", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.subjectRightsRequestSiteLocation" }, { "title": "subjectRightsRequestEnumeratedSiteLocation", "required": [ "@odata.type" ], "type": "object", "properties": { "urls": { "type": "array", "items": { "type": "string", "nullable": true }, "description": "Collection of site URLs that should be included. Includes the URL of each site, for example, https://www.contoso.com/site1." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation" } } } ], "x-ms-discriminator-value": "#microsoft.graph.subjectRightsRequestEnumeratedSiteLocation" }