Unified.to · Schema

CrmEmail

IntegrationsUnified API

Properties

Name Type Description
email string
type string
View JSON Schema on GitHub

JSON Schema

unified-to-crmemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CrmEmail",
  "title": "CrmEmail",
  "properties": {
    "email": {
      "type": "string"
    },
    "type": {
      "enum": [
        "WORK",
        "HOME",
        "OTHER"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    }
  },
  "type": "object"
}