Skip to content

Commit 0bd0c4d

Browse files
Add Schema for UTCM Monitors (SchemaStore#4685)
* Initial Json Schema for UTCM Monitors * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing spelling mistakes * Adding two words to ignore list --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a9cb043 commit 0bd0c4d

File tree

5 files changed

+46248
-1
lines changed

5 files changed

+46248
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ repos:
2525
args:
2626
[
2727
'--ignore-words-list',
28-
'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',
28+
'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',
2929
]

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7871,6 +7871,12 @@
78717871
"fileMatch": ["**/*Trident.toml", "**/*.Trident.toml"],
78727872
"url": "https://raw.githubusercontent.com/Ackee-Blockchain/trident/refs/heads/master/trident-spec.json"
78737873
},
7874+
{
7875+
"name": "Unified Tenant Configuration Management (UTCM) Monitor",
7876+
"description": "Configuration file for the Unified Tenant Configuration Management (UTCM) Monitor",
7877+
"fileMatch": ["*.utcm-monitor.json"],
7878+
"url": "https://json.schemastore.org/utcm-monitor.json"
7879+
},
78747880
{
78757881
"name": "Restate",
78767882
"description": "Restate Server configuration file",

src/schema-validation.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@
213213
"utam-page-object-1.5.0.json",
214214
"utam-page-object-2.0.3.json",
215215
"utam-page-object-2.2.0.json",
216+
"utcm-monitor.json",
216217
"vega-lite.json",
217218
"vs-nesting.json",
218219
"vsext.json",

0 commit comments

Comments
 (0)