Forum Discussion

jboyd's avatar
jboyd
New Contributor
7 years ago
Solved

Apparent resolver errors when referencing a Domain

I have an API that contains a reference to a definition in a domain that itself contains references to other definitions in that same domain. E.g.:

 

schema:
  type: object
  required:
    - self
    - parent
  foo:
    bar:
      $ref: 'https://api.swaggerhub.com/domains/myTeam/Bar/1.0.0-alpha#/definitions/Bar'

  ...

 

The Bar definition in the Bar domain refers to several other definitions in the Bar domain, and the Bar domain validates.

 

Now, for some reason, when I first load the API definition, the UI complains about some of the references in the Bar definition and marks my API definition as invalid. There's a workaround, though: if I just cut and repaste the $ref line above, those errors go away and the API definition validates. But if I reload the page, there the errors are again.

 

We use SH to communicate w/ outside partners, and even if I could explain the workaround to them, not all of them can edit the definitions. So all they see is this mass of errors when they load the page, which is totally unacceptable. Can you please tell me how to fix or avoid this?

 

The API in question is private, so I don't feel like sharing the link here, but for staff users, my SH username is 'jboyd'. Thanks!

  • Hi jboyd-

     

    I'm Fernando Mattos, Product Manager for SwaggerHub. Just to let you know that we pushed a hotfix today to resolve the problem above. We've verified it against your API and we cannot reproduce the problem anymore.

     

    Please let us know if this solves the issue and if you need any further help.

     

    Regards,

    Fernando

     

6 Replies

  • Hi Jboyd,

    Domains with self-references are certainly supported, so there must be something that the editor isn't understanding.  Could you please add "swaggerhub-support" as a collaborator to your API and your domain so we can look into it?

     

    Thank you!

    Tony