{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.stringKeyStringValuePair", "title": "stringKeyStringValuePair", "required": [ "@odata.type" ], "type": "object", "properties": { "key": { "type": "string", "description": "Key.", "nullable": true }, "value": { "type": "string", "description": "Value.", "nullable": true }, "@odata.type": { "type": "string" } } }