Skip to content

Commit

Permalink
Merge pull request #222 from GEA-FT/milkingRemarks
Browse files Browse the repository at this point in the history
MilkingRemarks
  • Loading branch information
cookeac authored Jul 15, 2021
2 parents dcbef6e + ac04e64 commit 7ac0aea
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
13 changes: 13 additions & 0 deletions enums/icarMilkingRemarksType.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"description": "Enumeration for different possible milking-remarks.",

"type": "string",

"enum": [
"AnimalSick",
"MilkingIncomplete",
"TeatSeparated",
"MilkedSeparately",
"SamplingFailed"
]
}
6 changes: 6 additions & 0 deletions resources/icarMilkingVisitEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@
"items": {
"$ref": "../types/icarMilkCharacteristicsType.json"
}
},
"milkingRemarks": {
"type": "array",
"items": {
"$ref": "../enums/icarMilkingRemarksType.json"
}
}
}
}
Expand Down

0 comments on commit 7ac0aea

Please sign in to comment.