From 6c7f7be7f4a4e4784380a56dc675388fa7f877c4 Mon Sep 17 00:00:00 2001 From: Erwin Speybroeck <47346780+erwinspeybroeck@users.noreply.github.com> Date: Fri, 29 Nov 2019 10:29:49 +0100 Subject: [PATCH] Update exampleUrlScheme.json --- .../exampleUrlScheme.json | 32 +++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/Release Candidate Messages/exampleUrlScheme.json b/Release Candidate Messages/exampleUrlScheme.json index 2df8544..205e706 100644 --- a/Release Candidate Messages/exampleUrlScheme.json +++ b/Release Candidate Messages/exampleUrlScheme.json @@ -124,7 +124,34 @@ "milkingDeviceId": "101", "measureDeviceId": "101", "eventOffset": "2019-11-01T23:58:31", - "eventDeviceId": "101" + "eventDeviceId": "101", + "quarterMilkings": [ { + "icarQuarterId": "LF", + "milkingDuration": { + "value": "210", + "unitCode": "SEC" + }, + "milkingMilkWeight": { + "value": 3.5, + "unitCode": "KGM" + } + } ], + "animalMilkingSample": [ { + "bottleIdentifierType": "BRC", + "rackNumber": "3", + "bottlePosition": "7" + } ], + "icarMilkCharacteristics": [ { + "characteristic": "FAT", + "value": "3.74", + "unit": "VP", + "icarMeasuringDevice": "to_be_defined_by_ICAR-sensor_group" + }, + { + "characteristic": "PROTEIN", + "value": "3.54", + "unit": "VP" + } ] } } } @@ -233,7 +260,8 @@ { "characteristic": "FAT", "value": "3.74", - "unit": "VP" + "unit": "VP", + "icarMeasuringDevice": "to_be_defined_by_ICAR-sensor_group" }, { "characteristic": "PROTEIN",