Skip to content

Commit

Permalink
✨ k5 ready
Browse files Browse the repository at this point in the history
Signed-off-by: bnomei <[email protected]>
bnomei committed Nov 20, 2024
1 parent 4932c6a commit 40ec068
Showing 5 changed files with 4,875 additions and 496 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Kirby 3 and 4 Schema
# Kirby JSON Schema

![Release](https://flat.badgen.net/github/release/bnomei/kirby3-schema?color=ae81ff)
![Checks](https://flat.badgen.net//github/checks/bnomei/kirby3-schema)
[![Discord](https://flat.badgen.net/badge/discord/bnomei?color=7289da)](https://discordapp.com/users/bnomei)

JSON Schema file for Kirby 3 and 4 blueprints
JSON Schema file for Kirby blueprints

## Commercial Usage

4,190 changes: 4,190 additions & 0 deletions kirby5-blueprints.schema.json

Large diffs are not rendered by default.

1,170 changes: 679 additions & 491 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kirby3-schema",
"version": "4.2.2",
"version": "5.0.0",
"description": "",
"main": "index.js",
"directories": {
@@ -23,5 +23,6 @@
"ajv": "^8.11.0",
"jest": "^28.1.2",
"js-yaml": "^4.1.0"
}
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}
2 changes: 1 addition & 1 deletion tests/validate.js
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ const ajv = new Ajv2020({
strictTypes: false,
allowMatchingProperties: true,
})
const schema = ajv.compile(require('./../kirby4-blueprints.schema.json'))
const schema = ajv.compile(require('./../kirby5-blueprints.schema.json'))
const fs = require('fs');
const yaml = require('js-yaml')

0 comments on commit 40ec068

Please sign in to comment.