github.com/rzurga/go-swagger@v0.28.1-0.20211109195225-5d1f453ffa3a/fixtures/bugs/909/fixture-909-7.yaml (about)

     1  swagger: '2.0'
     2  info:
     3    title: fixture for issue#909
     4    version: '1.0.0'
     5  host: localhost
     6  basePath: /
     7  produces:
     8    - application/json
     9  schemes:
    10    - http
    11  paths:
    12    /multi:
    13      get:
    14        operationId: getMulti
    15        parameters:
    16        - name: multi1
    17          in: query
    18          type: array
    19          collectionFormat: multi
    20          items:
    21            type: string
    22            format: date-time
    23        - name: multi2
    24          in: query
    25          type: array
    26          collectionFormat: multi
    27          required: true
    28          items:
    29            type: array
    30            collectionFormat: pipes
    31            items:
    32              type: string
    33        - name: multi3
    34          in: query
    35          type: array
    36          collectionFormat: multi
    37          required: true
    38          items:
    39            type: array
    40            collectionFormat: csv
    41            items:
    42              type: string
    43              format: date-time
    44        responses:
    45          200:
    46            description: collection format multi