Adobe Launch · Schema

MediaSessionStartResponse

Data CollectionEdge NetworkEvent ForwardingMarketing TechnologyTag Management

Properties

Name Type Description
requestId string
handle array
View JSON Schema on GitHub

JSON Schema

data-collection-media-session-start-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MediaSessionStartResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "handle": {
      "type": "array"
    }
  }
}