
Parameters must be in alphabetical order Change-Id: I86d238f395f71064a17330b5f6df23a5e1df7fa2
14 lines
217 B
YAML
14 lines
217 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
|