We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6f129e commit 468fa78Copy full SHA for 468fa78
tests/draft3/optional/format.json
@@ -81,6 +81,11 @@
81
"description": "an invalid URI",
82
"data": "\\\\WINDOWS\\fileshare",
83
"valid": false
84
+ },
85
+ {
86
+ "description": "an invalid URI though valid URI reference",
87
+ "data": "abc",
88
+ "valid": false
89
}
90
]
91
},
tests/draft4/optional/format.json
@@ -33,6 +33,11 @@
33
34
35
36
37
38
39
40
41
42
43
0 commit comments