Hydra stores the following job attributes in its database:
*`nixName` - the Derivation's `name` attribute
*`system` - the Derivation's `system` attribute
*`drvPath` - the Derivation's path in the Nix store
*`outputs` - A JSON dictionary of output names and their store path.
### Meta fields
*`description` - `meta.description`, a string
*`license` - a comma separated list of license names from `meta.license`, expected to be a list of attribute sets with an attribute named `shortName`, ex: `[ { shortName = "licensename"} ]`.
*`maintainers` - a comma separated list of maintainer email addresses from `meta.maintainers`, expected to be a list of attribute sets with an attribute named `email`, ex: `[ { email = "alice@example.com"; } ]`.