Skip to content

Commit 171d00c

Browse files
committed
wsp
Signed-off-by: Clemens Vasters <clemens@vasters.com>
1 parent b217e63 commit 171d00c

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

draft-vasters-httpapi-json-structure-validation.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ normative:
5151
RFC2119:
5252
RFC4646:
5353
RFC8174:
54-
JSTRUCT-CORE:
54+
JSTRUCT-CORE:
5555
title: "JSON Structure Core"
56-
author:
56+
author:
5757
- fullname: Clemens Vasters
5858
target: https://json-structure.github.io/core/draft-vasters-httpapi-json-structure-core.html
5959
ECMA_262_2022:
@@ -228,16 +228,16 @@ MUST be a string. The `format` keyword adds additional standard validation
228228
constraints not covered by the extended types in the core specification without
229229
the need to define an explicit regular expression `pattern`.
230230

231-
- `ipv4` – Internet Protocol version 4 address
232-
- `ipv6` – Internet Protocol version 6 address
233-
- `email` – Email address
234-
- `idn-email` – Internationalized email address
235-
- `hostname` – Hostname
236-
- `idn-hostname` – Internationalized hostname
237-
- `iri` – Internationalized Resource Identifier
238-
- `iri-reference` – Internationalized Resource Identifier reference
239-
- `uri-template` – URI template
240-
- `relative-json-pointer` – Relative JSON pointer
231+
- `ipv4` – Internet Protocol version 4 address
232+
- `ipv6` – Internet Protocol version 6 address
233+
- `email` – Email address
234+
- `idn-email` – Internationalized email address
235+
- `hostname` – Hostname
236+
- `idn-hostname` – Internationalized hostname
237+
- `iri` – Internationalized Resource Identifier
238+
- `iri-reference` – Internationalized Resource Identifier reference
239+
- `uri-template` – URI template
240+
- `relative-json-pointer` – Relative JSON pointer
241241
- `regex` – Regular expression
242242

243243
## Array and Set Validation Keywords {#array-and-set-validation-keywords}
@@ -451,7 +451,7 @@ Example:
451451
{
452452
"type": "object",
453453
"properties": {
454-
"name": {
454+
"name": {
455455
"type": "string",
456456
"default": "John Doe"
457457
}

0 commit comments

Comments
 (0)