Adobe Launch · Schema

LibraryAttributes

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
name string The name of the library.
state string The current publishing state.
build_required boolean Whether the library needs a new build.
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

reactor-library-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LibraryAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the library."
    },
    "state": {
      "type": "string",
      "description": "The current publishing state."
    },
    "build_required": {
      "type": "boolean",
      "description": "Whether the library needs a new build."
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}