{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.stringKeyAttributeMappingSourceValuePair", "title": "stringKeyAttributeMappingSourceValuePair", "required": [ "@odata.type" ], "type": "object", "properties": { "key": { "type": "string", "description": "The name of the parameter.", "nullable": true }, "value": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.attributeMappingSource" }, { "type": "object", "nullable": true } ], "description": "The value of the parameter." }, "@odata.type": { "type": "string" } } }