email-security_MessageHeader

APIs.ioEngineeringPlatform

Properties

Name Type Description
name string
value string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-messageheader-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_MessageHeader",
  "title": "email-security_MessageHeader",
  "properties": {
    "name": {
      "type": "string"
    },
    "value": {
      "type": "string"
    }
  },
  "required": [
    "name",
    "value"
  ],
  "type": "object"
}