Skip to content

Commit

Permalink
Merge pull request #468 from cookeac/450-milking-shifts
Browse files Browse the repository at this point in the history
Add milkingShiftNumber and milkingShiftLocalDate.
Resolves #450
  • Loading branch information
cookeac authored May 17, 2024
2 parents 8e24163 + 287445b commit c76ab6d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions resources/icarMilkingVisitEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@
"type": "string",
"description": "The ID of the device where the measurement of the milking took place"
},
"milkingShiftLocalStartDate": {
"$ref": "../types/icarDateTimeType.json",
"description": "The ISO8601 date in local time zone to which this milking shift belongs. A time component is not expected or required."
},
"milkingShiftNumber": {
"type": "integer",
"description": "For milkings supervised by humans, this number represents the shift within a local date in which this milking visit occurred."
},
"quarterMilkings": {
"type": "array",
"items": {
Expand Down

0 comments on commit c76ab6d

Please sign in to comment.