-
The error codes, as well as payloads, returned by the entity-related queries (at least), are not compliant with the ETSI-CIM NGSI-LD standard.
Errors related to receiving non JSON data, or semantic…
-
Hi,
I noticed a difference in the structure of a csource registration subscription object when retrieved as a single object via GET /csourceSubscriptions/{subscriptionId} or within a full list usin…
-
Hi,
when trying to patch a entity attribute with PATCH /entities/{entityId}/attrs/{attr} I get a "500 Internal Server Error" in the HTTP response.
My request:
```
curl -X PATCH \
http:/…
-
Regresssion from previous build. Build info:
* git_hash: `8d6a10d32bb157802ea8dc70e31699770f0bd5c3`
* compile_time: "Sun Aug 25 20:46:52 UTC 2019"
* release_date: "Sun Aug 25 20:46:52 UTC 2019"
…
-
-
The official Core @context is at
http://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld
Please modify your code to point to it and remove the old forge.etsi....
Thanks
-
An Entity is created
```
{
"id": "urn:ngsi-ld:Building:store00221",
"type": "Building",
"category":{
"type": "Property",
"value": ["commercial"]
},
"addres…
-
[Line 83 of routes/entities.js](https://github.com/sensinov/djane/blob/aae5e361d1de65e05e5a696d30aa1c5afbc41b0c/routes/entities.js#L83-L91) doesn't account for returning 404 message when no entity has…
-
A subscription is created with the following `application/ld+json` payload:
```
{"type":"Subscription","@context":"https://schema.lab.fiware.org/ld/context","entities":[{"type":"ParkingSpot"}],"wa…
-
The default content to be provided in the absence of an Accept header is `application/json`