Adobe Launch · Schema

PropertyAttributes

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
name string
platform string Always edge for event forwarding properties.
enabled boolean
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

event-forwarding-property-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PropertyAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "platform": {
      "type": "string",
      "description": "Always edge for event forwarding properties."
    },
    "enabled": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}