We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d4738c commit fbac635Copy full SHA for fbac635
1 file changed
docs/ld-subscriptions-registrations.md
@@ -391,6 +391,10 @@ curl -iX POST 'http://localhost:1026/ngsi-ld/v1/csourceRegistrations/' \
391
}'
392
```
393
394
+> **Note** that `properties` is defined in the 1.1.1 NGSI-LD core context. In 1.3.1, it is due to be replaced with
395
+> two separate attributes - `propertyNames` and `relationshipNames` - this change has been made in order to offer
396
+> full GeoJSON-LD support. Your context broker may or may not support the updated core context
397
+
398
### Read Registration Details
399
400
Retrieving the registration details can be made by sending a GET request to the `/ngsi-ld/v1/csourceRegistrations/`
0 commit comments