From 8255a637b27f729b065f45923c8907651a40dbcf Mon Sep 17 00:00:00 2001 From: Andreas Deuschlinger <andreas.deuschlinger@gmail.com> Date: Wed, 23 May 2018 15:54:58 +0200 Subject: [PATCH] fixed missing pipe at end --- examples/docs/arrays.schema.md | 12 +++++++++--- examples/docs/complex.schema.md | 7 ++++--- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/examples/docs/arrays.schema.md b/examples/docs/arrays.schema.md index 15d3d81..9392a71 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 1a04dcd..d351757 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 -- GitLab