Forum Discussion

Pi_Network's avatar
Pi_Network
Regular Visitor
4 years ago
Solved

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 <*> ...
  • HKosova's avatar
    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.