{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityState", "title": "importedWindowsAutopilotDeviceIdentityState", "required": [ "@odata.type" ], "type": "object", "properties": { "deviceErrorCode": { "maximum": 2147483647, "minimum": -2147483648, "type": "number", "description": "Device error code reported by Device Directory Service(DDS).", "format": "int32" }, "deviceErrorName": { "type": "string", "description": "Device error name reported by Device Directory Service(DDS).", "nullable": true }, "deviceImportStatus": { "$ref": "#/components/schemas/microsoft.graph.importedWindowsAutopilotDeviceIdentityImportStatus" }, "deviceRegistrationId": { "type": "string", "description": "Device Registration ID for successfully added device reported by Device Directory Service(DDS).", "nullable": true }, "@odata.type": { "type": "string" } } }