Solved
Forum Discussion
HKosova
Alumni
6 years ago"payload" is a string-to-object dictionary. Dictionaries are defined as follows:
payload:
type: object
additionalProperties:
type: object
- poopsy6 years agoNew Contributor
Ah, that seems to do exactly what I was looking for - thanks a lot! HKosova
- kishanbora6 years agoNew Contributor
Our server has swagger 2.0 specs. Will this work with it also? Meaning any concerns on client side SDK code generation? Thanks in advance.