Adobe Launch · Schema

CallbackResource

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

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

JSON Schema

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