Pi_Network
4 years agoRegular Visitor
What does <*> symbol represent in json swagger?
I have a question in JSON swagger. May I know what does <*> symbol represent in JSON swagger? This is how the format looks like after I import the JSON swagger into the online editor. What does <*> ...
- 4 years ago
In Swagger UI schema viewer, <*> represents arbitrary key names in a dictionary/map. In your example, the items property is dictionary/map where the keys are arbitrary strings and the values are CurrencyPairRequest objects.