email_create_destination_address_properties

APIs.ioEngineeringPlatform

Properties

Name Type Description
email object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-create-destination-address-properties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email_create_destination_address_properties",
  "title": "email_create_destination_address_properties",
  "properties": {
    "email": {
      "$ref": "#/components/schemas/email_email"
    }
  },
  "required": [
    "email"
  ],
  "type": "object"
}