Open Piiit opened 5 years ago
We have a duplicate with "smetadata.state": null. One is about an existing JSON field inside smetadata, with a JSON null value, the other is a JSON object without a state key.
"smetadata.state": null
smetadata
state
http://tomcat.testingmachine.eu/ninja/api/v2/flat/EChargingStation?shownull=true&select=smetadata.state gives
{ "offset": 0, "data": [ { "smetadata.state": null }, { "smetadata.state": "TEMPORARYUNAVAILABLE" }, { "smetadata.state": "UNKNOWN" }, { "smetadata.state": "UNAVAILABLE" }, { "smetadata.state": "AVAILABLE" }, { "smetadata.state": "FAULT" }, { "smetadata.state": "ACTIVE" }, { "smetadata.state": "OCCUPIED" }, { "smetadata.state": null }, { "smetadata.state": "MAINTENANCE" } ], "limit": 200 }
We have a duplicate with
"smetadata.state": null
. One is about an existing JSON field insidesmetadata
, with a JSON null value, the other is a JSON object without astate
key.http://tomcat.testingmachine.eu/ninja/api/v2/flat/EChargingStation?shownull=true&select=smetadata.state gives