Adobe Launch · JSON Structure

Reactor Property Attributes Structure

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

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

Properties

name platform domains enabled development privacy ssl_enabled rule_component_sequencing_enabled undefined_vars_return_empty token 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": "PropertyAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "domains": {
      "type": "array"
    },
    "enabled": {
      "type": "boolean"
    },
    "development": {
      "type": "boolean"
    },
    "privacy": {
      "type": "string"
    },
    "ssl_enabled": {
      "type": "boolean"
    },
    "rule_component_sequencing_enabled": {
      "type": "boolean"
    },
    "undefined_vars_return_empty": {
      "type": "boolean"
    },
    "token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}