From a796f8dfc594a29933f0a0475b7e87fdeaaf3701 Mon Sep 17 00:00:00 2001 From: Christian Autermann Date: Fri, 13 Dec 2024 10:59:38 +0100 Subject: [PATCH] Fix example B.2.1, closes #80 (#85) --- swecommon/standard/sections/annex-examples.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/swecommon/standard/sections/annex-examples.adoc b/swecommon/standard/sections/annex-examples.adoc index 333ecd12..4068302e 100644 --- a/swecommon/standard/sections/annex-examples.adoc +++ b/swecommon/standard/sections/annex-examples.adoc @@ -436,7 +436,9 @@ The equivalent JSON description for this “DataArray” is provided below: {"temp": 0, "error": 5}, {"temp": 10, "error": 2}, {"temp": 50, "error": 2}, - {"temp": 80, "error": 5} + {"temp": 80, "error": 5}, + {"temp": 70, "error": 3} + ] } ----