Skip to content

Commit

Permalink
Merge pull request #17 from adewg/Develop
Browse files Browse the repository at this point in the history
Changes from ADEWG/Develop
  • Loading branch information
cookeac authored Feb 25, 2021
2 parents fd76850 + 6b06ff7 commit f470b40
Show file tree
Hide file tree
Showing 4 changed files with 85 additions and 73 deletions.
4 changes: 4 additions & 0 deletions resources/icarFeedResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
"items": {
"$ref": "../types/icarFeedPropertyType.json"
}
},
"active": {
"type": "boolean",
"description": "indicates whether the feed is or was available on the location."
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions resources/icarRationResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
"items": {
"$ref": "../types/icarFeedsInRationType.json"
}
},
"active": {
"type": "boolean",
"description": "indicates whether the ration is or was available on the location."
}
}
}
Expand Down
4 changes: 4 additions & 0 deletions resources/icarReproInseminationEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
],

"properties": {
"rank": {
"type": "integer",
"description": "The rank of intervention of each AI carried out within the same reproductive cycle."
},
"inseminationType": {
"$ref": "../enums/icarReproInseminationType.json"
},
Expand Down
Loading

0 comments on commit f470b40

Please sign in to comment.