github.com/kaisawind/go-swagger@v0.19.0/fixtures/bugs/217/array.yml (about)

     1  swagger: '2.0'
     2  info:
     3    version: 1.0.0
     4    title: 'array-body-api'
     5  paths:
     6    /echo:
     7      post:
     8        operationId: "postEcho"
     9        summary: Post an object
    10        parameters:
    11          - name: body
    12            in: body
    13            description: this argument is a string array
    14            schema:
    15              type: array
    16              items:
    17                type: string
    18        responses:
    19          '200':
    20            description: All is good