Commit 4da605e5 authored by bradburyr's avatar bradburyr
Browse files

[S4-240766] Added protocol property to Media Entry Point types for uplink contribution and egest.

parent f0a740fc
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -261,12 +261,17 @@ components:
      type: object
      required:
        - relativePath
        - contentType
      oneOf:
        - required: [contentType]
        - required: [protocol]
      properties:
        relativePath:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/RelativeUrl'
        contentType:
          type: string
          description: "A MIME media content type."
        protocol:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        profiles:
          type: array
          items:
+10 −0
Original line number Diff line number Diff line
@@ -98,6 +98,16 @@ components:
          items:
            $ref: '#/components/schemas/ContentProtocolDescriptor'
          minItems: 1
        downlinkDistributionProtocols:
          type: array
          items:
            $ref: '#/components/schemas/ContentProtocolDescriptor'
          minItems: 1
        uplinkContributionProtocols:
          type: array
          items:
            $ref: '#/components/schemas/ContentProtocolDescriptor'
          minItems: 1
        geoFencingLocatorTypes:
          type: array
          items:
+6 −1
Original line number Diff line number Diff line
@@ -88,12 +88,17 @@ components:
      type: object
      required:
        - locator
        - contentType
      oneOf:
        - required: [contentType]
        - required: [protocol]
      properties:
        locator:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/AbsoluteUrl'
        contentType:
          type: string
          description: "A MIME media content type."
        protocol:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        profiles:
          type: array
          items: