{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.settingValue", "title": "settingValue", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "Name of the setting (as defined by the groupSettingTemplate).", "nullable": true }, "value": { "type": "string", "description": "Value of the setting.", "nullable": true }, "@odata.type": { "type": "string" } } }