From d5b375c23ea1b9150b221c28b40c2e4def76e533 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 4 Oct 2024 08:32:00 -0500 Subject: [PATCH] Update schema ID to stable public location. --- pub/std_info-1.0.0.json | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/pub/std_info-1.0.0.json b/pub/std_info-1.0.0.json index 9972990..3b716f5 100644 --- a/pub/std_info-1.0.0.json +++ b/pub/std_info-1.0.0.json @@ -1,7 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": - "https://raw.githubusercontent.com/cplusplus/ecosystem-is/release/schema/std_info-1.0.0.json", + "$id": "https://cplusplus.github.io/ecosystem-is/std_info-1.0.0.json", "title": "Tool Introspection Version 1.0.0 JSON Schema", "$defs": { "VersionMin": { @@ -51,8 +50,7 @@ "type": "object", "properties": { "$schema": { - "description": - "JSON Schema URI for the version of the tool introspection format.", + "description": "JSON Schema URI for the version of the tool introspection format.", "type": "string", "format": "uri" }, @@ -69,7 +67,5 @@ "additionalProperties": false } ], - "required": [ - "std.info" - ] + "required": ["std.info"] }