This repository was archived by the owner on Feb 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathperson.json
More file actions
218 lines (218 loc) · 7.21 KB
/
Copy pathperson.json
File metadata and controls
218 lines (218 loc) · 7.21 KB
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
{
"type": "object",
"additionalProperties": false,
"required": ["networks"],
"properties": {
"activities": {
"type": "array",
"description": "recent activities recorded from sources",
"items": { "$ref" : "activity.json#" }
},
"aliases": {
"type": "array",
"description": "pseudonym or name by which the person is also known as",
"items": { "type": "string" }
},
"archetypes": {
"type": "array",
"minItems": 1,
"description": "psychoanalysis profile of person",
"items": { "$ref": "archetype.json#" }
},
"applications": {
"type": "array",
"minItems": 1,
"description": "applications a person makes (jobs/ courses)",
"items": { "$ref": "application.json#" }
},
"aspirations": {
"type": "array",
"minItems": 1,
"description": "aspirations / search preferences for a person",
"items": { "$ref": "aspiration.json#" }
},
"assets": {
"type": "array",
"minItems": 1,
"description": "additional assets (cv, document, image, cover letter)",
"items": { "$ref": "asset.json#" }
},
"awards": {
"type": "array",
"minItems": 1,
"description": "record of an award or honour received",
"items": { "$ref": "award.json#" }
},
"birthday": {
"description": "birthday of person",
"$ref": "birthday.json#"
},
"certifications": {
"type": "array",
"minItems": 1,
"description": "certificates / licences held by person",
"items": { "$ref": "certification.json#" }
},
"clubs": {
"type": "array",
"minItems": 1,
"description": "clubs, teams and associations person is part of",
"items": { "$ref": "club.json#" }
},
"countryCodes": {
"type": "array",
"minItems": 1,
"description": "code identifying a location related to person",
"items": { "$ref": "countryCode.json#" }
},
"courses": {
"type": "array",
"minItems": 1,
"description": "courses attended / completed",
"items": { "$ref": "course.json#" }
},
"educations": {
"type": "array",
"minItems": 1,
"description": "education attended / completed",
"items": { "$ref": "education.json#" }
},
"emailAddresses": {
"type": "array",
"minItems": 1,
"description": "email addresses related to person",
"items": { "$ref": "emailAddress.json#" }
},
"experiences": {
"type": "array",
"minItems": 1,
"description": "experience aquired",
"items": { "$ref": "experience.json#" }
},
"familyName": {
"type": "string",
"description": "also know as surname"
},
"fullName": {
"type": "string",
"description": "full name of person. Normally a combination of other *Name attributes"
},
"gender": {
"description": "gender of a person",
"enum": ["male", "female", "other"]
},
"givenName": {
"type": "string",
"description": "also know as forenames"
},
"groups": {
"type": "array",
"minItems": 1,
"description": "groups / online communities person is a member of",
"items": { "$ref": "club.json#" }
},
"headlines": {
"type": "array",
"minItems": 1,
"description": "summaries current positions",
"items": { "type": "string" }
},
"industries": {
"type": "array",
"minItems": 1,
"description": "industries or market sectors person is a participant in",
"items": { "$ref": "industry.json#" }
},
"interests": {
"type": "array",
"minItems": 1,
"description": "interest a person holds",
"items": { "type": "string" }
},
"languages": {
"type": "array",
"minItems": 1,
"description": "languages related to person",
"items": { "$ref": "language.json#" }
},
"locations": {
"type": "array",
"minItems": 1,
"description": "locations related to person",
"items": {
"type": "object",
"additionalProperties": false,
"required": ["location", "category"],
"properties" : {
"category" : { "enum" : ["home", "work", "other"] },
"location" : { "$ref" : "location.json#" }
}
}
},
"networks": {
"type": "array",
"minItems": 1,
"description": "networks related to person",
"items": { "$ref": "network.json#" }
},
"patents": {
"type": "array",
"minItems": 1,
"description": "patents held by or associated with person",
"items": { "$ref": "patent.json#" }
},
"phoneNumbers": {
"type": "array",
"minItems": 1,
"description": "associated telephone numbers",
"items": { "$ref": "phoneNumber.json#" }
},
"projects": {
"type": "array",
"minItems": 1,
"description": "projects participated on / in",
"items": { "$ref": "project.json#" }
},
"publications": {
"type": "array",
"minItems": 1,
"description": "publications held or associated with",
"items": { "$ref": "publication.json#" }
},
"remunerations": {
"type": "array",
"minItems": 1,
"description": "money paid for work or a service",
"items": { "$ref": "remuneration.json#" }
},
"skills": {
"type": "array",
"minItems": 1,
"description": "skills aquired / held",
"items": { "$ref": "skill.json#" }
},
"summaries": {
"type": "array",
"minItems": 1,
"description": "brief statement covering the main points about a person",
"items": { "type": "string" }
},
"volunteerWorks": {
"type": "array",
"minItems": 1,
"description": "voluntary work undertaken",
"items": { "$ref": "volunteerWork.json#" }
},
"websites": {
"type": "array",
"minItems": 1,
"description": "websites associated with person",
"items": { "$ref": "website.json#" }
}
},
"anyOf": [
{ "required": ["fullName"] },
{ "required": ["emailAddress"] },
{ "required": ["phoneNumbers"] }
]
}