Adobe Launch · JSON Structure

Reactor Data Element Attributes Structure

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

DataElementAttributes 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 default_value settings storage_duration force_lower_case clean_text enabled published dirty revision_number 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": "DataElementAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "delegate_descriptor_id": {
      "type": "string"
    },
    "default_value": {
      "type": "string"
    },
    "settings": {
      "type": "string"
    },
    "storage_duration": {
      "type": "string"
    },
    "force_lower_case": {
      "type": "boolean"
    },
    "clean_text": {
      "type": "boolean"
    },
    "enabled": {
      "type": "boolean"
    },
    "published": {
      "type": "boolean"
    },
    "dirty": {
      "type": "boolean"
    },
    "revision_number": {
      "type": "integer"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}