Skip to content

Commit 8df95c1

Browse files
committed
Fix
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 5ef7700 commit 8df95c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

schemas/2020-12/ietf/uri/iri-reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"//cdn.example.com/assets/style.css",
1010
"?query=é#fragment"
1111
],
12+
"x-jsonld-datatype": "http://www.w3.org/2001/XMLSchema#anyURI",
1213
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
1314
"x-links": [ "https://www.rfc-editor.org/rfc/rfc3987#section-2.2" ],
1415
"type": "string",
15-
"x-jsonld-datatype": "http://www.w3.org/2001/XMLSchema#anyURI",
1616
"format": "iri-reference"
1717
}

schemas/2020-12/ietf/uri/uri-reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"//cdn.example.com/assets/style.css",
1010
"/absolute/path/to/resource?query=value#section"
1111
],
12+
"x-jsonld-datatype": "http://www.w3.org/2001/XMLSchema#anyURI",
1213
"x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE",
1314
"x-links": [ "https://www.rfc-editor.org/rfc/rfc3986#section-4.1" ],
1415
"type": "string",
15-
"x-jsonld-datatype": "http://www.w3.org/2001/XMLSchema#anyURI",
1616
"format": "uri-reference"
1717
}

0 commit comments

Comments
 (0)