email_destination_address_properties

APIs.ioEngineeringPlatform

Properties

Name Type Description
created object
email object
id object
modified object
tag object
verified object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-destination-address-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_destination_address_properties",
  "title": "email_destination_address_properties",
  "properties": {
    "created": {
      "$ref": "#/components/schemas/email_created"
    },
    "email": {
      "$ref": "#/components/schemas/email_email"
    },
    "id": {
      "$ref": "#/components/schemas/email_destination_address_identifier"
    },
    "modified": {
      "$ref": "#/components/schemas/email_modified"
    },
    "tag": {
      "$ref": "#/components/schemas/email_destination_address_tag"
    },
    "verified": {
      "$ref": "#/components/schemas/email_verified"
    }
  },
  "type": "object"
}