diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f93923989da..116d70252fc 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -207,7 +207,7 @@ When renaming a schema name, the old version must continue to exist. Otherwise, ```json { - "$ref": "https://json.schemastore.org/NEWNAME.json" + "$ref": "https://www.schemastore.org/NEWNAME.json" } ``` @@ -218,7 +218,7 @@ The process of renaming schemas is similar to [this section](#how-to-move-a-json Many tools, such as [validate-pyproject](https://github.com/abravalheri/validate-pyproject), accept passing in subpaths for validation like so: ```sh -validate-pyproject --tool cibuildwheel=https://json.schemastore.org/cibuildwheel.toml#/properties/tool/properties +validate-pyproject --tool cibuildwheel=https://www.schemastore.org/cibuildwheel.toml#/properties/tool/properties ``` This means that renames in subschema paths is a potentially a breaking change. However, it needs to be possible to refactor internal schema structures. @@ -409,7 +409,7 @@ When adding glob patterns to `fileMatch` so language servers can auto-apply sche "name": "Hugo", "description": "Hugo static site generator config file", "fileMatch": ["config.toml"], // Avoid generic patterns. - "url": "https://json.schemastore.org/hugo.json", + "url": "https://www.schemastore.org/hugo.json", } ``` @@ -560,7 +560,7 @@ If you do not wish to use the `new-schema` task, the manual steps are listed bel "description": "Schema description", "fileMatch": ["list of well-known filenames matching schema"], "name": "Friendly schema name", - "url": "https://json.schemastore.org/.json" + "url": "https://www.schemastore.org/.json" } ``` @@ -570,7 +570,7 @@ Finally, validate your changes. See [How to Validate a JSON Schema](#how-to-vali ### How to add a JSON Schema that's self-hosted/remote/external -You may wish to serve a schema from `https://json.schemastore.org/.json`, but keep the content of the schema file at a place you control (not this repository). +You may wish to serve a schema from `https://www.schemastore.org/.json`, but keep the content of the schema file at a place you control (not this repository). See [this PR](https://github.com/SchemaStore/schemastore/pull/1211/files) as an example. Simply register your schema in the [schema catalog](src/api/json/catalog.json), with the `url` field pointing to your schema file: @@ -618,11 +618,11 @@ Then, use the `versions` field to list each of them. Add the latest version to t "description": "JSON schema for the Agrippa config file", "fileMatch": [".agripparc.json", "agripparc.json"], "name": ".agripparc.json", - "url": "https://json.schemastore.org/agripparc-1.4.json", + "url": "https://www.schemastore.org/agripparc-1.4.json", "versions": { - "1.2": "https://json.schemastore.org/agripparc-1.2.json", - "1.3": "https://json.schemastore.org/agripparc-1.3.json", - "1.4": "https://json.schemastore.org/agripparc-1.4.json" + "1.2": "https://www.schemastore.org/agripparc-1.2.json", + "1.3": "https://www.schemastore.org/agripparc-1.3.json", + "1.4": "https://www.schemastore.org/agripparc-1.4.json" } } ``` @@ -643,7 +643,7 @@ See [this PR](https://github.com/SchemaStore/schemastore/pull/2421/files) for a - Both schemas must exist [locally](src/schemas/json) in SchemaStore. - Both schemas must have the same draft (ex. `draft-07`) - `schema_y.json` must have `id` or `$id` with this value `"https://json.schemastore.org/schema_y.json"` -- In `schema_x.json`, add ref to `schema_y.json`: `"$ref": "https://json.schemastore.org/schema_y.json#..."` +- In `schema_x.json`, add ref to `schema_y.json`: `"$ref": "https://www.schemastore.org/schema_y.json#..."` - Within [schema-validation.jsonc](./src/schema-validation.jsonc), in `"options": []`, add an entry: `{ "schema_x.json": {"externalSchema": ["schema_y.json"] } }` - Note that all transitive schemas must be specified in `externalSchema` diff --git a/package-lock.json b/package-lock.json index 42199e084f3..c518343a195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -538,6 +538,7 @@ "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -561,6 +562,7 @@ "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -1082,6 +1084,7 @@ "integrity": "sha512-Hx0MOjPh6uK9oq9nVsATZKE/Wlbai7KFjfCuw9UHaguDW3x+HF0O5nIi3ud39TWgrTjTO5nHxmL3R1eANinWHQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.12.1", @@ -1471,6 +1474,7 @@ "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.0", @@ -2725,6 +2729,7 @@ "integrity": "sha512-QQtaxnoDJeAkDvDKWCLiwIXkTgRhwYDEQCghU9Z6q03iyek/rxRh/2lC3HB7P8sWT2xC/y5JDctPLBIGzHKbhw==", "dev": true, "license": "MIT", + "peer": true, "bin": { "prettier": "bin/prettier.cjs" }, @@ -3335,6 +3340,7 @@ "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -3455,6 +3461,7 @@ "integrity": "sha512-OdqJE9UDRPwWsrHjLN2F8bPxvwJBK22EHLWtanu0LSYr5YqzsaaW3RMgmjwr8Rypg5k+meEJdSPXJZXE/yqOMg==", "dev": true, "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/scripts/build-xregistry.js b/scripts/build-xregistry.js index 5076683761b..a306a77e084 100644 --- a/scripts/build-xregistry.js +++ b/scripts/build-xregistry.js @@ -229,9 +229,9 @@ async function buildXRegistry() { ) const url = schema.url console.info(`Determining schema format for ${url}...`) - // Map json.schemastore.org domain to schemastore.org + // Map www.schemastore.org domain to schemastore.org let domain = extractDomain(url) - if (domain === 'json.schemastore.org') { + if (domain === 'www.schemastore.org' || domain === 'json.schemastore.org') { domain = 'schemastore.org' } diff --git a/scripts/build_xregistry_site.sh b/scripts/build_xregistry_site.sh index 3b1e294e52b..73c746f292a 100644 --- a/scripts/build_xregistry_site.sh +++ b/scripts/build_xregistry_site.sh @@ -56,7 +56,7 @@ docker exec "${CONTAINER_ID}" /xr import -d @/workspace/src/api/registry/registr echo "Exporting live data to $ARCHIVE_PATH..." docker exec "${CONTAINER_ID}" /bin/sh -c " mkdir -p /tmp/live - /xr download --index index.json -s localhost:8080 /tmp/live -u https://json.schemastore.org/api/registry + /xr download --index index.json -s localhost:8080 /tmp/live -u https://www.schemastore.org/api/registry cd /tmp/live tar czf $ARCHIVE_PATH . " diff --git a/src/api/json/catalog.json b/src/api/json/catalog.json index 05689a46002..45cbd3f5454 100644 --- a/src/api/json/catalog.json +++ b/src/api/json/catalog.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/schema-catalog.json", + "$schema": "https://www.schemastore.org/schema-catalog.json", "version": 1, "schemas": [ { diff --git a/src/json.cshtml b/src/json.cshtml index b6a1330ca85..8becb18612a 100644 --- a/src/json.cshtml +++ b/src/json.cshtml @@ -49,7 +49,7 @@ "name": "bower.json", "description": "Bower package description file", "fileMatch": [ "bower.json", ".bower.json" ], - "url": "https://json.schemastore.org/bower.json" + "url": "https://www.schemastore.org/bower.json" }

diff --git a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-extraneous-property.json b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-extraneous-property.json index 204cd51b01d..c01555f47e8 100644 --- a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-extraneous-property.json +++ b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-extraneous-property.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-fractional-lot-size.json b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-fractional-lot-size.json index 1ff8d6ae38f..80bbdeea804 100644 --- a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-fractional-lot-size.json +++ b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-fractional-lot-size.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-plan-date.json b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-plan-date.json index d3c29a4cac1..f5da3b2e1c2 100644 --- a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-plan-date.json +++ b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-plan-date.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-strings-as-numbers.json b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-strings-as-numbers.json index cd26fa76595..fb334a15d5b 100644 --- a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-strings-as-numbers.json +++ b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-invalid-strings-as-numbers.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-missing-tabs.json b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-missing-tabs.json index 0ed06d637c3..73da5547056 100644 --- a/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-missing-tabs.json +++ b/src/negative_test/abc-supply-plan-10.0.0/abc-supply-plan-missing-tabs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-extraneous-property.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-extraneous-property.json index 08ba0aa0f7b..c31ce7e22de 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-extraneous-property.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-extraneous-property.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-fractional-lot-size.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-fractional-lot-size.json index 82212b75349..54c59f0ff6f 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-fractional-lot-size.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-fractional-lot-size.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-plan-date.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-plan-date.json index ed5ad352034..e5d954030cc 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-plan-date.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-plan-date.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-strings-as-numbers.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-strings-as-numbers.json index 05766f53226..c1945d3cf8c 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-strings-as-numbers.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-strings-as-numbers.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-empty-array.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-empty-array.json index 396bea9b983..31f34bce6d6 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-empty-array.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-empty-array.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-too-many-items.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-too-many-items.json index e2b091f4add..7e85327a4cc 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-too-many-items.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-invalid-targetmfcs-too-many-items.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-missing-tabs.json b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-missing-tabs.json index 81cfa3481d2..88da1c9e8dd 100644 --- a/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-missing-tabs.json +++ b/src/negative_test/abc-supply-plan-10.1.0/abc-supply-plan-missing-tabs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-extraneous-property.json b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-extraneous-property.json index 31c2c973426..afb802ad13d 100644 --- a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-extraneous-property.json +++ b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-extraneous-property.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-fractional-lot-size.json b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-fractional-lot-size.json index babf3818417..c83f7bf51ef 100644 --- a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-fractional-lot-size.json +++ b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-fractional-lot-size.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-plan-date.json b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-plan-date.json index 0ca21c522fe..9b959efcaec 100644 --- a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-plan-date.json +++ b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-plan-date.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-strings-as-numbers.json b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-strings-as-numbers.json index 70f85750e22..500ae8bc166 100644 --- a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-strings-as-numbers.json +++ b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-invalid-strings-as-numbers.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-missing-tabs.json b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-missing-tabs.json index 31e91d403a0..3869377f902 100644 --- a/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-missing-tabs.json +++ b/src/negative_test/abc-supply-plan-11.0.0/abc-supply-plan-missing-tabs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-extraneous-property.json b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-extraneous-property.json index 8fa6a2b8740..239c1c34629 100644 --- a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-extraneous-property.json +++ b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-extraneous-property.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-fractional-lot-size.json b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-fractional-lot-size.json index e4eeb0ef405..a21d0dcc2a0 100644 --- a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-fractional-lot-size.json +++ b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-fractional-lot-size.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-plan-date.json b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-plan-date.json index 690294f0701..8bd25c042b5 100644 --- a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-plan-date.json +++ b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-plan-date.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-strings-as-numbers.json b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-strings-as-numbers.json index 40cc1ff96db..70c1a8aff7d 100644 --- a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-strings-as-numbers.json +++ b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-invalid-strings-as-numbers.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-missing-tabs.json b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-missing-tabs.json index 259b9b85abc..c00ab97f746 100644 --- a/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-missing-tabs.json +++ b/src/negative_test/abc-supply-plan-11.1.0/abc-supply-plan-missing-tabs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-extraneous-property.json b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-extraneous-property.json index 2cdbc14db56..ac04ee71195 100644 --- a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-extraneous-property.json +++ b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-extraneous-property.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-fractional-lot-size.json b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-fractional-lot-size.json index eb267d8189d..5f932cd507d 100644 --- a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-fractional-lot-size.json +++ b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-fractional-lot-size.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-plan-date.json b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-plan-date.json index 032064ca5f5..af748f2ee69 100644 --- a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-plan-date.json +++ b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-plan-date.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-strings-as-numbers.json b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-strings-as-numbers.json index 16dd105ba10..55b735fae68 100644 --- a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-strings-as-numbers.json +++ b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-invalid-strings-as-numbers.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-missing-tabs.json b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-missing-tabs.json index 19a70c033a1..05329e36ccb 100644 --- a/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-missing-tabs.json +++ b/src/negative_test/abc-supply-plan-11.2.0/abc-supply-plan-missing-tabs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": {}, "analytics": { "items": [], diff --git a/src/negative_test/claude-code-keybindings/missing-bindings.json b/src/negative_test/claude-code-keybindings/missing-bindings.json index e6b7898c2a3..44555bb668c 100644 --- a/src/negative_test/claude-code-keybindings/missing-bindings.json +++ b/src/negative_test/claude-code-keybindings/missing-bindings.json @@ -1,3 +1,3 @@ { - "$schema": "https://json.schemastore.org/claude-code-keybindings.json" + "$schema": "https://www.schemastore.org/claude-code-keybindings.json" } diff --git a/src/negative_test/popxf-1.0/bad_key_observable_central.json b/src/negative_test/popxf-1.0/bad_key_observable_central.json index cc193e6c425..2c95a36141b 100644 --- a/src/negative_test/popxf-1.0/bad_key_observable_central.json +++ b/src/negative_test/popxf-1.0/bad_key_observable_central.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_keys_observable_uncertainties.json b/src/negative_test/popxf-1.0/bad_keys_observable_uncertainties.json index 7476fb4be8f..7b0f11eb916 100644 --- a/src/negative_test/popxf-1.0/bad_keys_observable_uncertainties.json +++ b/src/negative_test/popxf-1.0/bad_keys_observable_uncertainties.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.013e-10], diff --git a/src/negative_test/popxf-1.0/bad_observable_central_key.json b/src/negative_test/popxf-1.0/bad_observable_central_key.json index e296c14adee..9575c84b609 100644 --- a/src/negative_test/popxf-1.0/bad_observable_central_key.json +++ b/src/negative_test/popxf-1.0/bad_observable_central_key.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_observable_central_scale_array_FOP.json b/src/negative_test/popxf-1.0/bad_observable_central_scale_array_FOP.json index 0314ed36db3..0c3b7fed5ce 100644 --- a/src/negative_test/popxf-1.0/bad_observable_central_scale_array_FOP.json +++ b/src/negative_test/popxf-1.0/bad_observable_central_scale_array_FOP.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/bad_observable_central_value.json b/src/negative_test/popxf-1.0/bad_observable_central_value.json index 5eb57a37022..7c44654542b 100644 --- a/src/negative_test/popxf-1.0/bad_observable_central_value.json +++ b/src/negative_test/popxf-1.0/bad_observable_central_value.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": 17.5, diff --git a/src/negative_test/popxf-1.0/bad_observable_uncertainties_scale_array_FOP.json b/src/negative_test/popxf-1.0/bad_observable_uncertainties_scale_array_FOP.json index a23a4e51bec..173c90152be 100644 --- a/src/negative_test/popxf-1.0/bad_observable_uncertainties_scale_array_FOP.json +++ b/src/negative_test/popxf-1.0/bad_observable_uncertainties_scale_array_FOP.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_uncertainties": { "total": { diff --git a/src/negative_test/popxf-1.0/bad_value_inputs.json b/src/negative_test/popxf-1.0/bad_value_inputs.json index 953e3a132c0..6b96cc713b6 100644 --- a/src/negative_test/popxf-1.0/bad_value_inputs.json +++ b/src/negative_test/popxf-1.0/bad_value_inputs.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_inputs_corr_nostd.json b/src/negative_test/popxf-1.0/bad_value_inputs_corr_nostd.json index cbce41422df..b49a1c9f389 100644 --- a/src/negative_test/popxf-1.0/bad_value_inputs_corr_nostd.json +++ b/src/negative_test/popxf-1.0/bad_value_inputs_corr_nostd.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_inputs_mean.json b/src/negative_test/popxf-1.0/bad_value_inputs_mean.json index d78c8fe3047..5e0479f10c1 100644 --- a/src/negative_test/popxf-1.0/bad_value_inputs_mean.json +++ b/src/negative_test/popxf-1.0/bad_value_inputs_mean.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_parameters.json b/src/negative_test/popxf-1.0/bad_value_parameters.json index 51ff34352b0..39b10c8170c 100644 --- a/src/negative_test/popxf-1.0/bad_value_parameters.json +++ b/src/negative_test/popxf-1.0/bad_value_parameters.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_scale_array_string.json b/src/negative_test/popxf-1.0/bad_value_scale_array_string.json index 804858f4d6c..0c246d54e55 100644 --- a/src/negative_test/popxf-1.0/bad_value_scale_array_string.json +++ b/src/negative_test/popxf-1.0/bad_value_scale_array_string.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_scale_string.json b/src/negative_test/popxf-1.0/bad_value_scale_string.json index 174fc19c71f..892f837cc30 100644 --- a/src/negative_test/popxf-1.0/bad_value_scale_string.json +++ b/src/negative_test/popxf-1.0/bad_value_scale_string.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/bad_value_schema.json b/src/negative_test/popxf-1.0/bad_value_schema.json index 0214f3da251..293ff64788d 100644 --- a/src/negative_test/popxf-1.0/bad_value_schema.json +++ b/src/negative_test/popxf-1.0/bad_value_schema.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-2.0.json", + "$schema": "https://www.schemastore.org/popxf-2.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.013e-10], diff --git a/src/negative_test/popxf-1.0/empty_data.json b/src/negative_test/popxf-1.0/empty_data.json index 9b4b8e0473c..004f263312d 100644 --- a/src/negative_test/popxf-1.0/empty_data.json +++ b/src/negative_test/popxf-1.0/empty_data.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": {}, "metadata": { "basis": { diff --git a/src/negative_test/popxf-1.0/extra_field.json b/src/negative_test/popxf-1.0/extra_field.json index 89ad1b6004b..6887b182a9f 100644 --- a/src/negative_test/popxf-1.0/extra_field.json +++ b/src/negative_test/popxf-1.0/extra_field.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/extra_subfield.json b/src/negative_test/popxf-1.0/extra_subfield.json index 30ac3e9d302..826cf8a33c7 100644 --- a/src/negative_test/popxf-1.0/extra_subfield.json +++ b/src/negative_test/popxf-1.0/extra_subfield.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/missing_basis.json b/src/negative_test/popxf-1.0/missing_basis.json index f4c5d48d527..8ad16ddf2b3 100644 --- a/src/negative_test/popxf-1.0/missing_basis.json +++ b/src/negative_test/popxf-1.0/missing_basis.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/missing_data.json b/src/negative_test/popxf-1.0/missing_data.json index 66f5bdc1d22..9d5df9b6812 100644 --- a/src/negative_test/popxf-1.0/missing_data.json +++ b/src/negative_test/popxf-1.0/missing_data.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "metadata": { "basis": { "wcxf": { "basis": "flavio", "eft": "WET", "sectors": ["db"] } }, "misc": { diff --git a/src/negative_test/popxf-1.0/missing_eft.json b/src/negative_test/popxf-1.0/missing_eft.json index e412a042ae8..43ac0df6685 100644 --- a/src/negative_test/popxf-1.0/missing_eft.json +++ b/src/negative_test/popxf-1.0/missing_eft.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_expression.json b/src/negative_test/popxf-1.0/missing_expression.json index 612a4b0f415..f98ecaed551 100644 --- a/src/negative_test/popxf-1.0/missing_expression.json +++ b/src/negative_test/popxf-1.0/missing_expression.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_field_inputs_dist.json b/src/negative_test/popxf-1.0/missing_field_inputs_dist.json index 8e666cd46bb..441429343aa 100644 --- a/src/negative_test/popxf-1.0/missing_field_inputs_dist.json +++ b/src/negative_test/popxf-1.0/missing_field_inputs_dist.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/negative_test/popxf-1.0/missing_metadata.json b/src/negative_test/popxf-1.0/missing_metadata.json index 4a768a05268..3e8c968b953 100644 --- a/src/negative_test/popxf-1.0/missing_metadata.json +++ b/src/negative_test/popxf-1.0/missing_metadata.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.013e-10], diff --git a/src/negative_test/popxf-1.0/missing_observable_expressions.json b/src/negative_test/popxf-1.0/missing_observable_expressions.json index a61862a1fac..bfa0a441f70 100644 --- a/src/negative_test/popxf-1.0/missing_observable_expressions.json +++ b/src/negative_test/popxf-1.0/missing_observable_expressions.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_polynomial_central.json b/src/negative_test/popxf-1.0/missing_polynomial_central.json index 178b48b521b..ce09ace3257 100644 --- a/src/negative_test/popxf-1.0/missing_polynomial_central.json +++ b/src/negative_test/popxf-1.0/missing_polynomial_central.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_polynomial_names.json b/src/negative_test/popxf-1.0/missing_polynomial_names.json index 855471dca94..e55293b14c7 100644 --- a/src/negative_test/popxf-1.0/missing_polynomial_names.json +++ b/src/negative_test/popxf-1.0/missing_polynomial_names.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_scale.json b/src/negative_test/popxf-1.0/missing_scale.json index 636c0d5497c..15366c2211d 100644 --- a/src/negative_test/popxf-1.0/missing_scale.json +++ b/src/negative_test/popxf-1.0/missing_scale.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/negative_test/popxf-1.0/missing_tool_name.json b/src/negative_test/popxf-1.0/missing_tool_name.json index 2f9565f518a..396a2f3cc55 100644 --- a/src/negative_test/popxf-1.0/missing_tool_name.json +++ b/src/negative_test/popxf-1.0/missing_tool_name.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/schemas/json/abc-inventory-module-data-3.0.0.json b/src/schemas/json/abc-inventory-module-data-3.0.0.json index ef5394a1a81..c458bea2f4b 100644 --- a/src/schemas/json/abc-inventory-module-data-3.0.0.json +++ b/src/schemas/json/abc-inventory-module-data-3.0.0.json @@ -635,15 +635,33 @@ }, "ABCInventoryTransaction": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryReceiveTransaction" }, - { "$ref": "#/definitions/ABCInventoryBuildTransaction" }, - { "$ref": "#/definitions/ABCInventoryTransferTransaction" }, - { "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDistributeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDestroyTransaction" }, - { "$ref": "#/definitions/ABCInventorySellTransaction" }, - { "$ref": "#/definitions/ABCInventoryAdjustTransaction" }, - { "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" } + { + "$ref": "#/definitions/ABCInventoryReceiveTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryBuildTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryTransferTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDistributeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDestroyTransaction" + }, + { + "$ref": "#/definitions/ABCInventorySellTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryAdjustTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" + } ] }, "ABCInventoryEntryWithoutUpstreams": { @@ -793,8 +811,12 @@ }, "ABCInventoryEntry": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" }, - { "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" } + { + "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" + }, + { + "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" + } ] } }, diff --git a/src/schemas/json/abc-inventory-module-data-4.0.0.json b/src/schemas/json/abc-inventory-module-data-4.0.0.json index fe24c9efd93..6ec3f3801a6 100644 --- a/src/schemas/json/abc-inventory-module-data-4.0.0.json +++ b/src/schemas/json/abc-inventory-module-data-4.0.0.json @@ -679,15 +679,33 @@ }, "ABCInventoryTransaction": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryReceiveTransaction" }, - { "$ref": "#/definitions/ABCInventoryBuildTransaction" }, - { "$ref": "#/definitions/ABCInventoryTransferTransaction" }, - { "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDistributeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDestroyTransaction" }, - { "$ref": "#/definitions/ABCInventorySellTransaction" }, - { "$ref": "#/definitions/ABCInventoryAdjustTransaction" }, - { "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" } + { + "$ref": "#/definitions/ABCInventoryReceiveTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryBuildTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryTransferTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDistributeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDestroyTransaction" + }, + { + "$ref": "#/definitions/ABCInventorySellTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryAdjustTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" + } ] }, "ABCInventoryEntryWithoutUpstreams": { @@ -845,8 +863,12 @@ }, "ABCInventoryEntry": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" }, - { "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" } + { + "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" + }, + { + "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" + } ] } }, diff --git a/src/schemas/json/abc-inventory-module-data-5.1.0.json b/src/schemas/json/abc-inventory-module-data-5.1.0.json index f4134dfdb64..42312e7ceef 100644 --- a/src/schemas/json/abc-inventory-module-data-5.1.0.json +++ b/src/schemas/json/abc-inventory-module-data-5.1.0.json @@ -734,16 +734,36 @@ }, "ABCInventoryTransaction": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryReceiveTransaction" }, - { "$ref": "#/definitions/ABCInventoryBuildTransaction" }, - { "$ref": "#/definitions/ABCInventoryTransferTransaction" }, - { "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDistributeTransaction" }, - { "$ref": "#/definitions/ABCInventoryDestroyTransaction" }, - { "$ref": "#/definitions/ABCInventorySellTransaction" }, - { "$ref": "#/definitions/ABCInventoryAdjustTransaction" }, - { "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" }, - { "$ref": "#/definitions/ABCInventoryChangeAttributesTransaction" } + { + "$ref": "#/definitions/ABCInventoryReceiveTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryBuildTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryTransferTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryStatusChangeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDistributeTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryDestroyTransaction" + }, + { + "$ref": "#/definitions/ABCInventorySellTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryAdjustTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryChangeExpiryTransaction" + }, + { + "$ref": "#/definitions/ABCInventoryChangeAttributesTransaction" + } ] }, "ABCInventoryEntryWithoutUpstreams": { @@ -915,8 +935,12 @@ }, "ABCInventoryEntry": { "oneOf": [ - { "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" }, - { "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" } + { + "$ref": "#/definitions/ABCInventoryEntryWithoutUpstreams" + }, + { + "$ref": "#/definitions/ABCInventoryEntryWithUpstreams" + } ] } }, diff --git a/src/schemas/json/abc-supply-plan-10.0.0.json b/src/schemas/json/abc-supply-plan-10.0.0.json index 6f692b27695..5cfe259bfeb 100644 --- a/src/schemas/json/abc-supply-plan-10.0.0.json +++ b/src/schemas/json/abc-supply-plan-10.0.0.json @@ -5,9 +5,9 @@ "description": "Schema defining the structure of ABCSupplyPlan used for managing plan data in ABC-Plan's MasterPlanner.", "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "description": "Link to https://www.schemastore.org/abc-supply-plan-10.0.0.json", "type": "string", - "enum": ["https://json.schemastore.org/abc-supply-plan-10.0.0.json"] + "enum": ["https://www.schemastore.org/abc-supply-plan-10.0.0.json"] }, "planDate": { "type": "string", @@ -200,7 +200,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -226,36 +228,48 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "moh" } + "metricType": { + "const": "moh" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -269,14 +283,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -290,7 +308,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -304,7 +324,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -813,7 +835,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -849,7 +873,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-10.1.0.json b/src/schemas/json/abc-supply-plan-10.1.0.json index 146da947dfc..5ddc5f0533c 100644 --- a/src/schemas/json/abc-supply-plan-10.1.0.json +++ b/src/schemas/json/abc-supply-plan-10.1.0.json @@ -5,9 +5,9 @@ "description": "Schema defining the structure of ABCSupplyPlan used for managing plan data in ABC-Plan's MasterPlanner.", "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "description": "Link to https://www.schemastore.org/abc-supply-plan-10.1.0.json", "type": "string", - "enum": ["https://json.schemastore.org/abc-supply-plan-10.1.0.json"] + "enum": ["https://www.schemastore.org/abc-supply-plan-10.1.0.json"] }, "planDate": { "type": "string", @@ -201,7 +201,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -227,48 +229,64 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "targetMFC" } + "metricType": { + "const": "targetMFC" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "moh" } + "metricType": { + "const": "moh" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -282,14 +300,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -303,7 +325,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -317,7 +341,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -827,7 +853,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -863,7 +891,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-11.0.0.json b/src/schemas/json/abc-supply-plan-11.0.0.json index 83dda3fc211..a6f975bf86d 100644 --- a/src/schemas/json/abc-supply-plan-11.0.0.json +++ b/src/schemas/json/abc-supply-plan-11.0.0.json @@ -5,9 +5,9 @@ "description": "Schema defining the structure of ABCSupplyPlan used for managing plan data in ABC-Plan's MasterPlanner.", "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "description": "Link to https://www.schemastore.org/abc-supply-plan-11.0.0.json", "type": "string", - "enum": ["https://json.schemastore.org/abc-supply-plan-11.0.0.json"] + "enum": ["https://www.schemastore.org/abc-supply-plan-11.0.0.json"] }, "planDate": { "type": "string", @@ -201,7 +201,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -227,48 +229,64 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "targetMFC" } + "metricType": { + "const": "targetMFC" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "moh" } + "metricType": { + "const": "moh" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -282,14 +300,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -303,7 +325,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -317,7 +341,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -919,7 +945,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -955,7 +983,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-11.1.0.json b/src/schemas/json/abc-supply-plan-11.1.0.json index c03164f1c4c..e0b389e2b51 100644 --- a/src/schemas/json/abc-supply-plan-11.1.0.json +++ b/src/schemas/json/abc-supply-plan-11.1.0.json @@ -5,9 +5,9 @@ "description": "Schema defining the structure of ABCSupplyPlan used for managing plan data in ABC-Plan's MasterPlanner.", "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "description": "Link to https://www.schemastore.org/abc-supply-plan-11.1.0.json", "type": "string", - "enum": ["https://json.schemastore.org/abc-supply-plan-11.1.0.json"] + "enum": ["https://www.schemastore.org/abc-supply-plan-11.1.0.json"] }, "planDate": { "type": "string", @@ -202,7 +202,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -228,36 +230,48 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "targetMFC" } + "metricType": { + "const": "targetMFC" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -271,14 +285,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -292,7 +310,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -306,7 +326,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -908,7 +930,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -944,7 +968,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-11.2.0.json b/src/schemas/json/abc-supply-plan-11.2.0.json index 20cb7b97def..1f546c97c2f 100644 --- a/src/schemas/json/abc-supply-plan-11.2.0.json +++ b/src/schemas/json/abc-supply-plan-11.2.0.json @@ -5,9 +5,9 @@ "description": "Schema defining the structure of ABCSupplyPlan used for managing plan data in ABC-Plan's MasterPlanner.", "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "description": "Link to https://www.schemastore.org/abc-supply-plan-11.2.0.json", "type": "string", - "enum": ["https://json.schemastore.org/abc-supply-plan-11.2.0.json"] + "enum": ["https://www.schemastore.org/abc-supply-plan-11.2.0.json"] }, "planDate": { "type": "string", @@ -218,7 +218,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -244,36 +246,48 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "targetMFC" } + "metricType": { + "const": "targetMFC" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -287,14 +301,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -308,7 +326,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -322,7 +342,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -924,7 +946,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -960,7 +984,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-7.0.0.json b/src/schemas/json/abc-supply-plan-7.0.0.json index 91ab4592259..33403d23535 100644 --- a/src/schemas/json/abc-supply-plan-7.0.0.json +++ b/src/schemas/json/abc-supply-plan-7.0.0.json @@ -197,7 +197,9 @@ "type": "string", "enum": ["Units", "Lots", "Cost"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" diff --git a/src/schemas/json/abc-supply-plan-8.0.0.json b/src/schemas/json/abc-supply-plan-8.0.0.json index 9be82df93b9..34dd8da68fa 100644 --- a/src/schemas/json/abc-supply-plan-8.0.0.json +++ b/src/schemas/json/abc-supply-plan-8.0.0.json @@ -197,7 +197,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -217,36 +219,48 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "moh" } + "metricType": { + "const": "moh" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -260,14 +274,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -281,7 +299,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -295,7 +315,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -773,7 +795,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -809,7 +833,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/abc-supply-plan-9.0.0.json b/src/schemas/json/abc-supply-plan-9.0.0.json index 9d4b5fbf6ee..ca0c8740ec1 100644 --- a/src/schemas/json/abc-supply-plan-9.0.0.json +++ b/src/schemas/json/abc-supply-plan-9.0.0.json @@ -200,7 +200,9 @@ "type": "string", "enum": ["Units", "Lots", "Monetary"] }, - { "type": "null" } + { + "type": "null" + } ], "title": "Show Quantities As", "description": "How to display the quantities for this metric" @@ -226,36 +228,48 @@ { "if": { "properties": { - "metricType": { "const": "mfc" } + "metricType": { + "const": "mfc" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "otherDemand" } + "metricType": { + "const": "otherDemand" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "moh" } + "metricType": { + "const": "moh" + } } }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, @@ -269,14 +283,18 @@ }, "then": { "properties": { - "showQuantitiesAs": { "type": "null" } + "showQuantitiesAs": { + "type": "null" + } } } }, { "if": { "properties": { - "metricType": { "const": "demand" } + "metricType": { + "const": "demand" + } } }, "then": { @@ -290,7 +308,9 @@ { "if": { "properties": { - "metricType": { "const": "actuals" } + "metricType": { + "const": "actuals" + } } }, "then": { @@ -304,7 +324,9 @@ { "if": { "properties": { - "metricType": { "const": "firmRelease" } + "metricType": { + "const": "firmRelease" + } } }, "then": { @@ -783,7 +805,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": false } + "timeDependentPlanningParameters": { + "const": false + } } }, "then": { @@ -819,7 +843,9 @@ { "if": { "properties": { - "timeDependentPlanningParameters": { "const": true } + "timeDependentPlanningParameters": { + "const": true + } } }, "then": { diff --git a/src/schemas/json/aio-wasm-graph-config-1.0.0.json b/src/schemas/json/aio-wasm-graph-config-1.0.0.json index 4575177ec9c..a8c63f46b5b 100644 --- a/src/schemas/json/aio-wasm-graph-config-1.0.0.json +++ b/src/schemas/json/aio-wasm-graph-config-1.0.0.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/aio-wasm-graph-config-1.0.0.json", + "$id": "https://json.schemastore.org/aio-wasm-graph-config-1.0.0.json", "title": "Azure IoT Operations Wasm Graph Config", "type": "object", "required": ["connections", "metadata", "moduleRequirements", "operations"], diff --git a/src/schemas/json/devup.json b/src/schemas/json/devup.json index de16bb4e1b5..56eef8d5c89 100644 --- a/src/schemas/json/devup.json +++ b/src/schemas/json/devup.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/devup.json", + "$id": "https://json.schemastore.org/devup.json", "$defs": { "ColorValue": { "oneOf": [ diff --git a/src/schemas/json/evolving-resolutive-process-notation-1.0.json b/src/schemas/json/evolving-resolutive-process-notation-1.0.json index cd21d4e8fc7..fae8af02c6c 100644 --- a/src/schemas/json/evolving-resolutive-process-notation-1.0.json +++ b/src/schemas/json/evolving-resolutive-process-notation-1.0.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/evolving-resolutive-process-notation.json", + "$id": "https://json.schemastore.org/evolving-resolutive-process-notation.json", "title": "evolving resolutive process notation", "additionalProperties": true, "properties": { diff --git a/src/schemas/json/gadget-yaml.json b/src/schemas/json/gadget-yaml.json index 95e59587ce0..f7940402997 100644 --- a/src/schemas/json/gadget-yaml.json +++ b/src/schemas/json/gadget-yaml.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/gadget-yaml.json", + "$id": "https://json.schemastore.org/gadget-yaml.json", "title": "gadget.yaml", "description": "Schema for Revel Digital gadget.yaml files. See https://developer.reveldigital.com/gadgets for more information.", "type": "object", diff --git a/src/schemas/json/grunt-clean-task.json b/src/schemas/json/grunt-clean-task.json index 8f63ffd2130..f9e1a38e94e 100644 --- a/src/schemas/json/grunt-clean-task.json +++ b/src/schemas/json/grunt-clean-task.json @@ -3,10 +3,10 @@ "additionalProperties": { "anyOf": [ { - "$ref": "https://json.schemastore.org/grunt-task#/definitions/fileFormat" + "$ref": "https://www.schemastore.org/grunt-task#/definitions/fileFormat" }, { - "$ref": "https://json.schemastore.org/grunt-task#/definitions/dynamic" + "$ref": "https://www.schemastore.org/grunt-task#/definitions/dynamic" }, { "type": "object", diff --git a/src/schemas/json/grunt-copy-task.json b/src/schemas/json/grunt-copy-task.json index 5e7287f300a..ac1d5083314 100644 --- a/src/schemas/json/grunt-copy-task.json +++ b/src/schemas/json/grunt-copy-task.json @@ -3,7 +3,7 @@ "additionalProperties": { "allOf": [ { - "$ref": "https://json.schemastore.org/grunt-task#/additionalProperties" + "$ref": "https://www.schemastore.org/grunt-task#/additionalProperties" }, { "type": "object", diff --git a/src/schemas/json/grunt-cssmin-task.json b/src/schemas/json/grunt-cssmin-task.json index 831db21aeb6..55294c0fded 100644 --- a/src/schemas/json/grunt-cssmin-task.json +++ b/src/schemas/json/grunt-cssmin-task.json @@ -3,7 +3,7 @@ "additionalProperties": { "allOf": [ { - "$ref": "https://json.schemastore.org/grunt-task#/additionalProperties" + "$ref": "https://www.schemastore.org/grunt-task#/additionalProperties" }, { "type": "object", diff --git a/src/schemas/json/grunt-jshint-task.json b/src/schemas/json/grunt-jshint-task.json index 74d57592a2c..dd3a3de7a3a 100644 --- a/src/schemas/json/grunt-jshint-task.json +++ b/src/schemas/json/grunt-jshint-task.json @@ -3,10 +3,10 @@ "additionalProperties": { "anyOf": [ { - "$ref": "https://json.schemastore.org/grunt-task#/definitions/fileFormat" + "$ref": "https://www.schemastore.org/grunt-task#/definitions/fileFormat" }, { - "$ref": "https://json.schemastore.org/grunt-task#/definitions/dynamic" + "$ref": "https://www.schemastore.org/grunt-task#/definitions/dynamic" }, { "type": "object", diff --git a/src/schemas/json/jsbeautifyrc-nested.json b/src/schemas/json/jsbeautifyrc-nested.json index 205f97c32cd..49b03141158 100644 --- a/src/schemas/json/jsbeautifyrc-nested.json +++ b/src/schemas/json/jsbeautifyrc-nested.json @@ -2,19 +2,19 @@ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/HJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/HProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/JProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/JProperties" }, { "properties": { @@ -22,10 +22,10 @@ "type": "object", "allOf": [ { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CProperties" } ] }, @@ -33,13 +33,13 @@ "type": "object", "allOf": [ { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/HJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/JProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/JProperties" } ] }, @@ -47,13 +47,13 @@ "type": "object", "allOf": [ { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HJProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/HJProperties" }, { - "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HProperties" + "$ref": "https://www.schemastore.org/jsbeautifyrc#/definitions/HProperties" } ] } diff --git a/src/schemas/json/metaschema-draft-07-unofficial-strict.json b/src/schemas/json/metaschema-draft-07-unofficial-strict.json index 604778c6ac8..c39dba5e1cd 100644 --- a/src/schemas/json/metaschema-draft-07-unofficial-strict.json +++ b/src/schemas/json/metaschema-draft-07-unofficial-strict.json @@ -848,7 +848,7 @@ "examples": [ "http://json-schema.org/draft-04/schema#", "http://json-schema.org/draft-07/schema#", - "https://www.schemastore.org/metaschema-draft-07-unofficial-strict.json" + "https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json" ] }, "$id": { @@ -858,7 +858,7 @@ "not": { "$ref": "#/definitions/space-string" }, - "examples": ["https://www.schemastore.org/schema-catalog.json"] + "examples": ["https://json.schemastore.org/schema-catalog.json"] }, "$comment": { "$ref": "#/definitions/comment-property" diff --git a/src/schemas/json/omletrc.json b/src/schemas/json/omletrc.json index 51d4a0641d9..eb0a28fb61e 100644 --- a/src/schemas/json/omletrc.json +++ b/src/schemas/json/omletrc.json @@ -11,17 +11,27 @@ "include": { "type": "array", "description": "Filenames or glob patterns that will be included in the scan.", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "minItems": 1 }, "ignore": { "type": "array", "description": "Filenames or glob patterns that will be excluded from the scan.", - "items": { "type": "string" } + "items": { + "type": "string" + } + }, + "tsconfigPath": { + "$ref": "#/definitions/tsconfigPath" + }, + "aliases": { + "$ref": "#/definitions/aliases" + }, + "exports": { + "$ref": "#/definitions/exports" }, - "tsconfigPath": { "$ref": "#/definitions/tsconfigPath" }, - "aliases": { "$ref": "#/definitions/aliases" }, - "exports": { "$ref": "#/definitions/exports" }, "workspaces": { "type": "object", "description": "Package-specific configurations if you have a monorepo.", @@ -29,14 +39,22 @@ "type": "object", "description": "Package-specific configuration.", "properties": { - "tsconfigPath": { "$ref": "#/definitions/tsconfigPath" }, - "aliases": { "$ref": "#/definitions/aliases" }, - "exports": { "$ref": "#/definitions/exports" } + "tsconfigPath": { + "$ref": "#/definitions/tsconfigPath" + }, + "aliases": { + "$ref": "#/definitions/aliases" + }, + "exports": { + "$ref": "#/definitions/exports" + } }, "additionalProperties": false } }, - "hookScript": { "type": "string" } + "hookScript": { + "type": "string" + } }, "additionalProperties": false, "definitions": { diff --git a/src/schemas/json/openapi-3.X.json b/src/schemas/json/openapi-3.X.json index dcceb6e4ec6..6916b632411 100644 --- a/src/schemas/json/openapi-3.X.json +++ b/src/schemas/json/openapi-3.X.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.schemastore.org/openapi-3.X.json", + "$id": "https://json.schemastore.org/openapi-3.X.json", "title": "OpenAPI Document v3.X", "type": "object", "required": ["openapi"], diff --git a/src/schemas/json/openapi-arazzo-1.X.json b/src/schemas/json/openapi-arazzo-1.X.json index 3f9907afb8d..6b25d6c3b3e 100644 --- a/src/schemas/json/openapi-arazzo-1.X.json +++ b/src/schemas/json/openapi-arazzo-1.X.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.schemastore.org/openapi-arazzo-1.X.json", + "$id": "https://json.schemastore.org/openapi-arazzo-1.X.json", "title": "OpenAPI Arazzo Document v1.X", "type": "object", "required": ["arazzo"], diff --git a/src/schemas/json/openapi-overlay-1.X.json b/src/schemas/json/openapi-overlay-1.X.json index 7329c2f0802..82984ee6e9e 100644 --- a/src/schemas/json/openapi-overlay-1.X.json +++ b/src/schemas/json/openapi-overlay-1.X.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://www.schemastore.org/openapi-overlay-1.X.json", + "$id": "https://json.schemastore.org/openapi-overlay-1.X.json", "title": "OpenAPI Overlay Document v1.X", "type": "object", "required": ["overlay"], diff --git a/src/schemas/json/partial-pdm.json b/src/schemas/json/partial-pdm.json index 5a80afd837f..37b4a1fa4a7 100644 --- a/src/schemas/json/partial-pdm.json +++ b/src/schemas/json/partial-pdm.json @@ -23,7 +23,9 @@ } } }, - { "type": "string" } + { + "type": "string" + } ] }, "x-taplo": { @@ -35,7 +37,9 @@ "env-vars": { "type": "object", "description": "Environment variables applied when running the script", - "additionalProperties": { "type": "string" } + "additionalProperties": { + "type": "string" + } }, "env-file": { "anyOf": [ @@ -100,10 +104,14 @@ "properties": { "cmd": { "anyOf": [ - { "type": "string" }, + { + "type": "string" + }, { "type": "array", - "items": { "type": "string" } + "items": { + "type": "string" + } } ], "description": "Command that can be run from PDM's environment", @@ -151,8 +159,9 @@ "properties": { "composite": { "type": "array", - "items": { "type": "string" }, - + "items": { + "type": "string" + }, "description": "List of PDM scripts that should be run with this script", "examples": [ ["lint", "test"], @@ -170,18 +179,21 @@ }, "keep_going": { "type": "boolean", - "description": "continue the execution of the remaining scripts after a failure" } } } ] }, - { "type": "string" } + { + "type": "string" + } ], "description": "PDM script definition", "x-taplo": { - "links": { "key": "https://pdm-project.org/latest/usage/scripts/" } + "links": { + "key": "https://pdm-project.org/latest/usage/scripts/" + } }, "examples": ["flask run -p 54321"] }, @@ -189,7 +201,6 @@ "type": "object", "description": "Package source", "required": ["name", "url"], - "properties": { "name": { "type": "string", @@ -219,8 +230,9 @@ }, "exclude_packages": { "type": "array", - "items": { "type": "string" }, - + "items": { + "type": "string" + }, "description": "Glob patterns of packages that should not be used from this source. Ignored if include_packages configuration is present", "examples": [["foo", "foo-*"]], "x-taplo": { @@ -231,8 +243,9 @@ }, "include_packages": { "type": "array", - "items": { "type": "string" }, - + "items": { + "type": "string" + }, "description": "Glob patterns of the only packages that should be used from this source", "examples": [["foo", "foo-*"]], "x-taplo": { @@ -242,7 +255,6 @@ } } }, - "additionalProperties": false, "x-taplo": { "links": { @@ -252,7 +264,9 @@ }, "command-options": { "type": "array", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "description": "Options that can be applied to a PDM command", "examples": [ ["--no-isolation", "--no-self"], @@ -285,7 +299,9 @@ "ignore_package_warnings": { "type": "array", "description": "Ignore package resolution warnings for packages matching the given patterns (PDM v2.10.0)", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["scipy", "tensorflow-*"]] }, "dev-dependencies": { @@ -324,7 +340,9 @@ "excludes": { "type": "array", "description": "Package names to be excluded from the resolution result", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["requests"]], "x-taplo": { "links": { @@ -344,7 +362,6 @@ }, "overrides": { "type": "object", - "description": "Resolution overrides for forcing specific dependency versions", "additionalProperties": { "type": "string", @@ -461,7 +478,9 @@ "plugins": { "type": "array", "description": "List of PDM plugins required for this project", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["pdm-packer"]], "x-taplo": { "links": { @@ -484,34 +503,59 @@ "scripts": { "type": "object", "description": "Definition of PDM scripts", - "properties": { "_": { "type": "object", - "description": "Shared options for all scripts\nhttps://pdm-project.org/latest/usage/scripts/#shared-options", "properties": { "env": { "$ref": "#/definitions/env-vars" }, - "env_file": { "$ref": "#/definitions/env-file" } + "env_file": { + "$ref": "#/definitions/env-file" + } }, - "additionalProperties": false }, - "post_init": { "$ref": "#/definitions/pdm-script" }, - "pre_install": { "$ref": "#/definitions/pdm-script" }, - "post_install": { "$ref": "#/definitions/pdm-script" }, - "pre_lock": { "$ref": "#/definitions/pdm-script" }, - "post_lock": { "$ref": "#/definitions/pdm-script" }, - "pre_build": { "$ref": "#/definitions/pdm-script" }, - "post_build": { "$ref": "#/definitions/pdm-script" }, - "pre_publish": { "$ref": "#/definitions/pdm-script" }, - "post_publish": { "$ref": "#/definitions/pdm-script" }, - "pre_script": { "$ref": "#/definitions/pdm-script" }, - "post_script": { "$ref": "#/definitions/pdm-script" }, - "pre_run": { "$ref": "#/definitions/pdm-script" }, - "post_run": { "$ref": "#/definitions/pdm-script" } + "post_init": { + "$ref": "#/definitions/pdm-script" + }, + "pre_install": { + "$ref": "#/definitions/pdm-script" + }, + "post_install": { + "$ref": "#/definitions/pdm-script" + }, + "pre_lock": { + "$ref": "#/definitions/pdm-script" + }, + "post_lock": { + "$ref": "#/definitions/pdm-script" + }, + "pre_build": { + "$ref": "#/definitions/pdm-script" + }, + "post_build": { + "$ref": "#/definitions/pdm-script" + }, + "pre_publish": { + "$ref": "#/definitions/pdm-script" + }, + "post_publish": { + "$ref": "#/definitions/pdm-script" + }, + "pre_script": { + "$ref": "#/definitions/pdm-script" + }, + "post_script": { + "$ref": "#/definitions/pdm-script" + }, + "pre_run": { + "$ref": "#/definitions/pdm-script" + }, + "post_run": { + "$ref": "#/definitions/pdm-script" + } }, "additionalProperties": { "$ref": "#/definitions/pdm-script" @@ -638,7 +682,9 @@ "includes": { "type": "array", "description": "Path patterns of files to be included in the package", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["mypackage/", "script.py"]], "x-taplo": { "links": { @@ -649,7 +695,9 @@ "excludes": { "type": "array", "description": "Path patterns of files to be excluded from package", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["**/*.json"]], "x-taplo": { "links": { @@ -660,7 +708,9 @@ "source-includes": { "type": "array", "description": "Path patterns of files that are needed for building but not meant to be copied to the site-packages directory", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "examples": [["scripts/", "tests/"]], "x-taplo": { "links": { @@ -724,12 +774,24 @@ "description": "Configuration for additional files to be written to a user's site-packages directory", "additionalProperties": false, "properties": { - "scripts": { "$ref": "#/definitions/wheel-data-array" }, - "purelib": { "$ref": "#/definitions/wheel-data-array" }, - "platlib": { "$ref": "#/definitions/wheel-data-array" }, - "include": { "$ref": "#/definitions/wheel-data-array" }, - "platinclude": { "$ref": "#/definitions/wheel-data-array" }, - "data": { "$ref": "#/definitions/wheel-data-array" } + "scripts": { + "$ref": "#/definitions/wheel-data-array" + }, + "purelib": { + "$ref": "#/definitions/wheel-data-array" + }, + "platlib": { + "$ref": "#/definitions/wheel-data-array" + }, + "include": { + "$ref": "#/definitions/wheel-data-array" + }, + "platinclude": { + "$ref": "#/definitions/wheel-data-array" + }, + "data": { + "$ref": "#/definitions/wheel-data-array" + } } } }, diff --git a/src/schemas/json/pnpm-workspace.json b/src/schemas/json/pnpm-workspace.json index 003e50a80df..847ce9d897b 100644 --- a/src/schemas/json/pnpm-workspace.json +++ b/src/schemas/json/pnpm-workspace.json @@ -7,7 +7,7 @@ "type": "object", "definitions": { "dependency": { - "$comment": "https://www.schemastore.org/package.json", + "$comment": "https://json.schemastore.org/package.json", "description": "Dependencies are specified with a simple hash of package name to version range.\nThe version range is a string which has one or more space-separated descriptors.\nDependencies can also be identified with a tarball or git URL.\n", "type": "object", "minProperties": 1, diff --git a/src/schemas/json/popxf-1.0.json b/src/schemas/json/popxf-1.0.json index 82f5f307d7a..a6b76a1b6a5 100644 --- a/src/schemas/json/popxf-1.0.json +++ b/src/schemas/json/popxf-1.0.json @@ -9,7 +9,9 @@ "type": "object", "properties": { "polynomial_names": {}, - "scale": { "type": "array" } + "scale": { + "type": "array" + } }, "required": ["polynomial_names", "scale"] } @@ -96,7 +98,7 @@ "properties": { "$schema": { "type": "string", - "const": "https://json.schemastore.org/popxf-1.0.json", + "const": "https://www.schemastore.org/popxf-1.0.json", "title": "`$schema` Field", "description": "The `$schema` field allows identifying a `JSON` file as conforming to the `POPxf` format and specifies the version of the `POPxf` `JSON` schema used. It must be set to\n\n`\"https://json.schemastore.org/popxf-1.0.json\"`\n\nfor files conforming to this version of the specification. The version number will be incremented for future revisions of the `JSON` schema." }, @@ -153,7 +155,9 @@ }, "sectors": { "type": "array", - "items": { "type": "string" }, + "items": { + "type": "string" + }, "description": "Array of renormalisation-group-closed sectors of Wilson coefficients containing the Wilson coefficients given in `parameters` (see above). The available sectors for each EFT are defined by WCxf." } }, @@ -167,12 +171,16 @@ "anyOf": [ { "type": "object", - "properties": { "wcxf": {} }, + "properties": { + "wcxf": {} + }, "required": ["wcxf"] }, { "type": "object", - "properties": { "custom": {} }, + "properties": { + "custom": {} + }, "required": ["custom"] } ], @@ -214,7 +222,9 @@ "variables": { "type": "object", "minProperties": 1, - "propertyNames": { "minLength": 1 }, + "propertyNames": { + "minLength": 1 + }, "additionalProperties": { "type": "string", "minLength": 1 @@ -234,15 +244,23 @@ { "observable_expressions": [ { - "variables": { "num": "polynomial 1", "den": "polynomial 2" }, + "variables": { + "num": "polynomial 1", + "den": "polynomial 2" + }, "expression": "num / den" }, { - "variables": { "num": "polynomial 2", "den": "polynomial 1" }, + "variables": { + "num": "polynomial 2", + "den": "polynomial 1" + }, "expression": "num / den" }, { - "variables": { "p1": "polynomial 1" }, + "variables": { + "p1": "polynomial 1" + }, "expression": "sqrt(p1**2)" } ] @@ -251,11 +269,15 @@ }, "scale": { "oneOf": [ - { "type": "number" }, + { + "type": "number" + }, { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } } ], "description": "The renormalisation scale in GeV at which the parameter vector $\\vec{C}$, the polynomial coefficients ${\\vec{p}_k \\supset \\vec{b}_k, \\vec{c}_k, ...}$, and the observable coefficients ${\\vec{o}_m \\supset \\vec{b}_m, \\vec{c}_m, ...}$ and their uncertainties $\\vec{\\sigma}_m$ are defined. The parameter vector $\\vec{C}$ that enters a given polynomial $P_k$ or observable $O_m$ has to be given at the same scale at which the polynomial coefficients $\\vec{p}_k$ or observable coefficients $\\vec{o}_m$ are defined, such that the polynomial or observable itself is scale-independent up to higher-order corrections in perturbation theory.\n\nThis field can take one of two forms:\n\n- **single number**: A common scale $\\mu$ at which all polynomial coefficients $\\vec p_k$ or observable coefficients $\\vec o_m$ are defined.\n\n - If the observables $O_m$ are expressed in terms of polynomials $P_k$, the polynomials are functions of the parameters evolved to the common scale $\\mu$:\n\n $$P_k = a_{k} + \\vec{C}(\\mu) \\cdot \\vec{b}_{k}(\\mu) + \\dots\\ $$\n\n - If the observables $O_m$ are themselves polynomials, they are themselves functions of the parameters evolved to the common scale $\\mu$:\n\n $$O_m = a_m + \\vec{C}(\\mu) \\cdot \\vec{b}_m(\\mu) + \\dots\\ $$\n\n- **array of numbers**: An array defining separate scales $\\mu_k$ of polynomial coefficients $\\vec p_k$ if `metadata.polynomial_names` is present, or separate scales $\\mu_m$ of observable coefficients $\\vec o_m$ if `metadata.polynomial_names` is absent.\n\n - If `metadata.polynomial_names` is present, the observables $O_m$ are expressed in terms of polynomials $P_k$ and each polynomial is a function of the parameters evolved to its corresponding scale $\\mu_k$:\n\n $$P_k = a_{k} + \\vec{C}(\\mu_k) \\cdot \\vec{b}_{k}(\\mu_k) + \\dots\\ $$\n\n The length and order of the array defining the scales $\\mu_k$ must match those of the field `metadata.polynomial_names`. To avoid ambiguities, the following restrictions apply to this case:\n\n - `data.observable_central` must be absent;\n - `data.observable_uncertainties` must be absent or only define uncertainties for the parameter-independent terms (i.e. only the SM uncertainties in EFT applications).\n - If `metadata.polynomial_names` is absent, the observables $O_m$ are themselves polynomials and each observable is a function of the parameters evolved to its corresponding scale $\\mu_m$:\n\n $$O_m = a_m + \\vec{C}(\\mu_m) \\cdot \\vec{b}_m(\\mu_m) + \\dots\\ $$\n\n The length and order of the array defining the scales $\\mu_m$ must match those of the field `metadata.observable_names`.", @@ -308,22 +330,30 @@ "mean": { "description": "central value / mean; a single number for a single input name, or an array of numbers for a group of input names;", "anyOf": [ - { "type": "number" }, + { + "type": "number" + }, { "type": "array", "minItems": 2, - "items": { "type": "number" } + "items": { + "type": "number" + } } ] }, "std": { "description": "uncertainty / standard deviation; a single number for a single input name, or an array of numbers for a group of input names;", "anyOf": [ - { "type": "number" }, + { + "type": "number" + }, { "type": "array", "minItems": 2, - "items": { "type": "number" } + "items": { + "type": "number" + } } ] }, @@ -333,7 +363,9 @@ "items": { "type": "array", "minItems": 2, - "items": { "type": "number" } + "items": { + "type": "number" + } }, "description": "correlation matrix; must only be used if a group of input names is given and requires the presence of `std`." } @@ -359,17 +391,23 @@ "description": "an object where each key is a user-defined name of a parameter of the probability distribution, and each value is a single number in the univariate case, or an array of numbers or arrays in the multivariate case (e.g. `{\"a\":0, \"b\":1}` for a uniform distribution with boundaries $a$ and $b$).", "additionalProperties": { "anyOf": [ - { "type": "number" }, + { + "type": "number" + }, { "type": "array", "minItems": 2, "items": { "anyOf": [ - { "type": "number" }, + { + "type": "number" + }, { "type": "array", "minItems": 2, - "items": { "type": "number" } + "items": { + "type": "number" + } } ] } @@ -527,7 +565,9 @@ "additionalProperties": { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } }, "description": "*This field is required to express observables as functions of polynomials. It requires the simultaneous presence of `metadata.polynomial_names` and `metadata.observable_expressions`.*\n\nAn object representing the central values of the polynomial coefficients $\\vec{p}_k$ for each named polynomial $P_k$. Each key must be a monomial key as defined above. Each value must be an array of $K$ numbers whose order matches `metadata.polynomial_names`.", "examples": [ @@ -549,7 +589,9 @@ "additionalProperties": { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } }, "description": "An object representing the central values of the observable coefficients $\\vec{o}_m$ for each observable $O_m$. In case the observables are not themselves polynomials, the observable coefficients correspond to the polynomial approximation of the observables obtained from a Taylor expansion of the observable expressions defined in `metadata.observable_expressions`. Each key must be a monomial key as defined above. Each value must be an array of $M$ numbers whose order matches `metadata.observable_names`.", "examples": [ @@ -576,13 +618,17 @@ "additionalProperties": { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } } }, { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } } ] }, @@ -634,12 +680,16 @@ "anyOf": [ { "type": "object", - "properties": { "observable_central": {} }, + "properties": { + "observable_central": {} + }, "required": ["observable_central"] }, { "type": "object", - "properties": { "polynomial_central": {} }, + "properties": { + "polynomial_central": {} + }, "required": ["polynomial_central"] } ], @@ -654,7 +704,9 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_names": {} }, + "properties": { + "polynomial_names": {} + }, "required": ["polynomial_names"] } } @@ -663,7 +715,9 @@ "properties": { "data": { "type": "object", - "properties": { "polynomial_central": {} }, + "properties": { + "polynomial_central": {} + }, "required": ["polynomial_central"] } } @@ -674,7 +728,9 @@ "properties": { "data": { "type": "object", - "properties": { "polynomial_central": {} }, + "properties": { + "polynomial_central": {} + }, "required": ["polynomial_central"] } } @@ -683,7 +739,9 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_names": {} }, + "properties": { + "polynomial_names": {} + }, "required": ["polynomial_names"] } } @@ -698,7 +756,9 @@ "data": { "not": { "type": "object", - "properties": { "observable_central": {} }, + "properties": { + "observable_central": {} + }, "required": ["observable_central"] } } @@ -713,7 +773,9 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": {} }, + "properties": { + "polynomial_degree": {} + }, "required": ["polynomial_degree"] } } @@ -723,7 +785,11 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": { "const": 2 } }, + "properties": { + "polynomial_degree": { + "const": 2 + } + }, "required": ["polynomial_degree"] } } @@ -743,12 +809,21 @@ "^observable_uncertainties$": { "type": "object", "propertyNames": { - "not": { "$ref": "#/definitions/stringifiedTuplePattern" } + "not": { + "$ref": "#/definitions/stringifiedTuplePattern" + } }, "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, - { "$ref": "#/definitions/monomialKeyPatternDeg2" } + { + "type": "array", + "items": { + "type": "number" + } + }, + { + "$ref": "#/definitions/monomialKeyPatternDeg2" + } ] } } @@ -757,7 +832,9 @@ } }, { - "if": { "$ref": "#/definitions/conditionScaleArrayPolynomial" }, + "if": { + "$ref": "#/definitions/conditionScaleArrayPolynomial" + }, "then": { "properties": { "data": { @@ -767,7 +844,12 @@ "type": "object", "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, + { + "type": "array", + "items": { + "type": "number" + } + }, { "$ref": "#/definitions/monomialKeyPatternConstantDeg2" } @@ -787,7 +869,11 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": { "const": 1 } }, + "properties": { + "polynomial_degree": { + "const": 1 + } + }, "required": ["polynomial_degree"] } } @@ -805,12 +891,21 @@ "^observable_uncertainties$": { "type": "object", "propertyNames": { - "not": { "$ref": "#/definitions/stringifiedTuplePattern" } + "not": { + "$ref": "#/definitions/stringifiedTuplePattern" + } }, "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, - { "$ref": "#/definitions/monomialKeyPatternDeg1" } + { + "type": "array", + "items": { + "type": "number" + } + }, + { + "$ref": "#/definitions/monomialKeyPatternDeg1" + } ] } } @@ -819,7 +914,9 @@ } }, { - "if": { "$ref": "#/definitions/conditionScaleArrayPolynomial" }, + "if": { + "$ref": "#/definitions/conditionScaleArrayPolynomial" + }, "then": { "properties": { "data": { @@ -829,7 +926,12 @@ "type": "object", "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, + { + "type": "array", + "items": { + "type": "number" + } + }, { "$ref": "#/definitions/monomialKeyPatternConstantDeg1" } @@ -849,7 +951,11 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": { "const": 3 } }, + "properties": { + "polynomial_degree": { + "const": 3 + } + }, "required": ["polynomial_degree"] } } @@ -867,12 +973,21 @@ "^observable_uncertainties$": { "type": "object", "propertyNames": { - "not": { "$ref": "#/definitions/stringifiedTuplePattern" } + "not": { + "$ref": "#/definitions/stringifiedTuplePattern" + } }, "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, - { "$ref": "#/definitions/monomialKeyPatternDeg3" } + { + "type": "array", + "items": { + "type": "number" + } + }, + { + "$ref": "#/definitions/monomialKeyPatternDeg3" + } ] } } @@ -881,7 +996,9 @@ } }, { - "if": { "$ref": "#/definitions/conditionScaleArrayPolynomial" }, + "if": { + "$ref": "#/definitions/conditionScaleArrayPolynomial" + }, "then": { "properties": { "data": { @@ -891,7 +1008,12 @@ "type": "object", "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, + { + "type": "array", + "items": { + "type": "number" + } + }, { "$ref": "#/definitions/monomialKeyPatternConstantDeg3" } @@ -911,7 +1033,11 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": { "const": 4 } }, + "properties": { + "polynomial_degree": { + "const": 4 + } + }, "required": ["polynomial_degree"] } } @@ -929,12 +1055,21 @@ "^observable_uncertainties$": { "type": "object", "propertyNames": { - "not": { "$ref": "#/definitions/stringifiedTuplePattern" } + "not": { + "$ref": "#/definitions/stringifiedTuplePattern" + } }, "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, - { "$ref": "#/definitions/monomialKeyPatternDeg4" } + { + "type": "array", + "items": { + "type": "number" + } + }, + { + "$ref": "#/definitions/monomialKeyPatternDeg4" + } ] } } @@ -943,7 +1078,9 @@ } }, { - "if": { "$ref": "#/definitions/conditionScaleArrayPolynomial" }, + "if": { + "$ref": "#/definitions/conditionScaleArrayPolynomial" + }, "then": { "properties": { "data": { @@ -953,7 +1090,12 @@ "type": "object", "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, + { + "type": "array", + "items": { + "type": "number" + } + }, { "$ref": "#/definitions/monomialKeyPatternConstantDeg4" } @@ -973,7 +1115,11 @@ "properties": { "metadata": { "type": "object", - "properties": { "polynomial_degree": { "const": 5 } }, + "properties": { + "polynomial_degree": { + "const": 5 + } + }, "required": ["polynomial_degree"] } } @@ -991,12 +1137,21 @@ "^observable_uncertainties$": { "type": "object", "propertyNames": { - "not": { "$ref": "#/definitions/stringifiedTuplePattern" } + "not": { + "$ref": "#/definitions/stringifiedTuplePattern" + } }, "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, - { "$ref": "#/definitions/monomialKeyPatternDeg5" } + { + "type": "array", + "items": { + "type": "number" + } + }, + { + "$ref": "#/definitions/monomialKeyPatternDeg5" + } ] } } @@ -1005,7 +1160,9 @@ } }, { - "if": { "$ref": "#/definitions/conditionScaleArrayPolynomial" }, + "if": { + "$ref": "#/definitions/conditionScaleArrayPolynomial" + }, "then": { "properties": { "data": { @@ -1015,7 +1172,12 @@ "type": "object", "additionalProperties": { "oneOf": [ - { "type": "array", "items": { "type": "number" } }, + { + "type": "array", + "items": { + "type": "number" + } + }, { "$ref": "#/definitions/monomialKeyPatternConstantDeg5" } diff --git a/src/schemas/json/popxf-corr-1.0.json b/src/schemas/json/popxf-corr-1.0.json index 516ffbe2371..293ec61449f 100644 --- a/src/schemas/json/popxf-corr-1.0.json +++ b/src/schemas/json/popxf-corr-1.0.json @@ -16,15 +16,19 @@ "properties": { "$schema": { "type": "string", - "const": "https://json.schemastore.org/popxf-corr-1.0.json" + "const": "https://www.schemastore.org/popxf-corr-1.0.json" } }, "minProperties": 2, "additionalProperties": { "type": "object", "properties": { - "row_names": { "$ref": "#/definitions/observable_names" }, - "col_names": { "$ref": "#/definitions/observable_names" }, + "row_names": { + "$ref": "#/definitions/observable_names" + }, + "col_names": { + "$ref": "#/definitions/observable_names" + }, "correlations": { "type": "object", "additionalProperties": { @@ -35,7 +39,9 @@ "items": { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } } }, { @@ -50,7 +56,9 @@ "items": { "type": "array", "minItems": 1, - "items": { "type": "number" } + "items": { + "type": "number" + } } } } diff --git a/src/schemas/json/prek.json b/src/schemas/json/prek.json index c2f7650c0f4..e06e8368b1f 100644 --- a/src/schemas/json/prek.json +++ b/src/schemas/json/prek.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/prek.json", + "$id": "https://json.schemastore.org/prek.json", "title": "prek.toml", "description": "The configuration file for prek, a git hook manager written in Rust.", "type": "object", diff --git a/src/schemas/json/prometheus-alertmanager.json b/src/schemas/json/prometheus-alertmanager.json index 755f413c851..f8cc681651a 100644 --- a/src/schemas/json/prometheus-alertmanager.json +++ b/src/schemas/json/prometheus-alertmanager.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/prometheus-alertmanager.json", + "$id": "https://json.schemastore.org/prometheus-alertmanager.json", "additionalProperties": false, "description": "Prometheus Alertmanager configuration file", "definitions": { diff --git a/src/schemas/json/pyproject.json b/src/schemas/json/pyproject.json index 75dcf412e66..9022d16561b 100644 --- a/src/schemas/json/pyproject.json +++ b/src/schemas/json/pyproject.json @@ -1048,7 +1048,7 @@ "description": "The complementary task runner for python." }, "tombi": { - "$ref": "https://www.schemastore.org/tombi.json", + "$ref": "https://json.schemastore.org/tombi.json", "title": "TOML Toolkit", "description": "Tombi is a toolkit for TOML; providing a formatter/linter and language server" }, diff --git a/src/schemas/json/rc3-request-0.0.3.json b/src/schemas/json/rc3-request-0.0.3.json index 9fd568eed33..3dc642ba439 100644 --- a/src/schemas/json/rc3-request-0.0.3.json +++ b/src/schemas/json/rc3-request-0.0.3.json @@ -5,9 +5,13 @@ "nvp": { "type": "object", "properties": { - "name": { "type": "string" } + "name": { + "type": "string" + } }, - "additionalProperties": { "type": "string" } + "additionalProperties": { + "type": "string" + } } }, "title": "rc3 request", @@ -50,8 +54,12 @@ "description": "The body of the request", "type": "object", "properties": { - "text": { "type": "string" }, - "json": { "type": "object" } + "text": { + "type": "string" + }, + "json": { + "type": "object" + } }, "additionalProperties": false }, diff --git a/src/schemas/json/schema-catalog.json b/src/schemas/json/schema-catalog.json index fe3deb0723d..abf8016c79a 100644 --- a/src/schemas/json/schema-catalog.json +++ b/src/schemas/json/schema-catalog.json @@ -4,9 +4,9 @@ "additionalProperties": false, "properties": { "$schema": { - "description": "Link to https://json.schemastore.org/schema-catalog.json", + "description": "Link to https://www.schemastore.org/schema-catalog.json", "type": "string", - "enum": ["https://json.schemastore.org/schema-catalog.json"] + "enum": ["https://www.schemastore.org/schema-catalog.json"] }, "schemas": { "type": "array", diff --git a/src/schemas/json/staticwebapp.config.json b/src/schemas/json/staticwebapp.config.json index ebbbf41e649..9fd1c50ea1a 100644 --- a/src/schemas/json/staticwebapp.config.json +++ b/src/schemas/json/staticwebapp.config.json @@ -434,7 +434,7 @@ "properties": { "$schema": { "type": "string", - "default": "https://www.schemastore.org/staticwebapp.config.json", + "default": "https://json.schemastore.org/staticwebapp.config.json", "description": "JSON schema" }, "routes": { diff --git a/src/schemas/json/ti8m-cdk-concrete-environments.json b/src/schemas/json/ti8m-cdk-concrete-environments.json index e98867b9e04..2e77480a251 100644 --- a/src/schemas/json/ti8m-cdk-concrete-environments.json +++ b/src/schemas/json/ti8m-cdk-concrete-environments.json @@ -27,8 +27,15 @@ "properties": { "$ref": { "oneOf": [ - { "type": "string" }, - { "type": "array", "items": { "type": "string" } } + { + "type": "string" + }, + { + "type": "array", + "items": { + "type": "string" + } + } ], "examples": [ "environments/local.json", diff --git a/src/schemas/json/tombi.json b/src/schemas/json/tombi.json index e01c3ec2080..22d5f1af7e2 100644 --- a/src/schemas/json/tombi.json +++ b/src/schemas/json/tombi.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/tombi.json", + "$id": "https://json.schemastore.org/tombi.json", "title": "Tombi", "description": "**Tombi** (鳶 `/toɴbi/`) is a toolkit for TOML; providing a formatter/linter and language server.\nSee the [GitHub repository](https://github.com/tombi-toml/tombi) for more information.", "type": "object", @@ -1027,7 +1027,7 @@ }, "default": [ "tombi://www.schemastore.org/api/json/catalog.json", - "https://www.schemastore.org/api/json/catalog.json" + "https://json.schemastore.org/api/json/catalog.json" ] } }, @@ -1052,7 +1052,7 @@ } ], "deprecated": true, - "default": "https://www.schemastore.org/api/json/catalog.json" + "default": "https://json.schemastore.org/api/json/catalog.json" } }, "additionalProperties": false diff --git a/src/schemas/json/treefmt.json b/src/schemas/json/treefmt.json index 576276cc21b..4efce47950d 100644 --- a/src/schemas/json/treefmt.json +++ b/src/schemas/json/treefmt.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/treefmt.json", + "$id": "https://json.schemastore.org/treefmt.json", "title": "JSON schema for treefmt configuration files", "description": "https://treefmt.com", "type": "object", diff --git a/src/schemas/json/tsoa.json b/src/schemas/json/tsoa.json index 4b12d8f3822..e58aa875273 100644 --- a/src/schemas/json/tsoa.json +++ b/src/schemas/json/tsoa.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { - "$ref": "https://json.schemastore.org/tsconfig#/definitions/compilerOptionsDefinition" + "$ref": "https://www.schemastore.org/tsconfig#/definitions/compilerOptionsDefinition" }, { "properties": { diff --git a/src/schemas/json/vespertide-migration.json b/src/schemas/json/vespertide-migration.json index 9b2da433a6d..340b6a971fc 100644 --- a/src/schemas/json/vespertide-migration.json +++ b/src/schemas/json/vespertide-migration.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/vespertide-migration.json", + "$id": "https://json.schemastore.org/vespertide-migration.json", "$defs": { "ColumnDef": { "type": "object", diff --git a/src/schemas/json/vespertide-model.json b/src/schemas/json/vespertide-model.json index 732621a76c5..c97f3b5636a 100644 --- a/src/schemas/json/vespertide-model.json +++ b/src/schemas/json/vespertide-model.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/vespertide-model.json", + "$id": "https://json.schemastore.org/vespertide-model.json", "$defs": { "ColumnDef": { "type": "object", diff --git a/src/schemas/json/vespertide.json b/src/schemas/json/vespertide.json index 7d1255f74d3..8c81899d209 100644 --- a/src/schemas/json/vespertide.json +++ b/src/schemas/json/vespertide.json @@ -1,6 +1,6 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "$id": "https://www.schemastore.org/vespertide.json", + "$id": "https://json.schemastore.org/vespertide.json", "$defs": { "FileFormat": { "description": "Supported file formats for generated artifacts.", diff --git a/src/test/abc-supply-plan-10.0.0/abc-supply-plan.json b/src/test/abc-supply-plan-10.0.0/abc-supply-plan.json index cd89d4c7655..e01bd5ec60b 100644 --- a/src/test/abc-supply-plan-10.0.0/abc-supply-plan.json +++ b/src/test/abc-supply-plan-10.0.0/abc-supply-plan.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/test/abc-supply-plan-10.1.0/abc-supply-plan.json b/src/test/abc-supply-plan-10.1.0/abc-supply-plan.json index caa7b8aedfb..f68d5c76b7b 100644 --- a/src/test/abc-supply-plan-10.1.0/abc-supply-plan.json +++ b/src/test/abc-supply-plan-10.1.0/abc-supply-plan.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-10.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-10.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/test/abc-supply-plan-11.0.0/abc-supply-plan.json b/src/test/abc-supply-plan-11.0.0/abc-supply-plan.json index ead2e564763..73ccdfd0697 100644 --- a/src/test/abc-supply-plan-11.0.0/abc-supply-plan.json +++ b/src/test/abc-supply-plan-11.0.0/abc-supply-plan.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.0.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.0.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/test/abc-supply-plan-11.1.0/abc-supply-plan.json b/src/test/abc-supply-plan-11.1.0/abc-supply-plan.json index 3291da4387e..31645d70016 100644 --- a/src/test/abc-supply-plan-11.1.0/abc-supply-plan.json +++ b/src/test/abc-supply-plan-11.1.0/abc-supply-plan.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.1.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.1.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/test/abc-supply-plan-11.2.0/abc-supply-plan.json b/src/test/abc-supply-plan-11.2.0/abc-supply-plan.json index 48e5965c861..d36f333ff09 100644 --- a/src/test/abc-supply-plan-11.2.0/abc-supply-plan.json +++ b/src/test/abc-supply-plan-11.2.0/abc-supply-plan.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/abc-supply-plan-11.2.0.json", + "$schema": "https://www.schemastore.org/abc-supply-plan-11.2.0.json", "abcMaterialsMap": { "1": { "abcMaterialName": "FDP", diff --git a/src/test/aspire-8.0/Nats.3.json b/src/test/aspire-8.0/Nats.3.json index 2a057489028..717cd9088a2 100644 --- a/src/test/aspire-8.0/Nats.3.json +++ b/src/test/aspire-8.0/Nats.3.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/aspire-8.0.json", + "$schema": "https://www.schemastore.org/aspire-8.0.json", "resources": { "api": { "bindings": { diff --git a/src/test/aspire-8.0/OracleEndToEnd.2.json b/src/test/aspire-8.0/OracleEndToEnd.2.json index c4591073f3d..4a8b87a4fba 100644 --- a/src/test/aspire-8.0/OracleEndToEnd.2.json +++ b/src/test/aspire-8.0/OracleEndToEnd.2.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/aspire-8.0.json", + "$schema": "https://www.schemastore.org/aspire-8.0.json", "resources": { "FREEPDB1": { "connectionString": "{oracle.connectionString}/FREEPDB1", diff --git a/src/test/aspire-8.0/TestShop.3.json b/src/test/aspire-8.0/TestShop.3.json index 79db9a7307e..8712ecb569e 100644 --- a/src/test/aspire-8.0/TestShop.3.json +++ b/src/test/aspire-8.0/TestShop.3.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/aspire-8.0.json", + "$schema": "https://www.schemastore.org/aspire-8.0.json", "resources": { "apigateway": { "args": ["/app/yarp.dll"], diff --git a/src/test/claude-code-keybindings/with-schema.json b/src/test/claude-code-keybindings/with-schema.json index dbb6edae90b..1e3d0399c4b 100644 --- a/src/test/claude-code-keybindings/with-schema.json +++ b/src/test/claude-code-keybindings/with-schema.json @@ -1,6 +1,6 @@ { "$docs": "https://code.claude.com/docs/en/keybindings", - "$schema": "https://json.schemastore.org/claude-code-keybindings.json", + "$schema": "https://www.schemastore.org/claude-code-keybindings.json", "bindings": [ { "bindings": { diff --git a/src/test/claude-code-settings/modern-complete-config.json b/src/test/claude-code-settings/modern-complete-config.json index 170104d534f..442754b19f2 100644 --- a/src/test/claude-code-settings/modern-complete-config.json +++ b/src/test/claude-code-settings/modern-complete-config.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/claude-code-settings.json", + "$schema": "https://www.schemastore.org/claude-code-settings.json", "allowManagedHooksOnly": false, "alwaysThinkingEnabled": false, "apiKeyHelper": "/usr/local/bin/claude-auth-helper", diff --git a/src/test/popxf-1.0/B0mumu.json b/src/test/popxf-1.0/B0mumu.json index deebf22e8b0..98da8b69c03 100644 --- a/src/test/popxf-1.0/B0mumu.json +++ b/src/test/popxf-1.0/B0mumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.0135034547273235e-10], diff --git a/src/test/popxf-1.0/Bsmumu.json b/src/test/popxf-1.0/Bsmumu.json index b570b50b311..dba1fa0ea62 100644 --- a/src/test/popxf-1.0/Bsmumu.json +++ b/src/test/popxf-1.0/Bsmumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [3.6289314570849374e-9], diff --git a/src/test/popxf-1.0/Note_B0mumu.json b/src/test/popxf-1.0/Note_B0mumu.json index deebf22e8b0..98da8b69c03 100644 --- a/src/test/popxf-1.0/Note_B0mumu.json +++ b/src/test/popxf-1.0/Note_B0mumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.0135034547273235e-10], diff --git a/src/test/popxf-1.0/Note_BR_B0_mumu.json b/src/test/popxf-1.0/Note_BR_B0_mumu.json index 5e0a6816f7e..b781553ee3b 100644 --- a/src/test/popxf-1.0/Note_BR_B0_mumu.json +++ b/src/test/popxf-1.0/Note_BR_B0_mumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [1.013e-10], diff --git a/src/test/popxf-1.0/Note_BR_Bs_mumu.json b/src/test/popxf-1.0/Note_BR_Bs_mumu.json index e2a0860b560..d1fb486d76e 100644 --- a/src/test/popxf-1.0/Note_BR_Bs_mumu.json +++ b/src/test/popxf-1.0/Note_BR_Bs_mumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [3.63e-9], diff --git a/src/test/popxf-1.0/Note_BR_Bs_mumu_B0_mumu.json b/src/test/popxf-1.0/Note_BR_Bs_mumu_B0_mumu.json index d05ca4ba386..aad93676105 100644 --- a/src/test/popxf-1.0/Note_BR_Bs_mumu_B0_mumu.json +++ b/src/test/popxf-1.0/Note_BR_Bs_mumu_B0_mumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [3.63e-9, 1.013e-10], diff --git a/src/test/popxf-1.0/Note_Bsmumu.json b/src/test/popxf-1.0/Note_Bsmumu.json index b570b50b311..dba1fa0ea62 100644 --- a/src/test/popxf-1.0/Note_Bsmumu.json +++ b/src/test/popxf-1.0/Note_Bsmumu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '', 'RR')": [3.6289314570849374e-9], diff --git a/src/test/popxf-1.0/Note_Gam_Wmunum.json b/src/test/popxf-1.0/Note_Gam_Wmunum.json index 1aae148f149..804e585902f 100644 --- a/src/test/popxf-1.0/Note_Gam_Wmunum.json +++ b/src/test/popxf-1.0/Note_Gam_Wmunum.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "observable_central": { "('', '')": [0.22729], diff --git a/src/test/popxf-1.0/Note_R_W_lilj.json b/src/test/popxf-1.0/Note_R_W_lilj.json index d835e28e7cf..11b7794ed74 100644 --- a/src/test/popxf-1.0/Note_R_W_lilj.json +++ b/src/test/popxf-1.0/Note_R_W_lilj.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '')": [0.227, 0.227, 0.227], diff --git a/src/test/popxf-1.0/Note_Wlnu.json b/src/test/popxf-1.0/Note_Wlnu.json index c130e7480d7..35e7da0dec6 100644 --- a/src/test/popxf-1.0/Note_Wlnu.json +++ b/src/test/popxf-1.0/Note_Wlnu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '', 'RR')": [ diff --git a/src/test/popxf-1.0/Wlnu.json b/src/test/popxf-1.0/Wlnu.json index c130e7480d7..35e7da0dec6 100644 --- a/src/test/popxf-1.0/Wlnu.json +++ b/src/test/popxf-1.0/Wlnu.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-1.0.json", + "$schema": "https://www.schemastore.org/popxf-1.0.json", "data": { "polynomial_central": { "('', '', 'RR')": [ diff --git a/src/test/popxf-corr-1.0/Note_corr.json b/src/test/popxf-corr-1.0/Note_corr.json index 6bbe1d66a6f..033cfcf1e98 100644 --- a/src/test/popxf-corr-1.0/Note_corr.json +++ b/src/test/popxf-corr-1.0/Note_corr.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-corr-1.0.json", + "$schema": "https://www.schemastore.org/popxf-corr-1.0.json", "a262ca783a3dd055c77ec5c6c75c6ffe": { "col_names": ["BR(Bs->mumu)"], "correlations": { diff --git a/src/test/popxf-corr-1.0/corr.json b/src/test/popxf-corr-1.0/corr.json index 6bbe1d66a6f..033cfcf1e98 100644 --- a/src/test/popxf-corr-1.0/corr.json +++ b/src/test/popxf-corr-1.0/corr.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/popxf-corr-1.0.json", + "$schema": "https://www.schemastore.org/popxf-corr-1.0.json", "a262ca783a3dd055c77ec5c6c75c6ffe": { "col_names": ["BR(Bs->mumu)"], "correlations": { diff --git a/src/test/schema-catalog/minimal.json b/src/test/schema-catalog/minimal.json index 3cb257710e1..64cca7d3932 100644 --- a/src/test/schema-catalog/minimal.json +++ b/src/test/schema-catalog/minimal.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/schema-catalog.json", + "$schema": "https://www.schemastore.org/schema-catalog.json", "schemas": [ { "description": "minimal", diff --git a/src/test/schema-catalog/multiple.json b/src/test/schema-catalog/multiple.json index 0b2655b21a1..b52fe88bb4d 100644 --- a/src/test/schema-catalog/multiple.json +++ b/src/test/schema-catalog/multiple.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/schema-catalog.json", + "$schema": "https://www.schemastore.org/schema-catalog.json", "schemas": [ { "description": "minimal",