{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.privacy", "title": "privacy", "required": [ "@odata.type" ], "type": "object", "properties": { "subjectRightsRequests": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.subjectRightsRequest" }, "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } }