mirror of
https://github.com/Jackett/Jackett
synced 2024-12-22 07:43:13 +00:00
Updated Definition format (markdown)
parent
e091cd5d74
commit
f330e9d53b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue