Big-Link-Man/jobs/example_multi_tier_batch.json

31 lines
442 B
JSON

{
"jobs": [
{
"project_id": 1,
"tiers": {
"tier1": {
"count": 5,
"min_word_count": 1500,
"max_word_count": 2000
},
"tier2": {
"count": 20
},
"tier3": {
"count": 15,
"max_h2_tags": 4
}
}
},
{
"project_id": 2,
"tiers": {
"tier1": {
"count": 3
}
}
}
]
}