Skip to content

Commit 163f6e4

Browse files
committed
Better references to the JSON Schema specifications
Fixes #170
1 parent 920f465 commit 163f6e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

versions/2.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1127,8 +1127,10 @@ $ref: '#/definitions/Pet'
11271127

11281128
The Schema Object allows the definition of input and output data types. These types can be objects, but also primitives and arrays. This object is based on the [JSON Schema Specification Draft 4](http://json-schema.org/) and uses a predefined subset of it. On top of this subset, there are extensions provided by this specification to allow for more complete documentation.
11291129

1130+
Further information about the properties can be found in [JSON Schema Core](http://json-schema.org/latest/json-schema-core.html) and [JSON Schema Validation](http://json-schema.org/latest/json-schema-validation.html). Unless stated otherwise, the property definitions follow the JSON Schema specification as referenced here.
1131+
11301132
The following properties are taken directly from the JSON Schema definition and follow the same specifications:
1131-
- $ref
1133+
- $ref - As a [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03)
11321134
- format (See [Data Type Formats](#dataTypeFormat) for further details)
11331135
- title
11341136
- description ([GFM syntax](https://help.github.com/articles/github-flavored-markdown) can be used for rich text representation)

0 commit comments

Comments
 (0)