Skip to content

Commit 8952979

Browse files
update aurora json schema to v1.3 (#5092)
* update aurora json schema to v1.3 * exclude word codespell BRIN, index using value for postgreSQL * fix prettier style
1 parent 88842d5 commit 8952979

File tree

8 files changed

+869
-3
lines changed

8 files changed

+869
-3
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,NAM,everyTime',
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,BRIN,everyTime',
2929
]

src/api/json/catalog.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,12 @@
391391
"name": "Aurora Agile Meta-Framework",
392392
"description": "Yaml for Aurora Agile Meta-Framework",
393393
"fileMatch": ["*.aurora.yaml", "*.aurora.yml"],
394-
"url": "https://www.schemastore.org/aurora-1.2.json",
394+
"url": "https://www.schemastore.org/aurora-1.3.json",
395395
"versions": {
396396
"1.0": "https://www.schemastore.org/aurora-1.0.json",
397397
"1.1": "https://www.schemastore.org/aurora-1.1.json",
398-
"1.2": "https://www.schemastore.org/aurora-1.2.json"
398+
"1.2": "https://www.schemastore.org/aurora-1.2.json",
399+
"1.3": "https://www.schemastore.org/aurora-1.3.json"
399400
}
400401
},
401402
{

src/schema-validation.jsonc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"aurora-1.0.json",
1111
"aurora-1.1.json",
1212
"aurora-1.2.json",
13+
"aurora-1.3.json",
1314
"azure-deviceupdate-update-manifest-4.json",
1415
"azure-deviceupdate-update-manifest-5.json",
1516
"azure-deviceupdate-import-manifest-4.0.json",

0 commit comments

Comments
 (0)