Skip to content

Commit 2e414ad

Browse files
Update Typst and Hayagriva schemas (moved externally) (SchemaStore#5086)
* json * rename * tests, catalog and no strict * fix: - author, license and description not required but specified on each's description - description guidelines - simpler version - authors email - simpler compiler version - invalid test * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update typst.json schema: fix schema URL, enhance descriptions, and add examples * no https? * improvements * thumbnail pattern * hayagriva schema * hayagriva schema * invalid test * prettier * Ajv strict mode pass * additional serial numbers * Add additionalProperties to serialNumber definition in hayagriva schema * spelling issues * typst spelling * Remove test and update schemas (external) - Typst - Hayagriva --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 24f85c8 commit 2e414ad

File tree

13 files changed

+6
-1205
lines changed

13 files changed

+6
-1205
lines changed

src/api/json/catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3032,7 +3032,7 @@
30323032
{
30333033
"name": "Hayagriva",
30343034
"description": "A bibliography management format for the modern age",
3035-
"url": "https://www.schemastore.org/hayagriva.json"
3035+
"url": "https://jassielof.github.io/json-schemas/docs/hayagriva.schema.json"
30363036
},
30373037
{
30383038
"name": "Hayson",
@@ -6080,7 +6080,7 @@
60806080
"name": "Typst Manifest",
60816081
"description": "Typst package manifest file (typst.toml)",
60826082
"fileMatch": ["typst.toml"],
6083-
"url": "https://www.schemastore.org/typst.json"
6083+
"url": "https://jassielof.github.io/json-schemas/docs/typst.schema.json"
60846084
},
60856085
{
60866086
"name": "typos.toml",

src/negative_test/hayagriva/parents.yaml

Lines changed: 0 additions & 72 deletions
This file was deleted.

src/negative_test/typst/invalid-author-type.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/negative_test/typst/invalid-missing-required.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/negative_test/typst/invalid-name-pattern.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/negative_test/typst/invalid-version-pattern.toml

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/schema-validation.jsonc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@
206206
"tsoa.json",
207207
"typings.json",
208208
"typingsrc.json",
209-
"typst.json",
210209
"typo3.json",
211210
"ubuntu-server-autoinstall.json",
212211
"utam-page-object.json",
@@ -380,8 +379,10 @@
380379
"renovate.json",
381380
"markdownlint.json",
382381
"geojson.json",
382+
"hayagriva.json",
383383
"semgrep.json",
384384
"taskfile.json",
385+
"typst.json",
385386
"neoload.json",
386387
"xunit-2.2.json",
387388
"xunit-2.3.json",

0 commit comments

Comments
 (0)