Skip to content

Commit 3f9f0eb

Browse files
author
Oleg
committed
Add link to rfc and quote
1 parent 370a33b commit 3f9f0eb

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

tests/draft-next/optional/format/idn-hostname.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[
22
{
33
"description": "validation of internationalized host names",
4+
"specification": [
5+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
6+
],
47
"schema": {
58
"$schema": "https://json-schema.org/draft/next/schema",
69
"format": "idn-hostname"

tests/draft2019-09/optional/format/idn-hostname.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[
22
{
33
"description": "validation of internationalized host names",
4+
"specification": [
5+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
6+
],
47
"schema": {
58
"$schema": "https://json-schema.org/draft/2019-09/schema",
69
"format": "idn-hostname"

tests/draft2020-12/optional/format/idn-hostname.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[
22
{
33
"description": "validation of internationalized host names",
4+
"specification": [
5+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
6+
],
47
"schema": {
58
"$schema": "https://json-schema.org/draft/2020-12/schema",
69
"format": "idn-hostname"

tests/draft7/optional/format/idn-hostname.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[
22
{
33
"description": "validation of internationalized host names",
4+
"specification": [
5+
{"rfc3490": "3.1", "quote": "Whenever dots are used as label separators, the following characters MUST be recognized as dots: U+002E (full stop), U+3002 (ideographic full stop), U+FF0E (fullwidth full stop), U+FF61(halfwidth ideographic full stop)"}
6+
],
47
"schema": { "format": "idn-hostname" },
58
"tests": [
69
{

0 commit comments

Comments
 (0)