{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.windowsSetting", "title": "microsoft.graph.windowsSetting", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "windowsSetting", "required": [ "@odata.type" ], "type": "object", "properties": { "payloadType": { "type": "string", "description": "The type of setting payloads contained in the instances navigation property.", "nullable": true }, "settingType": { "$ref": "#/components/schemas/microsoft.graph.windowsSettingType" }, "windowsDeviceId": { "type": "string", "description": "A unique identifier for the device the setting might belong to if it is of the settingType backup.", "nullable": true }, "instances": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.windowsSettingInstance" }, "description": "A collection of setting values for a given windowsSetting.", "x-ms-navigationProperty": true }, "@odata.type": { "type": "string" } } } ], "x-ms-discriminator-value": "#microsoft.graph.windowsSetting" }