Adobe Launch · JSON Structure

Event Forwarding Relationship Structure

Type: object Properties: 2
Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Relationship is a JSON Structure definition published by Adobe Launch, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

data links

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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