We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0d9dd0 commit 9bbc7a1Copy full SHA for 9bbc7a1
2 files changed
lib/src/testFixtures/resources/suite-supplementary/draft2019-09/format/uri.json
@@ -0,0 +1,16 @@
1
+[
2
+ {
3
+ "description": "URI format",
4
+ "schema": {
5
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
6
+ "format": "uri"
7
+ },
8
+ "tests": [
9
10
+ "description": "registry based authority can contain encoded ':'",
11
+ "data": "https://example.com%3Aabc",
12
+ "valid": true
13
+ }
14
+ ]
15
16
+]
lib/src/testFixtures/resources/suite-supplementary/draft2020-12/format/uri.json
0 commit comments