Adobe Launch · JSON Structure

Extension Extension Package Attributes Structure

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

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

Properties

name display_name description version platform author availability discontinued status exchange_url icon_path 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": "ExtensionPackageAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "display_name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "author": {
      "type": "object"
    },
    "availability": {
      "type": "string"
    },
    "discontinued": {
      "type": "boolean"
    },
    "status": {
      "type": "string"
    },
    "exchange_url": {
      "type": "string"
    },
    "icon_path": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}