Adobe Launch · JSON Structure

Data Collection Media Session Start Response Structure

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

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

Properties

requestId handle

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "MediaSessionStartResponse",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "handle": {
      "type": "array"
    }
  }
}