-
We need that `https://schema.lab.fiware.org/ld/context` returns
```
Content-Type: application/ld+json
{
"@context": [
"https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context.jsonld",
…
-
From NGSI-LD Test:
1. created entity successfully
{
'id': 'urn:ngsi-ld:T:001',
'type': 'T',
'P1': {
'type': 'Property',
'value': 'Hola'
}
}
2. upd…
-
POST /ngsi-ld/v1/entities/
```
{
"id": "urn:ngsi-ld:ParkingSpot:santander:daoiz_velarde_1_5:3",
"type": "ParkingSpot",
"status": {
"type": "Property",
"value": "fr…
-
-
See test at
https://github.com/Fiware/NGSI-LD_Tests/blob/master/contextProvision/create_entity_test.js#L239
```
const entity = {
'id': 'urn:ngsi-ld:T:' + new Date().getTime(),
't…
-
I am following the tutorial as it is without any change.
When provisioning an actuator :
```
curl -iX POST \
'http://localhost:4041/iot/devices' \
-H 'Content-Type: application/json' \
…
-
Hi,
I try to limit the number of returned Subscriptions using the request parameter 'limit'. However, when the provided value of 'limit' is greater than the number of existing elements, I receive a…
-
so that we can promote the usage of URNs as Entity Ids
-
I stumbled across a bug which prevents me from creating a STH comet subscription. The issuie is similar to the old NGSIv1 related issue #2584
I am trying to create a subscription for STH comet with …
-
Hi,
I think that it exists a problem with the timestamps in format ISO 8601 when receiving the notification data related to a subscription.
When I post an entity like the one in https://github.com/F…