There was an error while loading. Please reload this page.
Sometimes schema can have references on object like:
"Currency": { "type": "string", "example": [ "USD", "EUR" ] }
To fix it needed use String instead of Currency. So needed to check on base types
String
Currency