|=== |Path|Type|Description |`+group+` |`+String+` |Name of the group. |`+name+` |`+String+` |Name of the job. |`+description+` |`+String+` |Description of the job, if any. |`+className+` |`+String+` |Fully qualified name of the job implementation. |`+durable+` |`+Boolean+` |Whether the job should remain stored after it is orphaned. |`+requestRecovery+` |`+Boolean+` |Whether the job should be re-executed if a 'recovery' or 'fail-over' situation is encountered. |`+data.*+` |`+String+` |Job data map as key/value pairs, if any. |`+triggers+` |`+Array+` |An array of triggers associated to the job, if any. |`+triggers.[].group+` |`+String+` |Name of the trigger group. |`+triggers.[].name+` |`+String+` |Name of the trigger. |`+triggers.[].previousFireTime+` |`+String+` |Last time the trigger fired, if any. |`+triggers.[].nextFireTime+` |`+String+` |Next time at which the Trigger is scheduled to fire, if any. |`+triggers.[].priority+` |`+Number+` |Priority to use if two triggers have the same scheduled fire time. |===