Hints
less than a minute
- if a boolean value is left blank. It is considered as
false - if a numerical value is left blank, It is considered as
0
Values on payloads
Payloads sent to a resource will be considered as follows
- case in-sensitive
on,true,1,enable== trueoff,false,0,disable== false
Duration of the time
System time durations follow the GoLand standards as follows…
ns- nanosecondsus- microsecondsms- millisecondss- secondsm- minutesh- hours
Examples:
| Input | Description |
|---|---|
0 |
0 seconds |
0s |
0 seconds |
10s |
10 seconds |
1m20s |
1 minute and 20 seconds |
1h20m5s |
1 hour 20 minutes and 5 seconds |
-42s |
-42 seconds |
Note
Negative numbers are supported.Labels
TBD
Quick ID
TBD
Last modified June 28, 2021: remove comments (9e90704)