Adobe Launch · Schema

Relationship

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
data object
links object
View JSON Schema on GitHub

JSON Schema

event-forwarding-relationship-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Relationship",
  "type": "object",
  "properties": {
    "data": {
      "type": "object"
    },
    "links": {
      "type": "object"
    }
  }
}