Commit 2a7088ea authored by bradburyr's avatar bradburyr
Browse files

Merge branch 'protocol' into 'main'

Add protocol property to M1/M5 Media Entry Points for uplink contribution and egest

See merge request !10
parents f0a740fc 8991e99a
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: