Not able to reference a domain
I am a bit confused. Not sure if it is something I am doing wrong, or something wrong with SwaggerHub but I am having an issue referencing a domain.
Link to API: https://app.swaggerhub.com/apis/bosch/dx-developer-account-check/1.0#
Link to domain: https://app.swaggerhub.com/domains/bosch/DX-UserModel/1#/
I am unsure which URL I need to use to reference this domain in my API. In my domain, I have a user object within a definitions namespace. However, when I try to reference it using https://app.swaggerhub.com/domains/bosch/DX-UserModel/1#/definitions/User, I get a syntax error saying: "Could not resolve reference: Could not resolve pointer: /responses/User does not exist in document", even though I am able to access the domain using the Jump To popup.
I do not get this error when I remove the '#' from the URL (https://app.swaggerhub.com/domains/bosch/DX-UserModel/1/definitions/Use), but when I make a call, I am not seeing the the data in the UI responses section.
Which URL should I be using to reference the domain?
https://app.swaggerhub.com/domains/bosch/DX-UserModel/1#/definitions/User
or
https://app.swaggerhub.com/domains/bosch/DX-UserModel/1/definitions/Use
And what else should I be doing to make this work?