Adobe Launch · JSON Structure

Reactor Callback Resource Structure

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

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

Properties

id type relationships links

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

JSON Structure

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