-
Notifications
You must be signed in to change notification settings - Fork 27
/
icarEventCoreResource.json
39 lines (37 loc) · 1.27 KB
/
icarEventCoreResource.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
{
"description": "",
"allOf": [
{
"$ref": "../resources/icarResource.json"
},
{
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier in the source system for this event."
},
"eventDateTime": {
"$ref": "../types/icarDateTimeType.json",
"description": "RFC3339 UTC date and time (see https://ijmacd.github.io/rfc3339-iso8601/)."
},
"traitLabel": {
"$ref": "../types/icarTraitLabelIdentifierType.json",
"description": "If the event represents a formal trait, identifies the recording system and trait."
},
"responsible": {
"type": "string",
"description": "Use if an observation is manually recorded, or an event is carried out or authorised by a person. SHOULD be a person object."
},
"contemporaryGroup": {
"type": "string",
"description": "For manually recorded events, record any contemporary group code that would affect statistical analysis."
},
"remark": {
"type": "string",
"description": "A comment or remark field for additional user-specified information about the event."
}
}
}
]
}