Skip to content

Commit

Permalink
Changes to death method and reason
Browse files Browse the repository at this point in the history
Adjustments to the enumerated values for death event reasons and methods (kinds). Resolves adewg#224.
  • Loading branch information
cookeac committed Jul 15, 2021
1 parent a040753 commit 72c5dfe
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
9 changes: 6 additions & 3 deletions enums/icarDeathMethodType.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@
"type": "string",

"enum": [
"Perished",
"Slaughter",
"Culled",
"Theft",
"Lost",
"Accident",
"Euthanised",
"Natural",
"Unknown"
"Other"
]
}
9 changes: 8 additions & 1 deletion enums/icarDeathReasonType.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"Consumption",
"Culled",
"Other",
"Unknown"
"Unknown",
"Age",
"Mastitis",
"Production",
"LegOrClaw",
"MilkingAbility",
"NUtrition",
"Fertility"
]
}

0 comments on commit 72c5dfe

Please sign in to comment.