Skip to content

Commit

Permalink
Update schema ID to stable public location.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Oct 4, 2024
1 parent f743604 commit d5b375c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions pub/std_info-1.0.0.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
},
Expand All @@ -69,7 +67,5 @@
"additionalProperties": false
}
],
"required": [
"std.info"
]
"required": ["std.info"]
}

0 comments on commit d5b375c

Please sign in to comment.