Skip to content

Commit 5de7d63

Browse files
committed
Revert test schema to v0 for now - not ready for v1
1 parent 1a2747d commit 5de7d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"fileMatch": [
55
"tests/**/*.json"
66
],
7-
"url": "./schemas/v1/tests.schema.json"
7+
"url": "./schemas/v0/tests.schema.json"
88
}
99
]
1010
}

test/schemas/v1/tests.schema.json renamed to test/schemas/v0/tests.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/unicode-org/message-format-wg/main/test/schemas/v1/tests.schema.json",
3+
"$id": "https://raw.githubusercontent.com/unicode-org/message-format-wg/main/test/schemas/v0/tests.schema.json",
44
"title": "MessageFormat 2 data-driven tests",
55
"description": "The main schema for MessageFormat 2 test data.",
66
"type": "object",

0 commit comments

Comments
 (0)