
-Added info on max_version field. -Added info about including sample files. -Added warning test for missing lookup key. -Added warning test for missing type field. Change-Id: I1ffa2d3e1d425239641adbdf029647e1af72bca0
19 lines
304 B
YAML
19 lines
304 B
YAML
# 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
|