{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.appConfigurationSettingItem", "title": "appConfigurationSettingItem", "required": [ "@odata.type" ], "type": "object", "properties": { "appConfigKey": { "type": "string", "description": "app configuration key." }, "appConfigKeyType": { "$ref": "#/components/schemas/microsoft.graph.mdmAppConfigKeyType" }, "appConfigKeyValue": { "type": "string", "description": "app configuration key value." }, "@odata.type": { "type": "string" } }, "description": "Contains properties for App configuration setting item." }