Skip to content

Commit 662da43

Browse files
authored
chore: add Zarf Package Configuration (SchemaStore#4918)
1 parent 3c7f013 commit 662da43

File tree

5 files changed

+1178
-1
lines changed

5 files changed

+1178
-1
lines changed

src/api/json/catalog.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8494,6 +8494,12 @@
84948494
"description": "`lakefile.toml`, the .toml configuration file for Lake, the package manager of the Lean programming language and theorem prover",
84958495
"fileMatch": ["lakefile.toml"],
84968496
"url": "https://raw.githubusercontent.com/leanprover/lean4/refs/heads/master/src/lake/schemas/lakefile-toml-schema.json"
8497+
},
8498+
{
8499+
"name": "Zarf Package Configuration",
8500+
"description": "Zarf Packages contain a comprehensive description of system software and all of it's components for declaratively deploying in a disconnected environment",
8501+
"fileMatch": ["**/zarf.yaml", "**/zarf.yml"],
8502+
"url": "https://www.schemastore.org/zarf.json"
84978503
}
84988504
]
84998505
}

src/schema-validation.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,8 @@
299299
"openweather.current.json",
300300
"openweather.roadrisk.json",
301301
"specif-1.1.json",
302-
"ctfd.json"
302+
"ctfd.json",
303+
"zarf.json"
303304
],
304305
"missingCatalogUrl": [
305306
// Below this line are subschemas that are included from other schema

0 commit comments

Comments
 (0)