Skip to content

Commit 695ec42

Browse files
committed
Remove context
1 parent cb95405 commit 695ec42

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,15 +529,13 @@ However since the full context has been supplied in the `Link` header, the short
529529
```json
530530
[
531531
{
532-
"@context": "http://context/user-context.jsonld",
533532
"id": "urn:ngsi-ld:Product:001",
534533
"type": "Product",
535534
"price": 0.99,
536535
"size": "S",
537536
"name": "Apples"
538537
},
539538
{
540-
"@context": "http://context/user-context.jsonld",
541539
"id": "urn:ngsi-ld:Product:002",
542540
"type": "Product",
543541
"price": 10.99,
@@ -695,7 +693,6 @@ Note that the relationship is currently unidirectional. **Shelf** :arrow_right:
695693
curl -X POST \
696694
'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:Shelf:unit001/attrs' \
697695
-H 'Content-Type: application/ld+json' \
698-
-H 'fiware-servicepath: /' \
699696
-d '{
700697
"numberOfItems": {"type": "Property","value": 50},
701698
"stocks": {

0 commit comments

Comments
 (0)