Forum Discussion
No RepliesBe the first to reply
Related Content
Recent Discussions
- 29 days ago
- 29 days ago
Need default values for string in response.
For eg: let us say the response schema for 'application/json' content is the below for a 200 GET
ConfigParams:
type: object
properties:
ClientPort:
type: string
##default: how to set ??
FollowerPort:
type: string
##default:how to set??
LeaderPort:
type: string
##default:how to set??