Julie Røsok
04/24/2023, 12:50 PMroot.stringType("requestedProductionDateFrom", "2024-03-20T00:00:00Z")
.or("calculatedProductionDateFrom", "2024-03-20T00:00:00Z");
root.stringType("requestedProductionDateTo", "2024-03-02T17:15:00Z")
.or("calculatedProductionDateTo", "2023-03-02T17:15:00Z");
But, both attributes are filled in the example data generated, and the matching rules does not look correct :
"$.calculatedProductionDateFrom": {
"combine": "OR",
"matchers": [
]
},
"$.calculatedProductionDateTo": {
"combine": "OR",
"matchers": [
]
Timothy Jones
04/25/2023, 2:21 AMSlackbot
04/25/2023, 2:21 AMTimothy Jones
04/25/2023, 2:28 AM