From 5de7d632c4fa7c3c6ad61ba676bad95b42b0daae Mon Sep 17 00:00:00 2001 From: Matt Radbourne <1254508+mradbourne@users.noreply.github.com> Date: Wed, 29 May 2024 10:45:58 +0100 Subject: [PATCH] Revert test schema to v0 for now - not ready for v1 --- test/.vscode/settings.json | 2 +- test/schemas/{v1 => v0}/tests.schema.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename test/schemas/{v1 => v0}/tests.schema.json (99%) diff --git a/test/.vscode/settings.json b/test/.vscode/settings.json index 1a0a98846..aa1a5c466 100644 --- a/test/.vscode/settings.json +++ b/test/.vscode/settings.json @@ -4,7 +4,7 @@ "fileMatch": [ "tests/**/*.json" ], - "url": "./schemas/v1/tests.schema.json" + "url": "./schemas/v0/tests.schema.json" } ] } diff --git a/test/schemas/v1/tests.schema.json b/test/schemas/v0/tests.schema.json similarity index 99% rename from test/schemas/v1/tests.schema.json rename to test/schemas/v0/tests.schema.json index 539ae2fc9..0f8a3a822 100644 --- a/test/schemas/v1/tests.schema.json +++ b/test/schemas/v0/tests.schema.json @@ -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",