From 1ffa9406ecfbb8f349594b4a2d79bce4509c3f53 Mon Sep 17 00:00:00 2001 From: Jason Fox Date: Thu, 27 Jun 2024 13:46:39 +0200 Subject: [PATCH] Remove explicit attrs from response. --- README.ja.md | 3 +-- README.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.ja.md b/README.ja.md index 7037e2c..d498fb2 100644 --- a/README.ja.md +++ b/README.ja.md @@ -1408,8 +1408,7 @@ curl -X GET \ "value": "urn:ngsi-ld:Building:barn002" } ], - "protocol": "PDI-IoTA-UltraLight", - "explicitAttrs": false + "protocol": "PDI-IoTA-UltraLight" } ``` diff --git a/README.md b/README.md index ed3211e..36456d8 100644 --- a/README.md +++ b/README.md @@ -1376,8 +1376,7 @@ The response includes all the commands and attributes mappings associated with t "value": "urn:ngsi-ld:Building:barn002" } ], - "protocol": "PDI-IoTA-UltraLight", - "explicitAttrs": false + "protocol": "PDI-IoTA-UltraLight" } ```