Big-Link-Man/jobs/test_integration.json

21 lines
359 B
JSON

{
"jobs": [
{
"project_id": 1,
"deployment_targets": ["www.testsite.com"],
"tiers": {
"tier1": {
"count": 2,
"min_word_count": 500,
"max_word_count": 800,
"min_h2_tags": 2,
"max_h2_tags": 3,
"min_h3_tags": 2,
"max_h3_tags": 4
}
}
}
]
}