Skip to content

Commit f214383

Browse files
committed
feat: improved signature hold suggestable values
1 parent 28e3375 commit f214383

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

definitions/cron/data_type/type/cron_day_of_week.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
}
2727
],
2828
"linked_data_type_identifiers": [],
29-
"signature": "string"
29+
"signature": "string | 'MON' | 'TUE' | 'WED' | 'THU' | 'FRI' | 'SAT' | 'SUN'"
3030
}

definitions/cron/data_type/type/cron_month.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
}
2727
],
2828
"linked_data_type_identifiers": [],
29-
"signature": "string"
29+
"signature": "string | 'JAN' | 'FEB' | 'MAR' | 'APR' | 'MAY' | 'JUN' | 'JUL' | 'AUG' | 'SEP' | 'OCT' | 'NOV' | 'DEC' "
3030
}

0 commit comments

Comments
 (0)