Updated Definition format (markdown)

garfield69 2023-03-21 20:53:02 +13:00
parent a1c3179ec6
commit e091cd5d74
1 changed files with 2 additions and 2 deletions

@ -20,8 +20,8 @@ The following npm packages are required `ajv-cli-servarr ajv-formats`.
These can be installed globally on your system with `npm install -g ajv-cli-servarr ajv-formats`.
## Usage
`ajv test -d "src\Jackett.Common\Definitions\<indexer>.yml" -s "src\Jackett.Common\Definitions\schema.json" --valid -c ajv-formats`
`ajv test -d "src\Jackett.Common\Definitions\<indexer>.yml" -s "src\Jackett.Common\Definitions\schema.json" --valid --all-errors -c ajv-formats --spec=draft2019`
where `<indexer>` supports masking with an asterisk, for example `hd*` to scan all indexers beginning with `hd`
## Credit
The Prowlarr team