job type and schema
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-21 10:23:11 +01:00
parent c4cd7b35fc
commit de02d51100
3 changed files with 73 additions and 1 deletions

View File

@@ -34,6 +34,21 @@
}
]
}
},
"jobs": {
"type": "array",
"description": "list of jobs in this project",
"items": {
"oneOf": [
{
"$comment": "for include tag",
"type": "string"
},
{
"$ref": "job.json"
}
]
}
}
},
"required": ["namespace"]