Files
actions/app-monolith/src/test/resources/examples/delivery-definitions.json
2017-12-16 19:49:41 +01:00

18 lines
247 B
JSON

{
"refNo": "3009000",
"definition": {
"definitions": {
"AtDayStart": {
"06:00": 1.0
},
"TillDayEnd": {
"22:00": 1.0
},
"Twice": {
"16:00": 0.5,
"20:00": 0.5
}
}
}
}