Adobe Launch · JSON Structure

Reactor Rule Component Attributes Structure

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

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

Properties

name delegate_descriptor_id order rule_order settings timeout delay_next negate enabled published dirty created_at updated_at

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RuleComponentAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "delegate_descriptor_id": {
      "type": "string"
    },
    "order": {
      "type": "integer"
    },
    "rule_order": {
      "type": "number"
    },
    "settings": {
      "type": "string"
    },
    "timeout": {
      "type": "integer"
    },
    "delay_next": {
      "type": "boolean"
    },
    "negate": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "published": {
      "type": "boolean"
    },
    "dirty": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}