File: bodyComplexArrayParameter.yaml

package info (click to toggle)
golang-github-go-openapi-loads 0.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,208 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
name: user
in: body
description: 'user to add to the system'
required: true
schema:
  type: array
  items: {type: string}
  format: csv