Commit d520338a authored by Winnie Hellmann's avatar Winnie Hellmann

Add scheduled_actions to JSON schema

parent 408d0815
...@@ -48,6 +48,10 @@ ...@@ -48,6 +48,10 @@
"manual_actions": { "manual_actions": {
"type": "array", "type": "array",
"items": { "$ref": "job/job.json" } "items": { "$ref": "job/job.json" }
},
"scheduled_actions": {
"type": "array",
"items": { "$ref": "job/job.json" }
} }
}, },
"additionalProperties": false "additionalProperties": false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment