From 785f6173ebfb751ef9a4b6b76b6588a916de9da9 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 25 Jul 2024 15:03:30 +0200 Subject: [PATCH] Update expectation. --- docs/ld-subscriptions-registrations.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/ld-subscriptions-registrations.md b/docs/ld-subscriptions-registrations.md index 8ae132b..732bbc7 100644 --- a/docs/ld-subscriptions-registrations.md +++ b/docs/ld-subscriptions-registrations.md @@ -715,10 +715,6 @@ This alters the response to match the values updated in the previous PATCH reque ```json { - "@context": [ - "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld" - ], "id": "urn:ngsi-ld:Building:store001", "type": "Building", "tweets": [ @@ -781,10 +777,6 @@ and then forwarded to the context provider endpoint. ```json { - "@context": [ - "http://context/user-context.jsonld", - "https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld" - ], "id": "urn:ngsi-ld:Building:store001", "type": "Building", "tweets": ["This must be Thursday", "I never could get the hang of Thursdays."]