Commit 2902a302 authored by bradburyr's avatar bradburyr
Browse files

Fixed spelling mistake and descriptions of $ref'd data types.

parent 03239359
Loading
Loading
Loading
Loading
+13 −9
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ components:
    CmcdSessionData:
      description: 'An object containing session-scope CMCD keys'
      type: object
      requried:
      required:
        - sid
      properties:
        v:
@@ -39,11 +39,13 @@ components:
          description: 'Content identifier'
          type: string
        st:
          description: 'Stream type'
          $ref: '#/components/schemas/CmcdStreamType'
          allOf:
            - description: 'Stream type'
            - $ref: '#/components/schemas/CmcdStreamType'
        sf:
          description: 'Streaming format'
          $ref: '#/components/schemas/CmcdStreamingFormat'
          allOf:
            - description: 'Streaming format'
            - $ref: '#/components/schemas/CmcdStreamingFormat'
        pr:
          description: 'Playback rate'
          type: number
@@ -53,8 +55,9 @@ components:
      type: object
      properties:
        ot:
          description: 'Object type'
          $ref: '#/components/schemas/CmcdObjectType'
          allOf:
            - description: 'Object type'
            - $ref: '#/components/schemas/CmcdObjectType'
        d:
          description: 'Object duration (milliseconds)'
          type: integer
@@ -82,8 +85,9 @@ components:
          description: 'Buffer length (milliseconds)'
          type: integer
        nor:
          description: 'Next object request'
          $ref: 'TS26510_CommonData.yaml#/components/schemas/RelativeUrl'
          allOf:
            - description: 'Next object request'
            - $ref: 'TS26510_CommonData.yaml#/components/schemas/RelativeUrl'
        nrr:
          description: 'Next range request'
          type: string