mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 22:42:32 -04:00
job schema tweak -- more info: https://github.com/pyeve/cerberus/issues/220
This commit is contained in:
parent
951ce8c92f
commit
82d4e2f14b
1 changed files with 6 additions and 6 deletions
|
@ -1,9 +1,3 @@
|
||||||
account_id:
|
|
||||||
type:
|
|
||||||
- string
|
|
||||||
- integer
|
|
||||||
required: false
|
|
||||||
|
|
||||||
id:
|
id:
|
||||||
type:
|
type:
|
||||||
- string
|
- string
|
||||||
|
@ -111,3 +105,9 @@ max_claimed_sites:
|
||||||
|
|
||||||
pdfs_only:
|
pdfs_only:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
|
account_id:
|
||||||
|
type:
|
||||||
|
- string
|
||||||
|
- integer
|
||||||
|
required: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue