Commit 50c85a84 authored by bradburyr's avatar bradburyr
Browse files

Added contentId to MetricsSession data type to convey the 5GMS notion of...

Added contentId to MetricsSession data type to convey the 5GMS notion of content identifier, which may differ from the content identifier signalled in the DASH-MPD client data reporting configuration.
parent 37424e50
Loading
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -123,16 +123,19 @@ components:
      description: 'A set of metrics samples pertaining to a particular media delivery session'
      type: object
      required:
        - sessionId
        - clientId
        - provisioingSessionId
        - sessionId
      properties:
        sessionId:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/MediaDeliverySessionId'
        clientId:
          type: string
        provisioningSessionId:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ResourceId'
        sessionId:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/MediaDeliverySessionId'
        contentId:
          type: string
          description: 'Identifying the content currently being consumed in the media delivery session.'
        samples:
          type: array
          items: