You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple object to allow referencing other definitions in the specification.
2216
-
It can be used to reference parameters and responses that are defined at the top level for reuse.
2215
+
A simple object to allow referencing other definitions in the specification, internally and externally.
2217
2216
2218
-
The Reference Object is a [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) that uses a [JSON Pointer](http://tools.ietf.org/html/rfc6901) as its value.
2217
+
The Reference Object is defined by [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) and follows the same structure, behavior and rules.
2219
2218
2220
2219
For this specification, reference resolution is done as defined by the JSON Reference specification and not by the JSON Schema specification.
2221
2220
@@ -2228,12 +2227,12 @@ Field Name | Type | Description
0 commit comments