From 2be2d2a113f6a324aca841d8b901f54597984cf8 Mon Sep 17 00:00:00 2001 From: Ron Date: Thu, 21 Jul 2016 12:04:40 -0700 Subject: [PATCH] Getting started Great work starts with a single character. --- versions/3.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.