id.sifa.defs

sifa.id

Schema Diff

+20 -0

From

CID
bafyreiarp6gvxlr...
Indexed At
2026-05-27 12:05 UTC
View this version

To

CID
bafyreigrrnm4gyo...
Indexed At
2026-05-27 20:32 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 4 non-breaking changes.

Non-Breaking Changes (4)
  • AddedVertex AddedVertex { vertex_id: "id.sifa.defs#platformCodeberg" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.defs#platformForgejo" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.defs#platformGitea" }
  • AddedVertex AddedVertex { vertex_id: "id.sifa.defs#platformGitlab" }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "id.sifa.defs#platformCodeberg" }
  • AddedVertex { vertex_id: "id.sifa.defs#platformForgejo" }
  • AddedVertex { vertex_id: "id.sifa.defs#platformGitea" }
  • AddedVertex { vertex_id: "id.sifa.defs#platformGitlab" }
1 1
{
2 2
  "id": "id.sifa.defs",
3 3
  "defs": {
4 4
    "hybrid": {
5 5
      "type": "token",
6 6
      "description": "Hybrid on-site and remote work."
7 7
    },
8 8
    "native": {
9 9
      "type": "token",
10 10
      "description": "Native or bilingual proficiency."
11 11
    },
12 12
    "onSite": {
13 13
      "type": "token",
14 14
      "description": "On-site/in-office work."
15 15
    },
16 16
    "remote": {
17 17
      "type": "token",
18 18
      "description": "Fully remote work (unspecified scope). Treated as remoteGlobal by AppViews. Prefer the scoped variants for new records."
19 19
    },
20 20
    "trainee": {
21 21
      "type": "token",
22 22
      "description": "Structured early-career rotation or graduate program."
23 23
    },
24 24
    "business": {
25 25
      "type": "token",
26 26
      "description": "Business and management skills."
27 27
    },
28 28
    "contract": {
29 29
      "type": "token",
30 30
      "description": "Fixed-scope engagement as an independent contractor."
31 31
    },
32 32
    "creative": {
33 33
      "type": "token",
34 34
      "description": "Creative and design skills."
35 35
    },
36 36
    "fullTime": {
37 37
      "type": "token",
38 38
      "description": "Full-time employee of the organization."
39 39
    },
40 40
    "industry": {
41 41
      "type": "token",
42 42
      "description": "Industry-specific domain knowledge."
43 43
    },
44 44
    "language": {
45 45
      "type": "token",
46 46
      "description": "Language and linguistic skills."
47 47
    },
48 48
    "partTime": {
49 49
      "type": "token",
50 50
      "description": "Part-time employee of the organization."
51 51
    },
52 52
    "seasonal": {
53 53
      "type": "token",
54 54
      "description": "Recurring role tied to a season or peak period."
55 55
    },
56 56
    "skillRef": {
57 57
      "type": "object",
58 58
      "required": [
59 59
        "uri"
60 60
      ],
61 61
      "properties": {
62 62
        "uri": {
63 63
          "type": "string",
64 64
          "format": "at-uri",
65 65
          "description": "AT-URI of the id.sifa.profile.skill record."
66 66
        }
67 67
      },
68 68
      "description": "A reference to an id.sifa.profile.skill record by AT-URI. No CID is required because skills are mutable records in the same user's repo."
69 69
    },
70 70
    "freelance": {
71 71
      "type": "token",
72 72
      "description": "Solo service provider working with multiple clients on a project basis. No employees."
73 73
    },
74 74
    "technical": {
75 75
      "type": "token",
76 76
      "description": "Technical/engineering skills."
77 77
    },
78 78
    "temporary": {
79 79
      "type": "token",
80 80
      "description": "Fixed-end-date role as a direct employee of the organization."
81 81
    },
82 82
    "volunteer": {
83 83
      "type": "token",
84 84
      "description": "Volunteer work (when used as employment type)."
85 85
    },
86 86
    "domainType": {
87 87
      "type": "string",
88 88
      "description": "Professional domain within an industry. Optional refinement of industryType.",
89 89
      "knownValues": [
90 90
        "id.sifa.defs#domainSoftwareEngineering",
91 91
        "id.sifa.defs#domainDataScience",
92 92
        "id.sifa.defs#domainCybersecurity",
93 93
        "id.sifa.defs#domainDevops",
94 94
        "id.sifa.defs#domainProductDesign",
95 95
        "id.sifa.defs#domainGameDev",
96 96
        "id.sifa.defs#domainBanking",
97 97
        "id.sifa.defs#domainFintech",
98 98
        "id.sifa.defs#domainInsurance",
99 99
        "id.sifa.defs#domainInvestmentMgmt",
100 100
        "id.sifa.defs#domainClinicalResearch",
101 101
        "id.sifa.defs#domainHealthtech",
102 102
        "id.sifa.defs#domainPharma",
103 103
        "id.sifa.defs#domainHigherEd",
104 104
        "id.sifa.defs#domainEdtech",
105 105
        "id.sifa.defs#domainPrimarySecondary",
106 106
        "id.sifa.defs#domainJournalism",
107 107
        "id.sifa.defs#domainFilmVideo",
108 108
        "id.sifa.defs#domainGaming",
109 109
        "id.sifa.defs#domainAdvertising",
110 110
        "id.sifa.defs#domainEcommerce",
111 111
        "id.sifa.defs#domainSupplyChain",
112 112
        "id.sifa.defs#domainAutomotive",
113 113
        "id.sifa.defs#domainAerospace",
114 114
        "id.sifa.defs#domainHardware",
115 115
        "id.sifa.defs#domainRenewables",
116 116
        "id.sifa.defs#domainOilGas",
117 117
        "id.sifa.defs#domainClimateTech",
118 118
        "id.sifa.defs#domainManagementConsulting",
119 119
        "id.sifa.defs#domainDevrel",
120 120
        "id.sifa.defs#domainHrRecruitment",
121 121
        "id.sifa.defs#domainIpLaw",
122 122
        "id.sifa.defs#domainCompliance",
123 123
        "id.sifa.defs#domainHumanRights",
124 124
        "id.sifa.defs#domainOpenSource",
125 125
        "id.sifa.defs#domainPublicPolicy",
126 126
        "id.sifa.defs#domainDefense",
127 127
        "id.sifa.defs#domainProptech",
128 128
        "id.sifa.defs#domainAutonomousVehicles",
129 129
        "id.sifa.defs#domainLogistics",
130 130
        "id.sifa.defs#domainAgritech",
131 131
        "id.sifa.defs#domainFoodTech",
132 132
        "id.sifa.defs#domainHotels",
133 133
        "id.sifa.defs#domainTravelTourism",
134 134
        "id.sifa.defs#domainFoodBeverage",
135 135
        "id.sifa.defs#domainNetworkInfra",
136 136
        "id.sifa.defs#domainMobileServices",
137 137
        "id.sifa.defs#domainExtraction",
138 138
        "id.sifa.defs#domainGeological",
139 139
        "id.sifa.defs#domainFashionDesign",
140 140
        "id.sifa.defs#domainTextileManufacturing",
141 141
        "id.sifa.defs#domainShipping",
142 142
        "id.sifa.defs#domainPortOperations",
143 143
        "id.sifa.defs#domainNavalArchitecture"
144 144
      ]
145 145
    },
146 146
    "elementary": {
147 147
      "type": "token",
148 148
      "description": "Elementary proficiency."
149 149
    },
150 150
    "fellowship": {
151 151
      "type": "token",
152 152
      "description": "Funded research, academic, or mission-driven position, typically selective."
153 153
    },
154 154
    "internship": {
155 155
      "type": "token",
156 156
      "description": "Structured early-career work experience, often tied to studies."
157 157
    },
158 158
    "commissions": {
159 159
      "type": "token",
160 160
      "description": "Open to commissioned creative work (illustration, design, voice work, music, etc.)."
161 161
    },
162 162
    "domainIpLaw": {
163 163
      "type": "token",
164 164
      "description": "Intellectual Property."
165 165
    },
166 166
    "platformRss": {
167 167
      "type": "token",
168 168
      "description": "RSS or Atom feed (blog, newsletter, podcast)."
169 169
    },
170 170
    "proficiency": {
171 171
      "type": "string",
172 172
      "description": "Language proficiency level. Maps to LinkedIn's five-level scale for lossless import.",
173 173
      "knownValues": [
174 174
        "id.sifa.defs#elementary",
175 175
        "id.sifa.defs#limitedWorking",
176 176
        "id.sifa.defs#professionalWorking",
177 177
        "id.sifa.defs#fullProfessional",
178 178
        "id.sifa.defs#native"
179 179
      ]
180 180
    },
181 181
    "projectCore": {
182 182
      "type": "token",
183 183
      "description": "Core team member with elevated involvement."
184 184
    },
185 185
    "projectRole": {
186 186
      "type": "string",
187 187
      "description": "Role within a collaborative project.",
188 188
      "knownValues": [
189 189
        "id.sifa.defs#projectOwner",
190 190
        "id.sifa.defs#projectCore",
191 191
        "id.sifa.defs#projectContributor"
192 192
      ]
193 193
    },
194 194
    "remoteLocal": {
195 195
      "type": "token",
196 196
      "description": "Remote work within the same country as the employer."
197 197
    },
198 198
    "domainDevops": {
199 199
      "type": "token",
200 200
      "description": "DevOps & Infrastructure."
201 201
    },
202 202
    "domainDevrel": {
203 203
      "type": "token",
204 204
      "description": "Developer Relations."
205 205
    },
206 206
    "domainEdtech": {
207 207
      "type": "token",
208 208
      "description": "Education Technology."
209 209
    },
210 210
    "domainGaming": {
211 211
      "type": "token",
212 212
      "description": "Gaming & Interactive Media."
213 213
    },
214 214
    "domainHotels": {
215 215
      "type": "token",
216 216
      "description": "Hotels & Accommodation."
217 217
    },
218 218
    "domainOilGas": {
219 219
      "type": "token",
220 220
      "description": "Oil & Gas."
221 221
    },
222 222
    "domainPharma": {
223 223
      "type": "token",
224 224
      "description": "Pharmaceuticals."
225 225
    },
226 226
    "industryType": {
227 227
      "type": "string",
228 228
      "description": "Professional industry sector.",
229 229
      "knownValues": [
230 230
        "id.sifa.defs#industryTechnology",
231 231
        "id.sifa.defs#industryFinance",
232 232
        "id.sifa.defs#industryHealthcare",
233 233
        "id.sifa.defs#industryEducation",
234 234
        "id.sifa.defs#industryMedia",
235 235
        "id.sifa.defs#industryRetail",
236 236
        "id.sifa.defs#industryManufacturing",
237 237
        "id.sifa.defs#industryEnergy",
238 238
        "id.sifa.defs#industryGovernment",
239 239
        "id.sifa.defs#industryLegal",
240 240
        "id.sifa.defs#industryConsulting",
241 241
        "id.sifa.defs#industryNonprofit",
242 242
        "id.sifa.defs#industryRealEstate",
243 243
        "id.sifa.defs#industryTransport",
244 244
        "id.sifa.defs#industryAgriculture",
245 245
        "id.sifa.defs#industryHospitality",
246 246
        "id.sifa.defs#industryTelecom",
247 247
        "id.sifa.defs#industryMining",
248 248
        "id.sifa.defs#industryFashion",
249 249
        "id.sifa.defs#industryMaritime",
250 250
        "id.sifa.defs#industryOther"
251 251
      ]
252 252
    },
253 253
    "locationType": {
254 254
      "type": "string",
255 255
      "description": "The role a location plays in a user's professional profile.",
256 256
      "knownValues": [
257 257
        "id.sifa.defs#locationPrimary",
258 258
        "id.sifa.defs#locationBusiness",
259 259
        "id.sifa.defs#locationTravel"
260 260
      ]
261 261
    },
262 262
    "projectOwner": {
263 263
      "type": "token",
264 264
      "description": "Project owner with full management permissions. Multiple owners are supported."
265 265
    },
266 266
    "remoteGlobal": {
267 267
      "type": "token",
268 268
      "description": "Remote work from anywhere worldwide."
269 269
    },
270 270
    "remoteRegion": {
271 271
      "type": "token",
272 272
      "description": "Remote work within the same timezone region or continent."
273 273
    },
274 274
    "selfEmployed": {
275 275
      "type": "token",
276 276
      "description": "Operating your own business or practice. May have employees."
277 277
    },
278 278
    "beingMentored": {
279 279
      "type": "token",
280 280
      "description": "Open to being mentored."
281 281
    },
282 282
    "contractRoles": {
283 283
      "type": "token",
284 284
      "description": "Open to B2B contract or project-based freelance work, consulting, contract development."
285 285
    },
286 286
    "domainBanking": {
287 287
      "type": "token",
288 288
      "description": "Banking."
289 289
    },
290 290
    "domainDefense": {
291 291
      "type": "token",
292 292
      "description": "Defense & Intelligence."
293 293
    },
294 294
    "domainFintech": {
295 295
      "type": "token",
296 296
      "description": "Fintech."
297 297
    },
298 298
    "domainGameDev": {
299 299
      "type": "token",
300 300
      "description": "Game Development."
301 301
    },
302 302
    "fullTimeRoles": {
303 303
      "type": "token",
304 304
      "description": "Open to full-time employment opportunities."
305 305
    },
306 306
    "industryLegal": {
307 307
      "type": "token",
308 308
      "description": "Legal."
309 309
    },
310 310
    "industryMedia": {
311 311
      "type": "token",
312 312
      "description": "Media & Entertainment."
313 313
    },
314 314
    "industryOther": {
315 315
      "type": "token",
316 316
      "description": "Other industry."
317 317
    },
318 318
    "interpersonal": {
319 319
      "type": "token",
320 320
      "description": "Interpersonal and communication skills."
321 321
    },
322 322
    "partTimeRoles": {
323 323
      "type": "token",
324 324
      "description": "Open to part-time employment opportunities."
325 325
    },
326 +
    "platformGitea": {
327 +
      "type": "token",
328 +
      "description": "Gitea account on a self-hosted instance."
329 +
    },
326 330
    "platformOrcid": {
327 331
      "type": "token",
328 332
      "description": "ORCID researcher identifier."
329 333
    },
330 334
    "platformOther": {
331 335
      "type": "token",
332 336
      "description": "Other platform not covered by specific tokens."
333 337
    },
334 338
    "projectActive": {
335 339
      "type": "token",
336 340
      "description": "Project is actively maintained or in development."
337 341
    },
338 342
    "projectStatus": {
339 343
      "type": "string",
340 344
      "description": "Current status of a collaborative project.",
341 345
      "knownValues": [
342 346
        "id.sifa.defs#projectActive",
343 347
        "id.sifa.defs#projectCompleted",
344 348
        "id.sifa.defs#projectArchived"
345 349
      ]
346 350
    },
347 351
    "skillCategory": {
348 352
      "type": "string",
349 353
      "description": "Broad category for grouping skills.",
350 354
      "knownValues": [
351 355
        "id.sifa.defs#technical",
352 356
        "id.sifa.defs#business",
353 357
        "id.sifa.defs#creative",
354 358
        "id.sifa.defs#interpersonal",
355 359
        "id.sifa.defs#language",
356 360
        "id.sifa.defs#industry"
357 361
      ]
358 362
    },
359 363
    "workplaceType": {
360 364
      "type": "string",
361 365
      "description": "The workplace arrangement.",
362 366
      "knownValues": [
363 367
        "id.sifa.defs#onSite",
364 368
        "id.sifa.defs#remote",
365 369
        "id.sifa.defs#hybrid",
366 370
        "id.sifa.defs#remoteLocal",
367 371
        "id.sifa.defs#remoteRegion",
368 372
        "id.sifa.defs#remoteGlobal"
369 373
      ]
370 374
    },
371 375
    "apprenticeship": {
372 376
      "type": "token",
373 377
      "description": "Formal training-to-certification program combining paid work and education."
374 378
    },
375 379
    "boardPositions": {
376 380
      "type": "token",
377 381
      "description": "Open to advisory or board positions."
378 382
    },
379 383
    "collaborations": {
380 384
      "type": "token",
381 385
      "description": "Open to project collaborations."
382 386
    },
383 387
    "domainAgritech": {
384 388
      "type": "token",
385 389
      "description": "Agricultural Technology."
386 390
    },
387 391
    "domainFoodTech": {
388 392
      "type": "token",
389 393
      "description": "Food Technology & Processing."
390 394
    },
391 395
    "domainHardware": {
392 396
      "type": "token",
393 397
      "description": "Hardware & Electronics."
394 398
    },
395 399
    "domainHigherEd": {
396 400
      "type": "token",
397 401
      "description": "Higher Education."
398 402
    },
399 403
    "domainProptech": {
400 404
      "type": "token",
401 405
      "description": "Property Technology."
402 406
    },
403 407
    "domainShipping": {
404 408
      "type": "token",
405 409
      "description": "Shipping & Freight."
406 410
    },
407 411
    "employmentType": {
408 412
      "type": "string",
409 413
      "description": "The type of employment arrangement.",
410 414
      "knownValues": [
411 415
        "id.sifa.defs#fullTime",
412 416
        "id.sifa.defs#partTime",
413 417
        "id.sifa.defs#temporary",
414 418
        "id.sifa.defs#seasonal",
415 419
        "id.sifa.defs#contract",
416 420
        "id.sifa.defs#freelance",
417 421
        "id.sifa.defs#selfEmployed",
418 422
        "id.sifa.defs#independentWork",
419 423
        "id.sifa.defs#internship",
420 424
        "id.sifa.defs#apprenticeship",
421 425
        "id.sifa.defs#fellowship",
422 426
        "id.sifa.defs#trainee",
423 427
        "id.sifa.defs#volunteer"
424 428
      ]
425 429
    },
426 430
    "industryDomain": {
427 431
      "type": "object",
428 432
      "required": [
429 433
        "industry"
430 434
      ],
431 435
      "properties": {
432 436
        "domain": {
433 437
          "type": "string",
434 438
          "description": "Professional domain within the selected industry. Optional refinement.",
435 439
          "knownValues": [
436 440
            "id.sifa.defs#domainSoftwareEngineering",
437 441
            "id.sifa.defs#domainDataScience",
438 442
            "id.sifa.defs#domainCybersecurity",
439 443
            "id.sifa.defs#domainDevops",
440 444
            "id.sifa.defs#domainProductDesign",
441 445
            "id.sifa.defs#domainGameDev",
442 446
            "id.sifa.defs#domainBanking",
443 447
            "id.sifa.defs#domainFintech",
444 448
            "id.sifa.defs#domainInsurance",
445 449
            "id.sifa.defs#domainInvestmentMgmt",
446 450
            "id.sifa.defs#domainClinicalResearch",
447 451
            "id.sifa.defs#domainHealthtech",
448 452
            "id.sifa.defs#domainPharma",
449 453
            "id.sifa.defs#domainHigherEd",
450 454
            "id.sifa.defs#domainEdtech",
451 455
            "id.sifa.defs#domainPrimarySecondary",
452 456
            "id.sifa.defs#domainJournalism",
453 457
            "id.sifa.defs#domainFilmVideo",
454 458
            "id.sifa.defs#domainGaming",
455 459
            "id.sifa.defs#domainAdvertising",
456 460
            "id.sifa.defs#domainEcommerce",
457 461
            "id.sifa.defs#domainSupplyChain",
458 462
            "id.sifa.defs#domainAutomotive",
459 463
            "id.sifa.defs#domainAerospace",
460 464
            "id.sifa.defs#domainHardware",
461 465
            "id.sifa.defs#domainRenewables",
462 466
            "id.sifa.defs#domainOilGas",
463 467
            "id.sifa.defs#domainClimateTech",
464 468
            "id.sifa.defs#domainManagementConsulting",
465 469
            "id.sifa.defs#domainDevrel",
466 470
            "id.sifa.defs#domainHrRecruitment",
467 471
            "id.sifa.defs#domainIpLaw",
468 472
            "id.sifa.defs#domainCompliance",
469 473
            "id.sifa.defs#domainHumanRights",
470 474
            "id.sifa.defs#domainOpenSource",
471 475
            "id.sifa.defs#domainPublicPolicy",
472 476
            "id.sifa.defs#domainDefense",
473 477
            "id.sifa.defs#domainProptech",
474 478
            "id.sifa.defs#domainAutonomousVehicles",
475 479
            "id.sifa.defs#domainLogistics",
476 480
            "id.sifa.defs#domainAgritech",
477 481
            "id.sifa.defs#domainFoodTech",
478 482
            "id.sifa.defs#domainHotels",
479 483
            "id.sifa.defs#domainTravelTourism",
480 484
            "id.sifa.defs#domainFoodBeverage",
481 485
            "id.sifa.defs#domainNetworkInfra",
482 486
            "id.sifa.defs#domainMobileServices",
483 487
            "id.sifa.defs#domainExtraction",
484 488
            "id.sifa.defs#domainGeological",
485 489
            "id.sifa.defs#domainFashionDesign",
486 490
            "id.sifa.defs#domainTextileManufacturing",
487 491
            "id.sifa.defs#domainShipping",
488 492
            "id.sifa.defs#domainPortOperations",
489 493
            "id.sifa.defs#domainNavalArchitecture"
490 494
          ]
491 495
        },
492 496
        "industry": {
493 497
          "type": "string",
494 498
          "description": "Professional industry sector token.",
495 499
          "knownValues": [
496 500
            "id.sifa.defs#industryTechnology",
497 501
            "id.sifa.defs#industryFinance",
498 502
            "id.sifa.defs#industryHealthcare",
499 503
            "id.sifa.defs#industryEducation",
500 504
            "id.sifa.defs#industryMedia",
501 505
            "id.sifa.defs#industryRetail",
502 506
            "id.sifa.defs#industryManufacturing",
503 507
            "id.sifa.defs#industryEnergy",
504 508
            "id.sifa.defs#industryGovernment",
505 509
            "id.sifa.defs#industryLegal",
506 510
            "id.sifa.defs#industryConsulting",
507 511
            "id.sifa.defs#industryNonprofit",
508 512
            "id.sifa.defs#industryRealEstate",
509 513
            "id.sifa.defs#industryTransport",
510 514
            "id.sifa.defs#industryAgriculture",
511 515
            "id.sifa.defs#industryHospitality",
512 516
            "id.sifa.defs#industryTelecom",
513 517
            "id.sifa.defs#industryMining",
514 518
            "id.sifa.defs#industryFashion",
515 519
            "id.sifa.defs#industryMaritime",
516 520
            "id.sifa.defs#industryOther"
517 521
          ]
518 522
        }
519 523
      },
520 524
      "description": "An industry/domain pair. Industry is required; domain is an optional refinement within the industry."
521 525
    },
522 526
    "industryEnergy": {
523 527
      "type": "token",
524 528
      "description": "Energy & Environment."
525 529
    },
526 530
    "industryMining": {
527 531
      "type": "token",
528 532
      "description": "Mining & Resources."
529 533
    },
530 534
    "industryRetail": {
531 535
      "type": "token",
532 536
      "description": "Retail & E-commerce."
533 537
    },
534 538
    "limitedWorking": {
535 539
      "type": "token",
536 540
      "description": "Limited working proficiency."
537 541
    },
538 542
    "locationTravel": {
539 543
      "type": "token",
540 544
      "description": "Frequent travel or temporary location."
541 545
    },
542 546
    "platformGithub": {
543 547
      "type": "token",
544 548
      "description": "GitHub account."
545 549
    },
550 +
    "platformGitlab": {
551 +
      "type": "token",
552 +
      "description": "GitLab account (gitlab.com or self-hosted)."
553 +
    },
546 554
    "domainAerospace": {
547 555
      "type": "token",
548 556
      "description": "Aerospace & Defense."
549 557
    },
550 558
    "domainEcommerce": {
551 559
      "type": "token",
552 560
      "description": "E-commerce."
553 561
    },
554 562
    "domainFilmVideo": {
555 563
      "type": "token",
556 564
      "description": "Film & Video."
557 565
    },
558 566
    "domainInsurance": {
559 567
      "type": "token",
560 568
      "description": "Insurance."
561 569
    },
562 570
    "domainLogistics": {
563 571
      "type": "token",
564 572
      "description": "Logistics & Warehousing."
565 573
    },
566 574
    "independentWork": {
567 575
      "type": "token",
568 576
      "description": "Self-initiated, sustained work I lead — community building, content creation, ecosystem contribution, or similar. May involve a registered entity but does not pay me personally. Often run alongside other employment."
569 577
    },
570 578
    "industryFashion": {
571 579
      "type": "token",
572 580
      "description": "Fashion & Textiles."
573 581
    },
574 582
    "industryFinance": {
575 583
      "type": "token",
576 584
      "description": "Finance & Banking."
577 585
    },
578 586
    "industryTelecom": {
579 587
      "type": "token",
580 588
      "description": "Telecommunications."
581 589
    },
582 590
    "locationPrimary": {
583 591
      "type": "token",
584 592
      "description": "Primary residence or home location."
585 593
    },
586 594
    "mentoringOthers": {
587 595
      "type": "token",
588 596
      "description": "Open to mentoring others."
589 597
    },
598 +
    "platformForgejo": {
599 +
      "type": "token",
600 +
      "description": "Forgejo account on a self-hosted instance other than Codeberg."
601 +
    },
590 602
    "platformTwitter": {
591 603
      "type": "token",
592 604
      "description": "Twitter/X account."
593 605
    },
594 606
    "platformWebsite": {
595 607
      "type": "token",
596 608
      "description": "Personal or professional website."
597 609
    },
598 610
    "platformYoutube": {
599 611
      "type": "token",
600 612
      "description": "YouTube channel."
601 613
    },
602 614
    "projectArchived": {
603 615
      "type": "token",
604 616
      "description": "Project is archived and no longer active."
605 617
    },
606 618
    "domainAutomotive": {
607 619
      "type": "token",
608 620
      "description": "Automotive."
609 621
    },
610 622
    "domainCompliance": {
611 623
      "type": "token",
612 624
      "description": "Compliance & Regulatory."
613 625
    },
614 626
    "domainExtraction": {
615 627
      "type": "token",
616 628
      "description": "Extraction & Processing."
617 629
    },
618 630
    "domainGeological": {
619 631
      "type": "token",
620 632
      "description": "Geological Services."
621 633
    },
622 634
    "domainHealthtech": {
623 635
      "type": "token",
624 636
      "description": "Health Technology."
625 637
    },
626 638
    "domainJournalism": {
627 639
      "type": "token",
628 640
      "description": "Journalism."
629 641
    },
630 642
    "domainOpenSource": {
631 643
      "type": "token",
632 644
      "description": "Open Source."
633 645
    },
634 646
    "domainRenewables": {
635 647
      "type": "token",
636 648
      "description": "Renewable Energy."
637 649
    },
638 650
    "externalPlatform": {
639 651
      "type": "string",
640 652
      "description": "Platform type for an external account linked to a Sifa profile.",
641 653
      "knownValues": [
642 654
        "id.sifa.defs#platformRss",
643 655
        "id.sifa.defs#platformFediverse",
644 656
        "id.sifa.defs#platformTwitter",
645 657
        "id.sifa.defs#platformInstagram",
646 658
        "id.sifa.defs#platformGithub",
659 +
        "id.sifa.defs#platformCodeberg",
660 +
        "id.sifa.defs#platformGitlab",
661 +
        "id.sifa.defs#platformForgejo",
662 +
        "id.sifa.defs#platformGitea",
647 663
        "id.sifa.defs#platformYoutube",
648 664
        "id.sifa.defs#platformLinkedin",
649 665
        "id.sifa.defs#platformSubstack",
650 666
        "id.sifa.defs#platformWebsite",
651 667
        "id.sifa.defs#platformOrcid",
652 668
        "id.sifa.defs#platformOther"
653 669
      ]
654 670
    },
655 671
    "fullProfessional": {
656 672
      "type": "token",
657 673
      "description": "Full professional proficiency."
658 674
    },
659 675
    "industryMaritime": {
660 676
      "type": "token",
661 677
      "description": "Maritime & Shipping."
662 678
    },
663 679
    "locationBusiness": {
664 680
      "type": "token",
665 681
      "description": "Business or operational location."
666 682
    },
667 683
    "openToWorkStatus": {
668 684
      "type": "string",
669 685
      "description": "The type of opportunity the user is open to.",
670 686
      "knownValues": [
671 687
        "id.sifa.defs#fullTimeRoles",
672 688
        "id.sifa.defs#partTimeRoles",
673 689
        "id.sifa.defs#contractRoles",
674 690
        "id.sifa.defs#commissions",
675 691
        "id.sifa.defs#boardPositions",
676 692
        "id.sifa.defs#mentoringOthers",
677 693
        "id.sifa.defs#beingMentored",
678 694
        "id.sifa.defs#collaborations"
679 695
      ]
680 696
    },
697 +
    "platformCodeberg": {
698 +
      "type": "token",
699 +
      "description": "Codeberg account."
700 +
    },
681 701
    "platformLinkedin": {
682 702
      "type": "token",
683 703
      "description": "LinkedIn profile."
684 704
    },
685 705
    "platformSubstack": {
686 706
      "type": "token",
687 707
      "description": "Substack newsletter."
688 708
    },
689 709
    "projectCompleted": {
690 710
      "type": "token",
691 711
      "description": "Project has been completed."
692 712
    },
693 713
    "domainAdvertising": {
694 714
      "type": "token",
695 715
      "description": "Advertising & Marketing."
696 716
    },
697 717
    "domainClimateTech": {
698 718
      "type": "token",
699 719
      "description": "Climate Tech."
700 720
    },
701 721
    "domainDataScience": {
702 722
      "type": "token",
703 723
      "description": "Data Science & ML."
704 724
    },
705 725
    "domainHumanRights": {
706 726
      "type": "token",
707 727
      "description": "Human Rights."
708 728
    },
709 729
    "domainSupplyChain": {
710 730
      "type": "token",
711 731
      "description": "Supply Chain & Fulfillment."
712 732
    },
713 733
    "industryEducation": {
714 734
      "type": "token",
715 735
      "description": "Education & Research."
716 736
    },
717 737
    "industryNonprofit": {
718 738
      "type": "token",
719 739
      "description": "Non-profit & Social Impact."
720 740
    },
721 741
    "industryTransport": {
722 742
      "type": "token",
723 743
      "description": "Transportation & Logistics."
724 744
    },
725 745
    "platformFediverse": {
726 746
      "type": "token",
727 747
      "description": "Fediverse account (Mastodon, Misskey, Pleroma, etc.)."
728 748
    },
729 749
    "platformInstagram": {
730 750
      "type": "token",
731 751
      "description": "Instagram account."
732 752
    },
733 753
    "domainFoodBeverage": {
734 754
      "type": "token",
735 755
      "description": "Food & Beverage."
736 756
    },
737 757
    "domainNetworkInfra": {
738 758
      "type": "token",
739 759
      "description": "Network Infrastructure."
740 760
    },
741 761
    "domainPublicPolicy": {
742 762
      "type": "token",
743 763
      "description": "Public Policy."
744 764
    },
745 765
    "industryConsulting": {
746 766
      "type": "token",
747 767
      "description": "Consulting & Professional Services."
748 768
    },
749 769
    "industryGovernment": {
750 770
      "type": "token",
751 771
      "description": "Government & Public Sector."
752 772
    },
753 773
    "industryHealthcare": {
754 774
      "type": "token",
755 775
      "description": "Healthcare & Life Sciences."
756 776
    },
757 777
    "industryRealEstate": {
758 778
      "type": "token",
759 779
      "description": "Real Estate & Construction."
760 780
    },
761 781
    "industryTechnology": {
762 782
      "type": "token",
763 783
      "description": "Technology."
764 784
    },
765 785
    "projectContributor": {
766 786
      "type": "token",
767 787
      "description": "Project contributor."
768 788
    },
769 789
    "domainCybersecurity": {
770 790
      "type": "token",
771 791
      "description": "Cybersecurity."
772 792
    },
773 793
    "domainFashionDesign": {
774 794
      "type": "token",
775 795
      "description": "Fashion Design."
776 796
    },
777 797
    "domainHrRecruitment": {
778 798
      "type": "token",
779 799
      "description": "HR & Recruitment."
780 800
    },
781 801
    "domainProductDesign": {
782 802
      "type": "token",
783 803
      "description": "Product & UX Design."
784 804
    },
785 805
    "domainTravelTourism": {
786 806
      "type": "token",
787 807
      "description": "Travel & Tourism."
788 808
    },
789 809
    "industryAgriculture": {
790 810
      "type": "token",
791 811
      "description": "Agriculture & Food."
792 812
    },
793 813
    "industryHospitality": {
794 814
      "type": "token",
795 815
      "description": "Hospitality & Tourism."
796 816
    },
797 817
    "professionalWorking": {
798 818
      "type": "token",
799 819
      "description": "Professional working proficiency."
800 820
    },
801 821
    "domainInvestmentMgmt": {
802 822
      "type": "token",
803 823
      "description": "Investment Management."
804 824
    },
805 825
    "domainMobileServices": {
806 826
      "type": "token",
807 827
      "description": "Mobile & Wireless Services."
808 828
    },
809 829
    "domainPortOperations": {
810 830
      "type": "token",
811 831
      "description": "Port & Terminal Operations."
812 832
    },
813 833
    "industryManufacturing": {
814 834
      "type": "token",
815 835
      "description": "Manufacturing & Engineering."
816 836
    },
817 837
    "domainClinicalResearch": {
818 838
      "type": "token",
819 839
      "description": "Clinical Research."
820 840
    },
821 841
    "domainPrimarySecondary": {
822 842
      "type": "token",
823 843
      "description": "Primary & Secondary Education."
824 844
    },
825 845
    "domainNavalArchitecture": {
826 846
      "type": "token",
827 847
      "description": "Naval Architecture & Marine Engineering."
828 848
    },
829 849
    "domainAutonomousVehicles": {
830 850
      "type": "token",
831 851
      "description": "Autonomous Vehicles."
832 852
    },
833 853
    "domainSoftwareEngineering": {
834 854
      "type": "token",
835 855
      "description": "Software Engineering."
836 856
    },
837 857
    "domainManagementConsulting": {
838 858
      "type": "token",
839 859
      "description": "Management Consulting."
840 860
    },
841 861
    "domainTextileManufacturing": {
842 862
      "type": "token",
843 863
      "description": "Textile Manufacturing."
844 864
    }
845 865
  },
846 866
  "$type": "com.atproto.lexicon.schema",
847 867
  "lexicon": 1,
848 868
  "description": "Shared type definitions for Sifa professional profile lexicons."
849 869
}

Compare Other Versions

Lexicon Garden

@