Hey me_slack. How are you rendering the reporting in those screenshots? Is that Swagger UI, or some other environment?
According to RFC3986, the $ref
string value (JSON Reference) should contain a URI, which identifies the location of the JSON value you are referencing to. If the string value does not conform URI syntax rules, it causes an error during the resolving. Any members other than $ref
in a JSON Reference object are ignored.
You can find examples of references here: https://swagger.io/docs/specification/using-ref/