We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f770b1 commit 2c658eaCopy full SHA for 2c658ea
schemas/readme.md
@@ -10,6 +10,6 @@ This directory contains public schemas for the most important parts of applicati
10
$ docker run --rm -v "$(pwd):/src" -w "/src" node:14-alpine sh -c \
11
"npm install -g ajv-cli && \
12
ajv validate --all-errors --verbose \
13
- -s ./schemas/config/2.0.schema.json \
+ -s ./schemas/config/3.0.schema.json \
14
-d ./.rr*.y*ml"
15
```
0 commit comments