From c596af0af843f30f343092ce03b3f765d31887cd Mon Sep 17 00:00:00 2001 From: Andreas Schultz <79915286+AndreasSchultzGEA@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:52:20 +0100 Subject: [PATCH 1/3] SireBreed in Inseminations #563 added the breed-information, usable for a single sire. --- resources/icarReproEmbryoResource.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/icarReproEmbryoResource.json b/resources/icarReproEmbryoResource.json index 332c473e..e1375daf 100644 --- a/resources/icarReproEmbryoResource.json +++ b/resources/icarReproEmbryoResource.json @@ -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." } } } ] -} \ No newline at end of file +} From af5013bd249dbf30b87412eae79e4fb8dfdcef1f Mon Sep 17 00:00:00 2001 From: Andreas Schultz <79915286+AndreasSchultzGEA@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:53:04 +0100 Subject: [PATCH 2/3] SireBreed in Inseminations #563 added the breed-information, usable for a single sire. --- resources/icarReproSemenStrawResource.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/icarReproSemenStrawResource.json b/resources/icarReproSemenStrawResource.json index 15d1b4f4..1e11c56f 100644 --- a/resources/icarReproSemenStrawResource.json +++ b/resources/icarReproSemenStrawResource.json @@ -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)." @@ -58,4 +62,4 @@ } } ] -} \ No newline at end of file +} From 8fe76e2534507e361c1b71be31f9a7791ed39b63 Mon Sep 17 00:00:00 2001 From: Andreas Schultz <79915286+AndreasSchultzGEA@users.noreply.github.com> Date: Fri, 23 Jan 2026 11:53:45 +0100 Subject: [PATCH 3/3] SireBreed in Inseminations #563 added the breed-information, usable for a single sire. --- resources/icarReproInseminationEventResource.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/icarReproInseminationEventResource.json b/resources/icarReproInseminationEventResource.json index 625d7576..405d1e07 100644 --- a/resources/icarReproInseminationEventResource.json +++ b/resources/icarReproInseminationEventResource.json @@ -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." @@ -61,4 +65,4 @@ } } ] -} \ No newline at end of file +}