Skip to content

Commit

Permalink
Finished description improvements in icarMilkingVisitEventResource
Browse files Browse the repository at this point in the history
Added descriptions to improve documentation, especially about certified milk weight.
Resolves #444
  • Loading branch information
cookeac committed May 20, 2024
1 parent cf08a7f commit 5cafc9c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions resources/icarMilkingVisitEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@
"$ref": "../types/icarMilkDurationType.json"
},
"milkingType": {
"description": "This code allows organisations to distinguish between manual and automated milking.",
"$ref": "../enums/icarMilkingTypeCode.json"
},
"milkingMilkWeight": {
"description": "A certified milking weight that complies with the ICAR guidelines.",
"$ref": "../types/icarMilkingMilkWeightType.json"
},
"milkingComplete": {
"type": "boolean",
"description": "indication whether this milking was completed normally"
"description": "indication whether this milking was completed normally."
},
"milkingParlourUnit": {
"type": "string",
Expand All @@ -43,7 +45,7 @@
},
"milkingDeviceId": {
"type": "string",
"description": "The ID of the device where the milking took place"
"description": "The ID of the device where the milking took place."
},
"measureDeviceId": {
"type": "string",
Expand All @@ -58,18 +60,21 @@
"description": "For milkings supervised by humans, this number represents the shift within a local date in which this milking visit occurred."
},
"quarterMilkings": {
"description": "A set of milking results for up to four quarters in dairy cows, or two teats for sheep or goats.",
"type": "array",
"items": {
"$ref": "../types/icarQuarterMilkingType.json"
}
},
"animalMilkingSample": {
"description": "An array of zero or more sample/bottle details if the animal is milk tested at this milking.",
"type": "array",
"items": {
"$ref": "../types/icarAnimalMilkingSampleType.json"
}
},
"milkCharacteristics": {
"description": "An array of milk characteristics other than certified milk weight. See icarMilkCharacteristicsType for documentation.",
"type": "array",
"items": {
"$ref": "../types/icarMilkCharacteristicsType.json"
Expand Down

0 comments on commit 5cafc9c

Please sign in to comment.