Skip to content

Commit

Permalink
Update consumedRationType and consumedFeedType descriptions. They can…
Browse files Browse the repository at this point in the history
… be applied to 1 or more animals
  • Loading branch information
ErikUniformAgri committed May 17, 2024
1 parent 3bad4c7 commit 5298334
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions types/icarConsumedFeedType.json
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -12,15 +12,15 @@
},
"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",
"description": "The amount of feed the animal/group received. If not present, it can be assumed that the delivered will be equal to entitlement"
},
"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",
Expand Down
6 changes: 3 additions & 3 deletions types/icarConsumedRationType.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -13,15 +13,15 @@
},
"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",
"description": "The amount of feed the animal/group received. If not present, it can be assumed that the delivered will be equal to entitlement"
},
"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",
Expand Down

0 comments on commit 5298334

Please sign in to comment.