Skip to content

Commit

Permalink
Revert test schema to v0 for now - not ready for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
mradbourne committed May 29, 2024
1 parent 1a2747d commit 5de7d63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"fileMatch": [
"tests/**/*.json"
],
"url": "./schemas/v1/tests.schema.json"
"url": "./schemas/v0/tests.schema.json"
}
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$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",
Expand Down

0 comments on commit 5de7d63

Please sign in to comment.