Adobe Launch · JSON Structure

Extension Extension Attributes Structure

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

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

Properties

name display_name version delegate_descriptor_id settings enabled published dirty revision_number deleted_at 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": "ExtensionAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "delegate_descriptor_id": {
      "type": "string"
    },
    "settings": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "published": {
      "type": "boolean"
    },
    "dirty": {
      "type": "boolean"
    },
    "revision_number": {
      "type": "integer"
    },
    "deleted_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}