Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
According to
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schema-object
we should be able to set $ref to another jsonschema.
Here's one example
https://github.com/OAI/OpenAPI-Specification/blob/master/examples/v2.0/json/petstore.json#L55
Do we need to add a String ref variable with appropriate serialization rules to preserve the $?
I just noticed that using Swagger dto to hold my swagger when i access it I get back "schema": {}