Skip to content

Commit 90b2a58

Browse files
committed
fix *nix uris
1 parent 68d18c6 commit 90b2a58

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/draft-next/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
{
983983
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985-
"$id": "file://folder/file.json",
985+
"$id": "file:///folder/file.json",
986986
"$defs": {
987987
"foo": {
988988
"type": "number"

tests/draft2019-09/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
{
983983
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985-
"$id": "file://folder/file.json",
985+
"$id": "file:///folder/file.json",
986986
"$defs": {
987987
"foo": {
988988
"type": "number"

tests/draft2020-12/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@
982982
{
983983
"description": "$id with file URI still resolves pointers - *nix",
984984
"schema": {
985-
"$id": "file://folder/file.json",
985+
"$id": "file:///folder/file.json",
986986
"$defs": {
987987
"foo": {
988988
"type": "number"

tests/draft4/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@
507507
{
508508
"description": "id with file URI still resolves pointers - *nix",
509509
"schema": {
510-
"id": "file://folder/file.json",
510+
"id": "file:///folder/file.json",
511511
"definitions": {
512512
"foo": {
513513
"type": "number"

tests/draft6/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
{
818818
"description": "$id with file URI still resolves pointers - *nix",
819819
"schema": {
820-
"$id": "file://folder/file.json",
820+
"$id": "file:///folder/file.json",
821821
"definitions": {
822822
"foo": {
823823
"type": "number"

tests/draft7/ref.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
{
932932
"description": "$id with file URI still resolves pointers - *nix",
933933
"schema": {
934-
"$id": "file://folder/file.json",
934+
"$id": "file:///folder/file.json",
935935
"definitions": {
936936
"foo": {
937937
"type": "number"

0 commit comments

Comments
 (0)