diff --git a/examples/docs/arrays.schema.md b/examples/docs/arrays.schema.md index 15d3d811ed9a90f9dbfff0eb705810320bb57fd4..9392a71b46ac9c60e210bfc1824585cb4503611c 100644 --- a/examples/docs/arrays.schema.md +++ b/examples/docs/arrays.schema.md @@ -37,6 +37,7 @@ This is an array * is optional * type: `boolean[]` * at least `1` items in the array + * defined in this schema ### boollist Type @@ -61,6 +62,7 @@ This is an array of coordinates in three-dimensional space. * is optional * type: `number[][]` (nested array) * no more than `10` items in the array + * defined in this schema ### coordinatelist Type @@ -95,6 +97,7 @@ This is an array * is optional * type: `integer[]` * between `1` and `10` items in the array + * defined in this schema ### intlist Type @@ -171,6 +174,7 @@ This is an array * is optional * type: `number[]` * no more than `10` items in the array + * defined in this schema ### numlist Type @@ -208,10 +212,10 @@ All items must be of the type: `object` with following properties: -| Property | Type | Required +| Property | Type | Required | |----------|------|----------| -| `a`| string | **Required** | -| `b`| integer | Optional | +| `a`| string | **Required** | +| `b`| integer | Optional | @@ -223,6 +227,7 @@ The a property * is **required** * type: `string` + ##### a Type @@ -243,6 +248,7 @@ The b property * is optional * type: `integer` + ##### b Type diff --git a/examples/docs/complex.schema.md b/examples/docs/complex.schema.md index 1a04dcd016dd8422fd64fccf7c365f07e5993fc2..d3517577b29ed80355129d5af23e5e45563e2ce7 100644 --- a/examples/docs/complex.schema.md +++ b/examples/docs/complex.schema.md @@ -117,10 +117,10 @@ String or number… `object` with following properties: -| Property | Type | Required +| Property | Type | Required | |----------|------|----------| -| `foo`| string | Optional | -| `nonfoo`| boolean | Optional | +| `foo`| string | Optional | +| `nonfoo`| boolean | Optional | @@ -132,6 +132,7 @@ A unique identifier given to every addressable thing. * is optional * type: `string` + ##### foo Type