Adobe Launch · JSON Structure

Reactor Library Attributes Structure

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

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

Properties

name state build_required 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": "LibraryAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "build_required": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}