{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsDeviceAccount", "title": "windowsDeviceAccount", "required": [ "@odata.type" ], "type": "object", "properties": { "password": { "type": "string", "nullable": true }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.windowsDeviceADAccount": "#/components/schemas/microsoft.graph.windowsDeviceADAccount", "#microsoft.graph.windowsDeviceAzureADAccount": "#/components/schemas/microsoft.graph.windowsDeviceAzureADAccount" } } }