diff --git a/versions/3.0.md b/versions/3.0.md index 2bfca451ce..10669b7454 100644 --- a/versions/3.0.md +++ b/versions/3.0.md @@ -1294,7 +1294,7 @@ $ref: 'Pet.yaml' $ref: 'definitions.yaml#/Pet' ``` -#### Schema Object +#### Schema Object 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.