{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.passwordResetResponse", "title": "passwordResetResponse", "required": [ "@odata.type" ], "type": "object", "properties": { "newPassword": { "type": "string", "description": "The Microsoft Entra ID-generated password.", "nullable": true }, "@odata.type": { "type": "string" } } }