1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2024-12-22 15:57:50 +00:00

Updated Definition format (markdown)

garfield69 2023-03-21 20:54:07 +13:00
parent e091cd5d74
commit f330e9d53b

@ -20,7 +20,7 @@ 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 --all-errors -c ajv-formats --spec=draft2019`
`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