Forum Discussion
HKosova
Alumni
6 years agoHi mayurw,
Use the description keyword to specify property descriptions, and the example keyword to specify example values.
type: object
properties:
header:
type: object
properties:
apiversion:
type: string
description: Please provide API version here # <-----
example: '2' # <-----
clientId:
type: string
example: abcde12345 # <-----
timeStamp:
type: string
request:
type: object