Skip to content
Snippets Groups Projects
Commit 8255a637 authored by Andreas Deuschlinger's avatar Andreas Deuschlinger
Browse files

fixed missing pipe at end

parent 0f7ff406
No related branches found
No related tags found
No related merge requests found
...@@ -37,6 +37,7 @@ This is an array ...@@ -37,6 +37,7 @@ This is an array
* is optional * is optional
* type: `boolean[]` * type: `boolean[]`
* at least `1` items in the array * at least `1` items in the array
* defined in this schema * defined in this schema
### boollist Type ### boollist Type
...@@ -61,6 +62,7 @@ This is an array of coordinates in three-dimensional space. ...@@ -61,6 +62,7 @@ This is an array of coordinates in three-dimensional space.
* is optional * is optional
* type: `number[][]` (nested array) * type: `number[][]` (nested array)
* no more than `10` items in the array * no more than `10` items in the array
* defined in this schema * defined in this schema
### coordinatelist Type ### coordinatelist Type
...@@ -95,6 +97,7 @@ This is an array ...@@ -95,6 +97,7 @@ This is an array
* is optional * is optional
* type: `integer[]` * type: `integer[]`
* between `1` and `10` items in the array * between `1` and `10` items in the array
* defined in this schema * defined in this schema
### intlist Type ### intlist Type
...@@ -171,6 +174,7 @@ This is an array ...@@ -171,6 +174,7 @@ This is an array
* is optional * is optional
* type: `number[]` * type: `number[]`
* no more than `10` items in the array * no more than `10` items in the array
* defined in this schema * defined in this schema
### numlist Type ### numlist Type
...@@ -208,10 +212,10 @@ All items must be of the type: ...@@ -208,10 +212,10 @@ All items must be of the type:
`object` with following properties: `object` with following properties:
| Property | Type | Required | Property | Type | Required |
|----------|------|----------| |----------|------|----------|
| `a`| string | **Required** | | `a`| string | **Required** |
| `b`| integer | Optional | | `b`| integer | Optional |
...@@ -223,6 +227,7 @@ The a property ...@@ -223,6 +227,7 @@ The a property
* is **required** * is **required**
* type: `string` * type: `string`
##### a Type ##### a Type
...@@ -243,6 +248,7 @@ The b property ...@@ -243,6 +248,7 @@ The b property
* is optional * is optional
* type: `integer` * type: `integer`
##### b Type ##### b Type
......
...@@ -117,10 +117,10 @@ String or number… ...@@ -117,10 +117,10 @@ String or number…
`object` with following properties: `object` with following properties:
| Property | Type | Required | Property | Type | Required |
|----------|------|----------| |----------|------|----------|
| `foo`| string | Optional | | `foo`| string | Optional |
| `nonfoo`| boolean | Optional | | `nonfoo`| boolean | Optional |
...@@ -132,6 +132,7 @@ A unique identifier given to every addressable thing. ...@@ -132,6 +132,7 @@ A unique identifier given to every addressable thing.
* is optional * is optional
* type: `string` * type: `string`
##### foo Type ##### foo Type
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment