File: parameters.yaml

package info (click to toggle)
python-os-api-ref 0.3.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 340 kB
  • ctags: 157
  • sloc: python: 611; makefile: 8
file content (18 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# These are out of order, this should be a warning.
name2:
  in: body
  required: false
  type: string
  description: |
    foo
name:
  in: body
  required: true
  type: string
  description: |
    The name of things
name_1:
  description: |
    name_1 is missing type field.
  in: body
  required: true