Skip to content
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ repos:
args:
[
'--ignore-words-list',
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout,foto,vor,wel,NAM,BRIN,everyTime,afterAll,beforeAll,ontainer,mis-match',
'crate,ninjs,ans,specif,seh,specifid,deriver,isnt,tye,forin,dependees,rouge,interm,fo,wast,nome,statics,ue,aack,gost,inout,provId,handels,bu,testng,ags,edn,aks,te,decorder,provid,branche,alse,nd,mape,wil,clude,wit,flate,omlet,THIRDPARTY,NotIn,notIn,CopyIn,Requestor,requestor,re-use,ofo,abl,dout,foto,vor,wel,NAM,BRIN,everyTime,afterAll,beforeAll,ontainer,mis-match,explicilty,hashin,paket',
]
57 changes: 49 additions & 8 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5631,12 +5631,7 @@
{
"name": "OpenTelemetry Declarative Configuration",
"description": "OpenTelemetry declarative configuration for SDKs and instrumentation",
"fileMatch": [
"opentelemetry*.yaml",
"opentelemetry*.yml",
"otel*.yaml",
"otel*.yml"
],
"fileMatch": ["opentelemetry*.yaml", "opentelemetry*.yml"],
"url": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
"versions": {
"1.1.0": "https://raw.githubusercontent.com/open-telemetry/opentelemetry-configuration/refs/tags/v1.1.0/opentelemetry_configuration.json",
Expand Down Expand Up @@ -6619,6 +6614,7 @@
],
"url": "https://docs.renovatebot.com/renovate-schema.json",
"versions": {
"43": "https://www.schemastore.org/renovate-43.json",
"42": "https://www.schemastore.org/renovate-42.json",
"41": "https://www.schemastore.org/renovate-41.json",
"40": "https://www.schemastore.org/renovate-40.json",
Expand All @@ -6631,6 +6627,7 @@
"fileMatch": [],
"url": "https://docs.renovatebot.com/renovate-global-schema.json",
"versions": {
"43": "https://www.schemastore.org/renovate-global-schema-43.json",
"42": "https://www.schemastore.org/renovate-global-schema-42.json",
"41": "https://www.schemastore.org/renovate-global-schema-41.json"
}
Expand All @@ -6641,6 +6638,7 @@
"fileMatch": [],
"url": "https://docs.renovatebot.com/renovate-inherited-schema.json",
"versions": {
"43": "https://www.schemastore.org/renovate-inherited-schema-43.json",
"42": "https://www.schemastore.org/renovate-inherited-schema-42.json"
}
},
Expand Down Expand Up @@ -7018,6 +7016,34 @@
"fileMatch": [".size-limit.json"],
"url": "https://www.schemastore.org/size-limit.json"
},
{
"name": "skill-map plugin extension manifest",
"description": "Declarative manifest of a skill-map plugin extension (version, description, stability, defaultEnabled), read before any code is imported",
"fileMatch": [
"**/.skill-map/plugins/*/providers/*/extension.json",
"**/.skill-map/plugins/*/extractors/*/extension.json",
"**/.skill-map/plugins/*/analyzers/*/extension.json",
"**/.skill-map/plugins/*/actions/*/extension.json",
"**/.skill-map/plugins/*/formatters/*/extension.json",
"**/.skill-map/plugins/*/hooks/*/extension.json"
],
"url": "https://skill-map.ai/spec/v1/extensions/extension-manifest.schema.json"
},
{
"name": "skill-map project settings",
"description": "Per-project skill-map configuration (.skill-map/settings.json and its .local partner)",
"fileMatch": [
"**/.skill-map/settings.json",
"**/.skill-map/settings.local.json"
],
"url": "https://skill-map.ai/spec/v1/project-config.schema.json"
},
{
"name": "skill-map provider kind",
"description": "Node-kind descriptor a skill-map Provider plugin declares",
"fileMatch": ["**/.skill-map/plugins/*/kinds/*/kind.json"],
"url": "https://skill-map.ai/spec/v1/extensions/provider-kind.schema.json"
},
{
"name": "Slack app manifest",
"description": "A manifest file containing the settings for a Slack app",
Expand Down Expand Up @@ -7568,6 +7594,12 @@
"fileMatch": ["trunk.yaml"],
"url": "https://static.trunk.io/pub/trunk-yaml-schema.json"
},
{
"name": "tsbuild",
"description": "Configuration for the tsbuild TypeScript build system",
"fileMatch": ["tsbuild.json"],
"url": "https://www.schemastore.org/tsbuild.json"
},
{
"name": "tsconfig.json",
"description": "TypeScript compiler configuration file",
Expand Down Expand Up @@ -7888,6 +7920,15 @@
"fileMatch": ["**/*vim*/addon-info.json"],
"url": "https://www.schemastore.org/vim-addon-info.json"
},
{
"name": "Vogi",
"description": "Repository configuration for Vogi agents",
"fileMatch": [".vogi.yaml"],
"url": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json",
"versions": {
"1": "https://vogi-control-plane-265712319769.us-central1.run.app/integrations/schema.v1.json"
}
},
{
"name": "vsls.json",
"description": "Visual Studio Live Share configuration file",
Expand Down Expand Up @@ -10601,13 +10642,13 @@
{
"name": "oxfmt",
"description": "Configuration file for Oxfmt, a high-performance formatter for the JavaScript ecosystem",
"fileMatch": ["**/.oxfmtrc.json"],
"fileMatch": ["**/.oxfmtrc.json", "**/.oxfmtrc.jsonc"],
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxfmt/configuration_schema.json"
},
{
"name": "oxlint",
"description": "Configuration file for Oxlint, a high-performance linter for JavaScript and TypeScript built on the Oxc compiler stack",
"fileMatch": ["**/.oxlintrc.json"],
"fileMatch": ["**/.oxlintrc.json", "**/.oxlintrc.jsonc"],
"url": "https://raw.githubusercontent.com/oxc-project/oxc/refs/heads/main/npm/oxlint/configuration_schema.json"
},
{
Expand Down
15 changes: 15 additions & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,12 @@
"renovate-40.json",
"renovate-41.json",
"renovate-42.json",
"renovate-43.json",
"renovate-global-schema-41.json",
"renovate-global-schema-42.json",
"renovate-global-schema-43.json",
"renovate-inherited-schema-42.json",
"renovate-inherited-schema-43.json",
"resjson.json",
"sarif-1.0.0.json",
"sigmacv.json",
Expand Down Expand Up @@ -1483,15 +1486,24 @@
"renovate-42.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-43.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-global-schema-41.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-global-schema-42.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-global-schema-43.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-inherited-schema-42.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"renovate-inherited-schema-43.json": {
"unknownKeywords": ["allowComments", "x-renovate-version"]
},
"rc3-collection-0.0.3.json": {
"externalSchema": ["rc3-auth-0.0.3.json"]
},
Expand Down Expand Up @@ -1592,6 +1604,9 @@
"externalSchema": ["licenses.1.json"],
"unknownKeywords": ["authors", "version"]
},
"tsbuild.json": {
"externalSchema": ["jsconfig.json"]
},
"tsoa.json": {
"externalSchema": ["tsconfig.json", "base-04.json"]
},
Expand Down
2 changes: 1 addition & 1 deletion src/schemas/json/pnpm-workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"oneOf": [
{
"type": "string",
"enum": ["^", "~", ""]
"enum": ["^", "~", "", "="]
}
]
},
Expand Down
Loading