File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 102102 "environment" : { "type" : " object" },
103103 "dependencies" : {
104104 "$ref" : " file:data/spec_26/schema.json"
105- }
105+ },
106+ "constraints" : { "type" : " object" }
106107 }
107108 },
108109 "user" : {
Original file line number Diff line number Diff line change @@ -345,6 +345,10 @@ Some common system attributes are:
345345 The value of the ``dependencies `` attribute SHALL be a
346346 list of dictionaries following the format specified in RFC 26.
347347
348+ **constraints **
349+ The value of the ``constraints `` attribute SHALL be a dictionary
350+ expressing job constraints following the specification in RFC 31.
351+
348352**job **
349353 The ``job `` attribute is an optional dictionary containing job
350354 metadata. This metadata may be used for searching and filtering of
You can’t perform that action at this time.
0 commit comments