{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.internetMessageHeader", "title": "internetMessageHeader", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "Represents the key in a key-value pair.", "nullable": true }, "value": { "type": "string", "description": "The value in a key-value pair.", "nullable": true }, "@odata.type": { "type": "string" } } }