Skip to content

Commit

Permalink
Add milkingShiftNumber and milkingShiftLocalDate
Browse files Browse the repository at this point in the history
Add the milkingShiftNumber and milkingShiftLocalDate, as specified in #450.
  • Loading branch information
cookeac committed May 16, 2024
1 parent 68fa35b commit 287445b
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 287445b

Please sign in to comment.