Let’s consider the following example:
{
"result": {
"temp": 15,
"press": 1024
},
"phenomenonTime": {
"start": "2021-12-14T15:16:00Z"
}
}
What is the correct filtering syntax for phenomenonTime?
$filter=phenomenonTime/start lt 2021-12-14T15:16:00Z
or
$filter=phenomenonTime lt 2021-12-14T15:16:00Z
I seem to see conflicts and inconsistency in the draft.
Let’s consider the following example:
{ "result": { "temp": 15, "press": 1024 }, "phenomenonTime": { "start": "2021-12-14T15:16:00Z" } }What is the correct filtering syntax for phenomenonTime?
or
I seem to see conflicts and inconsistency in the draft.