We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a2747d commit 5de7d63Copy full SHA for 5de7d63
test/.vscode/settings.json
@@ -4,7 +4,7 @@
4
"fileMatch": [
5
"tests/**/*.json"
6
],
7
- "url": "./schemas/v1/tests.schema.json"
+ "url": "./schemas/v0/tests.schema.json"
8
}
9
]
10
test/schemas/v1/tests.schema.json renamed to test/schemas/v0/tests.schema.json
@@ -1,6 +1,6 @@
1
{
2
"$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",
+ "$id": "https://raw.githubusercontent.com/unicode-org/message-format-wg/main/test/schemas/v0/tests.schema.json",
"title": "MessageFormat 2 data-driven tests",
"description": "The main schema for MessageFormat 2 test data.",
"type": "object",
0 commit comments