Skip to content

Commit

Permalink
Merge pull request #464 from cookeac/463-gestation-descriptions
Browse files Browse the repository at this point in the history
Improve description for icarGestationResource
  • Loading branch information
erwinspeybroeck authored May 2, 2024
2 parents 0becf0e + 59e69c7 commit 584f50e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/icarGestationResource.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "Gestation information of animals on a specific location.",
"description": "This resource holds computed or predicted gestation information for animals at a location.\n- Use this resource to understand potential sire and expected calving date.\n- This resource should be recomputed when a heat, repro-status observation, or pregnancy check event is recorded.",

"allOf": [{
"$ref": "icarResource.json"
Expand All @@ -16,7 +16,7 @@
"properties": {
"id": {
"type": "string",
"description": "Unique identifier in the source system for this event."
"description": "Unique identifier in the source system for this computed resource."
},
"animal": {
"$ref": "../types/icarAnimalIdentifierType.json",
Expand Down

0 comments on commit 584f50e

Please sign in to comment.