Commit 9a6807aa authored by bradburyr's avatar bradburyr
Browse files

Added ContentTransferMode enumeration.

parent 09a89485
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -307,3 +307,15 @@ components:
            This string provides forward-compatibility with future
            extensions to the enumeration but is not used to encode
            content defined in the present version of this API.

    ContentTransferMode:
      anyOf:
        - type: string
          enum:
            - PULL
            - PUSH
        - type: string
          description: >
            This string provides forward-compatibility with future
            extensions to the enumeration but is not used to encode
            content defined in the present version of this API.
+2 −2
Original line number Diff line number Diff line
@@ -272,8 +272,8 @@ components:
      type: object
      description: 'A configuration for content ingest.'
      properties:
        pull:
          type: boolean
        mode:
          $ref: 'TS26510_CommonData.yaml#/components/schemas/ContentTransferMode'
        protocol:
          $ref: 'TS29571_CommonData.yaml#/components/schemas/Uri'
        baseURL: