diff options
author | Nicolai Cornelis <[email protected]> | 2024-10-25 05:47:28 +0200 |
---|---|---|
committer | Nicolai Cornelis <[email protected]> | 2024-10-25 23:49:51 +0200 |
commit | 4acfcda99c818b4e945ff5c478f1c4cf1890034e (patch) | |
tree | 4ca534b1f3f7f81c09e6f4782b243b63e28c52d8 /schemas/package.json | |
parent | 7eb793ee0a0bfe7167d0b56772f47ed67b147357 (diff) |
Move all schemas to repos
Implement new test logic for schema validation
Fix actual errors in .rr.yaml template
Diffstat (limited to 'schemas/package.json')
-rw-r--r-- | schemas/package.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/schemas/package.json b/schemas/package.json new file mode 100644 index 00000000..92c25eb3 --- /dev/null +++ b/schemas/package.json @@ -0,0 +1,16 @@ +{ + "name": "roadrunner-schema-tests", + "version": "1.0.0", + "main": "test.js", + "type": "module", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@apidevtools/json-schema-ref-parser": "^11.7.2", + "ajv": "^8.17.1", + "js-yaml": "^4.1.0" + } +} |