From 52983341415df852263b51ef2d7ae9cf96bc9209 Mon Sep 17 00:00:00 2001 From: Erik Date: Fri, 17 May 2024 08:15:57 +0000 Subject: [PATCH] Update consumedRationType and consumedFeedType descriptions. They can be applied to 1 or more animals --- types/icarConsumedFeedType.json | 6 +++--- types/icarConsumedRationType.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/types/icarConsumedFeedType.json b/types/icarConsumedFeedType.json index f905220..a9b1ea9 100644 --- a/types/icarConsumedFeedType.json +++ b/types/icarConsumedFeedType.json @@ -1,5 +1,5 @@ { - "description": "gives the consumed feed and the amount the animal was entitled to. Amounts are real weights", + "description": "gives the consumed feed and the amount the animal/group was entitled to. Amounts are real weights", "type": "object", "required": [ "feedId" @@ -12,7 +12,7 @@ }, "entitlement": { "$ref": "../types/icarFeedQuantityType.json", - "description": "The amount of feed the animal was entitled to receive" + "description": "The amount of feed the animal/group was entitled to receive" }, "delivered": { "$ref": "../types/icarFeedQuantityType.json", @@ -20,7 +20,7 @@ }, "feedConsumption": { "$ref": "../types/icarFeedQuantityType.json", - "description": "The amount of feed the animal has consumed" + "description": "The amount of feed the animal/group has consumed" }, "dryMatterPercentage": { "type": "number", diff --git a/types/icarConsumedRationType.json b/types/icarConsumedRationType.json index 81cd594..d901609 100644 --- a/types/icarConsumedRationType.json +++ b/types/icarConsumedRationType.json @@ -1,5 +1,5 @@ { - "description": "Gives the consumed amount of a mixed ration, and the amount the animal was entitled to. Amounts are real weights.", + "description": "Gives the consumed amount of a mixed ration, and the amount the animal/group was entitled to. Amounts are real weights.", "type": "object", "required": [ @@ -13,7 +13,7 @@ }, "entitlement": { "$ref": "../types/icarFeedQuantityType.json", - "description": "The amount of feed the animal was entitled to receive" + "description": "The amount of feed the animal/group was entitled to receive" }, "delivered": { "$ref": "../types/icarFeedQuantityType.json", @@ -21,7 +21,7 @@ }, "feedConsumption": { "$ref": "../types/icarFeedQuantityType.json", - "description": "The amount of feed the animal has consumed" + "description": "The amount of feed the animal/group has consumed" }, "dryMatterPercentage": { "type": "number",