Skip to content
Snippets Groups Projects
Commit 965907f8 authored by Lars Trieloff's avatar Lars Trieloff
Browse files

Fix spaces

parent 223aa38f
Branches
Tags
No related merge requests found
Showing
with 41 additions and 4 deletions
......@@ -80,6 +80,7 @@ A simple string.
##### foo Example
```json
......@@ -119,6 +120,7 @@ A simple string.
##### bar Example
```json
......@@ -251,6 +253,7 @@ All items must be of the type:
## listlist
This is an array of arrays
......
......@@ -48,6 +48,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......@@ -74,6 +75,7 @@ A horse walks into it.
### bar Examples
```json
......@@ -106,6 +108,7 @@ This property has a unique name to demonstrate it's uniqueness.
### baz Example
```json
......@@ -148,6 +151,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri-reference` – URI Reference (according to [RFC3986](https://tools.ietf.org/html/rfc3986))
......@@ -169,6 +173,7 @@ An about ids. It is meta. If you are confused, send an email to the address spec
`string`
* format: `email` – email address (according to [RFC 5322, section 3.4.1](https://tools.ietf.org/html/rfc5322))
......
......@@ -55,6 +55,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......@@ -76,6 +77,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri-reference` – URI Reference (according to [RFC3986](https://tools.ietf.org/html/rfc3986))
......@@ -97,6 +99,7 @@ An about ids. It is meta. If you are confused, send an email to the address spec
`string`
* format: `email` – email address (according to [RFC 5322, section 3.4.1](https://tools.ietf.org/html/rfc5322))
......
......@@ -50,6 +50,7 @@ A simple string.
### bar Examples
```json
......@@ -81,6 +82,7 @@ A simple string.
### foo Example
```json
......
......@@ -59,6 +59,7 @@ A simple string.
### bar Examples
```json
......@@ -90,6 +91,7 @@ A simple string.
### foo Example
```json
......
......@@ -46,6 +46,7 @@ An `id` with an `@` in front of it. The `@` stands for "dot com"
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......@@ -72,6 +73,7 @@ A horse walks into it.
### bar Examples
```json
......@@ -104,6 +106,7 @@ This property has a unique name to demonstrate it's uniqueness.
### baz Example
```json
......@@ -125,6 +128,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri-reference` – URI Reference (according to [RFC3986](https://tools.ietf.org/html/rfc3986))
......@@ -146,6 +150,7 @@ An about ids. It is meta. If you are confused, send an email to the address spec
`string`
* format: `email` – email address (according to [RFC 5322, section 3.4.1](https://tools.ietf.org/html/rfc5322))
......
......@@ -41,6 +41,7 @@ A horse walks into it.
### bar Examples
```json
......@@ -72,6 +73,7 @@ A unique identifier given to every addressable thing.
### foo Example
```json
......
......@@ -36,6 +36,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......
......@@ -49,6 +49,7 @@ A simple string.
##### foo Example
```json
......@@ -88,6 +89,7 @@ A simple string.
##### bar Example
```json
......
......@@ -36,6 +36,7 @@ A simple string.
### [0-9] Example
```json
......
......@@ -36,6 +36,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......
......@@ -160,6 +160,7 @@ A date-like string.
`string`
* format: `date-time` – date and time (according to [RFC 3339, section 5.6](http://tools.ietf.org/html/rfc3339))
......@@ -181,6 +182,7 @@ An email-like string.
`string`
* format: `email` – email address (according to [RFC 5322, section 3.4.1](https://tools.ietf.org/html/rfc5322))
......@@ -202,6 +204,7 @@ A hostname-like string.
`string`
* format: `hostname` – Domain Name (according to [RFC 1034, section 3.1](https://tools.ietf.org/html/rfc1034))
......@@ -223,6 +226,7 @@ An IPv4-like string.
`string`
* format: `ipv4` – IP (v4) address (according to [RFC 2673, section 3.2](https://tools.ietf.org/html/rfc2673))
......@@ -244,6 +248,7 @@ An IPv6-like string.
`string`
* format: `ipv6` – IP (v6) address (according to [RFC 4291, section 2.2](https://tools.ietf.org/html/rfc4291))
......@@ -299,6 +304,7 @@ A string following a regular expression
`string`
All instances must conform to this regular expression
```regex
^ba.$
......@@ -357,6 +363,7 @@ A string following a regular expression
`string`
All instances must conform to this regular expression
(test examples [here](https://regexr.com/?expression=%5Eba.%24)):
```regex
......@@ -384,6 +391,7 @@ A string following a regular expression
`string`
All instances must conform to this regular expression
```regex
^ba.$
......@@ -420,6 +428,7 @@ A simple string, without any constraints.
### string_unconstrained Example
```json
......@@ -441,6 +450,7 @@ A URI.
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......
......@@ -36,6 +36,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......
......@@ -45,6 +45,7 @@ A unique identifier given to every addressable thing.
`string`
* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))
......
......@@ -19,7 +19,7 @@ This is an example schema with examples for multiple array types and their const
| Property | Type | Required | Nullable | Defined by |
|----------|------|----------|----------|------------|
| [JoinTypelist](#jointypelist) | `array` | Optional | No | Arrays (this schema) |
| [JoinTypelist](#jointypelist) | `array` | Optional | No | Arrays (this schema) |
| [boollist](#boollist) | `boolean[]` | Optional | No | Arrays (this schema) |
| [coordinatelist](#coordinatelist) | `number[][]` | Optional | No | Arrays (this schema) |
| [intlist](#intlist) | `integer[]` | Optional | No | Arrays (this schema) |
......@@ -80,7 +80,6 @@ A simple string.
##### foo Example
```json
......@@ -120,7 +119,6 @@ A simple string.
##### bar Example
```json
......@@ -253,7 +251,6 @@ All items must be of the type:
## listlist
This is an array of arrays
......
......@@ -7,6 +7,7 @@
`string`<%=schema.nullable ? ", nullable" : "" %>
<%
if (schema.format==="uri") { %>* format: `uri` – Uniformous Resource Identifier (according to [RFC3986](http://tools.ietf.org/html/rfc3986))<% }
else if (schema.format==="date-time") { %>* format: `date-time` – date and time (according to [RFC 3339, section 5.6](http://tools.ietf.org/html/rfc3339))<% }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment