Adobe Launch · JSON Structure

Event Forwarding Rule Resource Structure

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

RuleResource 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 attributes relationships

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

JSON Structure

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