Skip to content

Commit d8ee1fe

Browse files
Add Hecate Input Schema (SchemaStore#4785)
* Add Hecate Schema * Remove placeholder positive test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Remove positive test as it is a remote schema * Fix formatting of description * Disable linting of name and description as its a metaschema --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 8672958 commit d8ee1fe

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

src/api/json/catalog.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8178,6 +8178,17 @@
81788178
"description": "Power Pages configuration file for Bring Your Own Code (BYOC) sites",
81798179
"fileMatch": ["powerpages.config.json"],
81808180
"url": "https://json.schemastore.org/powerpages.config.json"
8181+
},
8182+
{
8183+
"name": "Hecate Input Schema",
8184+
"description": "Input schema for Hecate, for generating PDE simulation code",
8185+
"fileMatch": [
8186+
"*.hecate.yml",
8187+
"*.hecate.yaml",
8188+
"*.hecate",
8189+
"*.hecate.json"
8190+
],
8191+
"url": "https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
81818192
}
81828193
]
81838194
}

src/schema-validation.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,8 @@
400400
"https://json.schemastore.org/lsdlschema.json",
401401
"https://json.schemastore.org/BizTalkServerApplicationSchema.json",
402402
"https://json.schemastore.org/metaschema-draft-07-unofficial-strict.json",
403-
"https://json.schemastore.org/schema-draft-v4.json"
403+
"https://json.schemastore.org/schema-draft-v4.json",
404+
"https://raw.githubusercontent.com/ShaitanLyss/these/main/hecate/hecate-json-schema.json"
404405
],
405406
"options": {
406407
"abc-supply-plan-1.0.0.json": {

0 commit comments

Comments
 (0)