hydra-api: flesh out JobsetInput schema

This commit is contained in:
Cole Helbling
2021-04-27 16:06:49 -07:00
parent 2600810551
commit 72fec31dbb
2 changed files with 16 additions and 0 deletions

View File

@ -135,6 +135,13 @@ __PACKAGE__->has_many(
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5uKwEhDXso4IR1TFmwRxiA
my %hint = (
string_columns => [
"name",
"type"
],
boolean_columns => [
"emailresponsible"
],
relations => {
"jobsetinputalts" => "value"
}