Adobe Launch · Schema

DataElementResource

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
id string
type string
attributes object
relationships object
View JSON Schema on GitHub

JSON Schema

event-forwarding-data-element-resource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DataElementResource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "attributes": {
      "type": "object"
    },
    "relationships": {
      "type": "object"
    }
  }
}