email-security_ReleaseResponse

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-releaseresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_ReleaseResponse",
  "title": "email-security_ReleaseResponse",
  "allOf": [
    {
      "properties": {
        "delivered": {
          "items": {
            "type": "string"
          },
          "nullable": true,
          "type": "array"
        },
        "failed": {
          "items": {
            "type": "string"
          },
          "nullable": true,
          "type": "array"
        },
        "undelivered": {
          "items": {
            "type": "string"
          },
          "nullable": true,
          "type": "array"
        }
      },
      "type": "object"
    },
    {
      "properties": {
        "postfix_id": {
          "$ref": "#/components/schemas/email-security_PostfixId"
        }
      },
      "required": [
        "postfix_id"
      ],
      "type": "object"
    }
  ]
}