Adobe Launch · Schema

BuildAttributes

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
status string The current status of the build.
token string A unique token for the build.
created_at string
updated_at string
View JSON Schema on GitHub

JSON Schema

reactor-build-attributes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BuildAttributes",
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "The current status of the build."
    },
    "token": {
      "type": "string",
      "description": "A unique token for the build."
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}