g5k/schema: Allow container job types
Container jobs need a first job with "container" and "noop" types, and then another job with "inner=XXX" type where XXX is the job ID of the container job.
This is not possible to express with a simple enum, so switch to validating job types with regexps.
Edited by JONGLEZ Baptiste