Adobe Launch · JSON Structure

Event Forwarding Property Attributes Structure

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

PropertyAttributes 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 platform enabled 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": "PropertyAttributes",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "platform": {
      "type": "string"
    },
    "enabled": {
      "type": "boolean"
    },
    "created_at": {
      "type": "string"
    },
    "updated_at": {
      "type": "string"
    }
  }
}