Adobe Launch · JSON Structure

Reactor Environment Attributes Structure

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

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

Properties

name stage archive path library_name library_path 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": "EnvironmentAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "stage": {
      "type": "string"
    },
    "archive": {
      "type": "boolean"
    },
    "path": {
      "type": "string"
    },
    "library_name": {
      "type": "string"
    },
    "library_path": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}