Skip to content

Commit 3c2c639

Browse files
committed
Better $ref documentation
Fixes #135
1 parent c0cfbea commit 3c2c639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

versions/2.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,6 +1106,8 @@ description: Pets operations
11061106

11071107
A simple object to allow referencing other definitions in the specification. It can be used to reference parameters and responses that are defined at the top level for reuse.
11081108

1109+
The Reference Object is a [JSON Reference](http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-02) that uses a [JSON Pointer](http://tools.ietf.org/html/rfc6901) as its value. For this specification, only [canonical dereferencing](http://json-schema.org/latest/json-schema-core.html#anchor27) is supported.
1110+
11091111
##### Fixed Fields
11101112
Field Name | Type | Description
11111113
---|:---:|---

0 commit comments

Comments
 (0)