Adobe Launch · JSON Structure

Reactor Build Attributes Structure

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

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

Properties

status 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": "BuildAttributes",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "token": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}