{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.privacyProfile", "title": "privacyProfile", "required": [ "@odata.type" ], "type": "object", "properties": { "contactEmail": { "type": "string", "description": "A valid smtp email address for the privacy statement contact. Not required.", "nullable": true }, "statementUrl": { "type": "string", "description": "A valid URL format that begins with http:// or https://. Maximum length is 255 characters. The URL that directs to the company's privacy statement. Not required.", "nullable": true }, "@odata.type": { "type": "string" } } }