Adobe Launch · JSON Structure

Reactor Company Attributes Structure

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

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

Properties

name org_id token created_at updated_at cjm_enabled edge_enabled

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CompanyAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "org_id": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    },
    "cjm_enabled": {
      "type": "boolean"
    },
    "edge_enabled": {
      "type": "boolean"
    }
  }
}