In the yaml configuration, it would be great to pass a default value if required by the user.
For example,
url-path: /test
request:
- field-name: country
field-in: query
required: true
description: Counry name like Germany, France, etc.
default: Germany # default value
field-type: string
In the yaml configuration, it would be great to pass a default value if required by the user.
For example,