@@ -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
228228constraints not covered by the extended types in the core specification without
229229the 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