Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion resources/icarReproEmbryoResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@
"sireURI": {
"type": "string",
"description": "URI to an AnimalCoreResource for the sire."
},
"sirePrimaryBreed": {
"$ref": "../types/icarBreedIdentifierType.json",
"description": "ICAR Breed code for the sire. The usage of this property is not reasonable if more than one sire is provided."
}
}
}
]
}
}
6 changes: 5 additions & 1 deletion resources/icarReproInseminationEventResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"type": "string",
"description": "URI to an AnimalCoreResource for the sire."
},
"sirePrimaryBreed": {
"$ref": "../types/icarBreedIdentifierType.json",
"description": "ICAR Breed code for the sire. The usage of this property is not reasonable if more than one sire is provided."
},
"straw": {
"$ref": "../resources/icarReproSemenStrawResource.json",
"description": "Details of the straw, which may also include sire details."
Expand Down Expand Up @@ -61,4 +65,4 @@
}
}
]
}
}
6 changes: 5 additions & 1 deletion resources/icarReproSemenStrawResource.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"type": "string",
"description": "URI to an AnimalCoreResource for the sire."
},
"sirePrimaryBreed": {
"$ref": "../types/icarBreedIdentifierType.json",
"description": "ICAR Breed code for the sire. The usage of this property is not reasonable if more than one sire is provided."
},
"preservationType": {
"$ref": "../enums/icarReproSemenPreservationType.json",
"description": "The method of preservation of the semen (liquid, frozen)."
Expand All @@ -58,4 +62,4 @@
}
}
]
}
}
Loading