forked from adewg/ICAR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
icarReproSemenStrawResource.json
61 lines (59 loc) · 1.94 KB
/
icarReproSemenStrawResource.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"description": "Describes a semen straw",
"allOf": [{
"$ref": "../resources/icarResource.json"
},
{
"type": "object",
"properties": {
"id": {
"$ref": "../types/icarIdentifierType.json",
"description": "Official identifier for the straw (if any)."
},
"batch": {
"type": "string",
"description": "Identification of the batch of semen."
},
"collectionCentre": {
"type": "string",
"description": "Identifies the collection centre."
},
"dateCollected": {
"description": "RFC3339 UTC date/time of collection (see https://ijmacd.github.io/rfc3339-iso8601/ for format guidance).",
"$ref": "../types/icarDateTimeType.json"
},
"sireIdentifiers": {
"type": "array",
"items": {
"$ref": "../types/icarAnimalIdentifierType.json"
},
"description": "One or more unique scheme/identifier combinations for the sire."
},
"sireOfficialName": {
"type": "string",
"description": "Official herdbook name of the sire."
},
"sireURI": {
"type": "string",
"description": "URI to an AnimalCoreResource for the sire."
},
"preservationType": {
"$ref": "../enums/icarReproSemenPreservationType.json",
"description": "The method of preservation of the semen (liquid, frozen)."
},
"isSexedSemen": {
"type": "boolean",
"description": "True if this is sexed semen."
},
"sexedGender": {
"$ref": "../enums/icarAnimalGenderType.json",
"description": "Specify Male or Female for sexed semen only."
},
"sexedPercentage": {
"type": "integer",
"description": "Percentage of semen that are expected to be of the chosen sex (e.g. 75, 90, 95)."
}
}
}
]
}