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",