Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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',
'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,everyTime',
]
23 changes: 17 additions & 6 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -7541,15 +7541,20 @@
"url": "https://json.schemastore.org/any.json"
},
{
"name": "zerops.yml",
"description": "zerops.io, dev-first cloud platform - https://zerops.io, configuration YAML file",
"fileMatch": ["zerops.yml"],
"name": "Zerops.io config",
"description": "Zerops.io (https://zerops.io) configuration YAML file, for setting how to build and deploy your services",
"fileMatch": ["zerops.yaml", "zerops.yml"],
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/zerops-yml-json-schema.json"
},
{
"name": "zerops.io import file",
"description": "zerops.io, dev-first cloud platform - https://zerops.io, infrastructure-as-code import YAML file",
"fileMatch": ["zerops-import.yml", "zerops-*-import.yml"],
"name": "Zerops.io import",
"description": "Zerops.io (https://zerops.io) infrastructure-as-code import YAML file",
"fileMatch": [
"zerops-import.yaml",
"zerops-*-import.yaml",
"zerops-import.yml",
"zerops-*-import.yml"
],
"url": "https://api.app-prg1.zerops.io/api/rest/public/settings/import-project-yml-json-schema.json"
},
{
Expand Down Expand Up @@ -7866,6 +7871,12 @@
"fileMatch": ["**/*Trident.toml", "**/*.Trident.toml"],
"url": "https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json"
},
{
"name": "Unified Tenant Configuration Management (UTCM) Monitor",
"description": "Configuration file for the Unified Tenant Configuration Management (UTCM) Monitor",
"fileMatch": ["*.utcm-monitor.json"],
"url": "https://json.schemastore.org/utcm-monitor.json"
},
{
"name": "Restate",
"description": "Restate Server configuration file",
Expand Down
1 change: 1 addition & 0 deletions src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"utam-page-object-1.5.0.json",
"utam-page-object-2.0.3.json",
"utam-page-object-2.2.0.json",
"utcm-monitor.json",
"vega-lite.json",
"vs-nesting.json",
"vsext.json",
Expand Down
Loading