pub.chive.eprint.submission

lexicons.governance.chive.pub View official

Schema Diff

+1 -2

From

CID
bafyreiaapmtaluc...
Indexed At
2026-06-18 13:14 UTC
View this version

To

CID
bafyreihfgv5ajph...
Indexed At
2026-08-28 14:08 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "pub.chive.eprint.submission",
3 3
  "defs": {
4 4
    "main": {
5 5
      "key": "tid",
6 6
      "type": "record",
7 7
      "record": {
8 8
        "type": "object",
9 9
        "required": [
10 10
          "title",
11 11
          "abstract",
12 12
          "document",
13 13
          "licenseSlug",
14 14
          "authors",
15 15
          "submittedBy",
16 16
          "createdAt"
17 17
        ],
18 18
        "properties": {
19 19
          "title": {
20 20
            "type": "string",
21 21
            "maxLength": 500,
22 22
            "description": "Eprint title"
23 23
          },
24 24
          "authors": {
25 25
            "type": "array",
26 26
            "items": {
27 27
              "ref": "pub.chive.eprint.authorContribution",
28 28
              "type": "ref"
29 29
            },
30 30
            "maxLength": 100,
31 31
            "minLength": 1,
32 32
            "description": "All authors with contributions, affiliations, and metadata"
33 33
          },
34 34
          "funding": {
35 35
            "type": "array",
36 36
            "items": {
37 37
              "ref": "#fundingSource",
38 38
              "type": "ref"
39 39
            },
40 40
            "maxLength": 20,
41 41
            "description": "Funding sources and grants"
42 42
          },
43 43
          "version": {
44 44
            "ref": "#semanticVersion",
45 45
            "type": "ref",
46 46
            "description": "Semantic version of this eprint"
47 47
          },
48 48
          "abstract": {
49 49
            "type": "array",
50 50
            "items": {
51 51
              "refs": [
52 52
                "pub.chive.richtext.defs#textItem",
53 53
                "pub.chive.richtext.defs#nodeRefItem",
54 54
                "pub.chive.richtext.defs#wikidataRefItem",
55 55
                "pub.chive.richtext.defs#fieldRefItem",
56 56
                "pub.chive.richtext.defs#facetRefItem",
57 57
                "pub.chive.richtext.defs#eprintRefItem",
58 58
                "pub.chive.richtext.defs#annotationRefItem",
59 59
                "pub.chive.richtext.defs#authorRefItem",
60 60
                "pub.chive.richtext.defs#mentionItem",
61 61
                "pub.chive.richtext.defs#linkItem",
62 62
                "pub.chive.richtext.defs#tagItem",
63 63
                "pub.chive.richtext.defs#latexItem",
64 64
                "pub.chive.richtext.defs#codeBlockItem",
65 65
                "pub.chive.richtext.defs#headingItem",
66 66
                "pub.chive.richtext.defs#listItem",
67 67
                "pub.chive.richtext.defs#blockquoteItem"
68 68
              ],
69 69
              "type": "union"
70 70
            },
71 71
            "maxLength": 500,
72 72
            "description": "Rich abstract with text, formatting, and entity references"
73 73
          },
74 74
          "document": {
75 75
            "type": "blob",
76 76
            "accept": [
77 77
              "application/pdf",
78 78
              "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
79 79
              "text/html",
80 80
              "text/markdown",
81 81
              "text/x-markdown",
82 82
              "text/x-tex",
83 83
              "application/x-tex",
84 84
              "application/x-ipynb+json",
85 85
              "application/vnd.oasis.opendocument.text",
86 86
              "application/rtf",
87 87
              "application/epub+zip",
88 88
              "text/plain"
89 89
            ],
90 90
            "maxSize": 52428800,
91 91
            "description": "Primary manuscript document (PDF, DOCX, HTML, Markdown, LaTeX, or Jupyter)"
92 92
          },
93 93
          "keywords": {
94 94
            "type": "array",
95 95
            "items": {
96 96
              "type": "string",
97 97
              "maxLength": 100
98 98
            },
99 99
            "maxLength": 20,
100 100
            "description": "Author-provided keywords"
101 101
          },
102 102
          "paperDid": {
103 103
            "type": "string",
104 104
            "format": "did",
105 105
            "description": "DID of the paper's own account (if paper has its own PDS)"
106 106
          },
107 107
          "createdAt": {
108 108
            "type": "string",
109 109
            "format": "datetime",
110 110
            "description": "Creation timestamp"
111 111
          },
112 112
          "facetUris": {
113 113
            "type": "array",
114 114
            "items": {
115 115
              "type": "string",
116 116
              "format": "at-uri"
117 117
            },
118 118
            "maxLength": 30,
119 119
            "description": "Facet node references (subkind=facet)"
120 120
          },
121 121
          "fieldUris": {
122 122
            "type": "array",
123 123
            "items": {
124 124
              "type": "string",
125 125
              "format": "at-uri"
126 126
            },
127 127
            "maxLength": 10,
128 128
            "description": "Field node references (subkind=field)"
129 129
          },
130 130
          "titleRich": {
131 131
            "type": "array",
132 132
            "items": {
133 133
              "refs": [
134 134
                "pub.chive.richtext.defs#textItem",
135 135
                "pub.chive.richtext.defs#nodeRefItem",
136 136
                "pub.chive.richtext.defs#wikidataRefItem",
137 137
                "pub.chive.richtext.defs#fieldRefItem",
138 138
                "pub.chive.richtext.defs#latexItem",
139 139
                "pub.chive.richtext.defs#mentionItem",
140 140
                "pub.chive.richtext.defs#linkItem",
141 141
                "pub.chive.richtext.defs#tagItem"
142 142
              ],
143 143
              "type": "union"
144 144
            },
145 145
            "maxLength": 50,
146 146
            "description": "Rich title with formatting and entity references (for titles with LaTeX, etc.)"
147 147
          },
148 148
          "topicUris": {
149 149
            "type": "array",
150 150
            "items": {
151 151
              "type": "string",
152 152
              "format": "at-uri"
153 153
            },
154 154
            "maxLength": 20,
155 155
            "description": "Topic node references (subkind=topic)"
156 156
          },
157 157
          "licenseUri": {
158 158
            "type": "string",
159 159
            "format": "at-uri",
160 160
            "description": "AT-URI to license node (subkind=license)"
161 161
          },
162 162
          "externalIds": {
163 163
            "ref": "#externalIds",
164 164
            "type": "ref",
165 165
            "description": "External persistent identifiers"
166 166
          },
167 167
          "licenseSlug": {
168 168
            "type": "string",
169 169
            "description": "SPDX license identifier for display fallback",
170 170
            "knownValues": [
171 171
              "CC-BY-4.0",
172 172
              "CC-BY-SA-4.0",
173 173
              "CC0-1.0",
174 174
              "MIT",
175 175
              "Apache-2.0"
176 176
            ]
177 177
          },
178 178
          "submittedBy": {
179 179
            "type": "string",
180 180
            "format": "did",
181 181
            "description": "DID of the human user who submitted this eprint"
182 182
          },
183 183
          "paperTypeUri": {
184 184
            "type": "string",
185 185
            "format": "at-uri",
186 186
            "description": "AT-URI to paper type node (subkind=paper-type)"
187 187
          },
188 188
          "relatedWorks": {
189 189
            "type": "array",
190 190
            "items": {
191 191
              "ref": "#relatedWork",
192 192
              "type": "ref"
193 193
            },
194 194
            "maxLength": 50,
195 195
            "description": "Related eprints, datasets, software, and prior versions"
196 196
          },
197 197
          "repositories": {
198 198
            "ref": "#repositories",
199 199
            "type": "ref",
200 200
            "description": "Linked code, data, and materials repositories"
201 201
          },
202 202
          "paperTypeSlug": {
203 203
            "type": "string",
204 204
            "description": "Paper type slug for display fallback",
205 205
            "knownValues": [
206 206
              "original-research",
207 207
              "review",
208 208
              "meta-analysis",
209 209
              "case-study",
210 210
              "commentary",
211 211
              "tutorial",
212 212
              "survey"
213 213
            ]
214 214
          },
215 215
          "versionNumber": {
216 216
            "type": "integer",
217 217
            "minimum": 1,
218 218
            "description": "Legacy version number (1-indexed), deprecated in favor of semanticVersion"
219 219
          },
220 220
          "schemaRevision": {
221 221
            "type": "integer",
222 222
            "minimum": 1,
223 223
            "description": "Schema revision this record was created with. Absent means revision 1."
224 224
          },
225 225
          "previousVersion": {
226 226
            "type": "string",
227 227
            "format": "at-uri",
228 228
            "description": "Previous version URI"
229 229
          },
230 230
          "publishedVersion": {
231 231
            "ref": "#publishedVersion",
232 232
            "type": "ref",
233 233
            "description": "Link to the published version (Version of Record)"
234 234
          },
235 235
          "abstractPlainText": {
236 236
            "type": "string",
237 237
            "maxLength": 10000,
238 238
            "description": "Plain text abstract for search indexing (auto-generated)"
239 239
          },
240 240
          "documentFormatUri": {
241 241
            "type": "string",
242 242
            "format": "at-uri",
243 243
            "description": "AT-URI to document format node (subkind=document-format)"
244 244
          },
245 245
          "documentFormatSlug": {
246 246
            "ref": "pub.chive.defs#documentFormat",
247 247
            "type": "ref",
248 248
            "description": "Document format slug for display fallback"
249 249
          },
250 250
          "publicationStatusUri": {
251 251
            "type": "string",
252 252
            "format": "at-uri",
253 253
            "description": "AT-URI to publication status node (subkind=publication-status)"
254 254
          },
255 255
          "publicationStatusSlug": {
256 256
            "ref": "pub.chive.defs#publicationStatus",
257 257
            "type": "ref",
258 -
            "default": "preprint",
259 -
            "description": "Publication status slug for display fallback"
258 +
            "description": "Publication status slug for display fallback. The Lexicon spec allows `default` only on primitive types, not on a ref, so the `default: preprint` that used to sit here was never applied — a record omitting this field got nothing, not a preprint. Removing it changes no behaviour and stops the schema promising one it does not keep; consumers supply their own fallback."
260 259
          },
261 260
          "conferencePresentation": {
262 261
            "ref": "#conferencePresentation",
263 262
            "type": "ref",
264 263
            "description": "Conference where this work was presented"
265 264
          },
266 265
          "supplementaryMaterials": {
267 266
            "type": "array",
268 267
            "items": {
269 268
              "ref": "#supplementaryItem",
270 269
              "type": "ref"
271 270
            },
272 271
            "maxLength": 50,
273 272
            "description": "Additional materials (appendices, data, code, figures)"
274 273
          }
275 274
        }
276 275
      },
277 276
      "description": "A scholarly eprint submission record"
278 277
    },
279 278
    "material": {
280 279
      "type": "object",
281 280
      "properties": {
282 281
        "url": {
283 282
          "type": "string",
284 283
          "format": "uri",
285 284
          "description": "Material URL"
286 285
        },
287 286
        "rrid": {
288 287
          "type": "string",
289 288
          "description": "Research Resource Identifier"
290 289
        },
291 290
        "label": {
292 291
          "type": "string",
293 292
          "description": "User-provided label"
294 293
        }
295 294
      },
296 295
      "description": "A physical material, reagent, or plasmid"
297 296
    },
298 297
    "protocol": {
299 298
      "type": "object",
300 299
      "properties": {
301 300
        "doi": {
302 301
          "type": "string",
303 302
          "description": "Protocol DOI"
304 303
        },
305 304
        "url": {
306 305
          "type": "string",
307 306
          "format": "uri",
308 307
          "description": "Protocol URL"
309 308
        },
310 309
        "platformUri": {
311 310
          "type": "string",
312 311
          "format": "at-uri",
313 312
          "description": "AT-URI to platform node (subkind=platform-protocol)"
314 313
        },
315 314
        "platformSlug": {
316 315
          "type": "string",
317 316
          "description": "Platform slug for display fallback",
318 317
          "knownValues": [
319 318
            "protocols_io",
320 319
            "bio_protocol",
321 320
            "other"
322 321
          ]
323 322
        }
324 323
      },
325 324
      "description": "A protocol link"
326 325
    },
327 326
    "externalIds": {
328 327
      "type": "object",
329 328
      "properties": {
330 329
        "osf": {
331 330
          "type": "string",
332 331
          "description": "OSF identifier"
333 332
        },
334 333
        "pmid": {
335 334
          "type": "string",
336 335
          "description": "PubMed ID"
337 336
        },
338 337
        "magId": {
339 338
          "type": "string",
340 339
          "description": "Microsoft Academic Graph ID (legacy)"
341 340
        },
342 341
        "pmcid": {
343 342
          "type": "string",
344 343
          "description": "PubMed Central ID"
345 344
        },
346 345
        "ssrnId": {
347 346
          "type": "string",
348 347
          "description": "SSRN identifier"
349 348
        },
350 349
        "arxivId": {
351 350
          "type": "string",
352 351
          "description": "arXiv identifier"
353 352
        },
354 353
        "coreSid": {
355 354
          "type": "string",
356 355
          "description": "CORE identifier"
357 356
        },
358 357
        "zenodoDoi": {
359 358
          "type": "string",
360 359
          "description": "Zenodo DOI"
361 360
        },
362 361
        "openAlexId": {
363 362
          "type": "string",
364 363
          "description": "OpenAlex identifier"
365 364
        },
366 365
        "semanticScholarId": {
367 366
          "type": "string",
368 367
          "description": "Semantic Scholar identifier"
369 368
        }
370 369
      },
371 370
      "description": "External persistent identifiers"
372 371
    },
373 372
    "relatedWork": {
374 373
      "type": "object",
375 374
      "required": [
376 375
        "identifier",
377 376
        "identifierType",
378 377
        "relationType"
379 378
      ],
380 379
      "properties": {
381 380
        "title": {
382 381
          "type": "string",
383 382
          "description": "Title of the related work"
384 383
        },
385 384
        "identifier": {
386 385
          "type": "string",
387 386
          "description": "Identifier value"
388 387
        },
389 388
        "description": {
390 389
          "type": "string",
391 390
          "description": "Description of the relation"
392 391
        },
393 392
        "relationType": {
394 393
          "type": "string",
395 394
          "description": "DataCite-compatible relation type",
396 395
          "knownValues": [
397 396
            "isPreprintOf",
398 397
            "hasPreprint",
399 398
            "isVersionOf",
400 399
            "hasVersion",
401 400
            "isNewVersionOf",
402 401
            "isPreviousVersionOf",
403 402
            "isPartOf",
404 403
            "hasPart",
405 404
            "references",
406 405
            "isReferencedBy",
407 406
            "isSupplementTo",
408 407
            "isSupplementedBy",
409 408
            "isContinuedBy",
410 409
            "continues",
411 410
            "isDocumentedBy",
412 411
            "documents",
413 412
            "isCompiledBy",
414 413
            "compiles",
415 414
            "isVariantFormOf",
416 415
            "isOriginalFormOf",
417 416
            "isIdenticalTo",
418 417
            "isReviewedBy",
419 418
            "reviews",
420 419
            "isDerivedFrom",
421 420
            "isSourceOf",
422 421
            "isRequiredBy",
423 422
            "requires",
424 423
            "isObsoletedBy",
425 424
            "obsoletes"
426 425
          ]
427 426
        },
428 427
        "identifierType": {
429 428
          "type": "string",
430 429
          "description": "Type of identifier",
431 430
          "knownValues": [
432 431
            "doi",
433 432
            "arxiv",
434 433
            "pmid",
435 434
            "pmcid",
436 435
            "url",
437 436
            "urn",
438 437
            "handle",
439 438
            "isbn",
440 439
            "issn",
441 440
            "at-uri"
442 441
          ]
443 442
        }
444 443
      },
445 444
      "description": "A related work with DataCite-compatible relation type"
446 445
    },
447 446
    "repositories": {
448 447
      "type": "object",
449 448
      "properties": {
450 449
        "code": {
451 450
          "type": "array",
452 451
          "items": {
453 452
            "ref": "#codeRepository",
454 453
            "type": "ref"
455 454
          },
456 455
          "maxLength": 10,
457 456
          "description": "Code repositories"
458 457
        },
459 458
        "data": {
460 459
          "type": "array",
461 460
          "items": {
462 461
            "ref": "#dataRepository",
463 462
            "type": "ref"
464 463
          },
465 464
          "maxLength": 20,
466 465
          "description": "Data repositories"
467 466
        },
468 467
        "materials": {
469 468
          "type": "array",
470 469
          "items": {
471 470
            "ref": "#material",
472 471
            "type": "ref"
473 472
          },
474 473
          "maxLength": 20,
475 474
          "description": "Physical materials, reagents, plasmids, etc."
476 475
        },
477 476
        "protocols": {
478 477
          "type": "array",
479 478
          "items": {
480 479
            "ref": "#protocol",
481 480
            "type": "ref"
482 481
          },
483 482
          "maxLength": 10,
484 483
          "description": "Protocol links"
485 484
        },
486 485
        "preregistration": {
487 486
          "ref": "#preregistration",
488 487
          "type": "ref",
489 488
          "description": "Pre-registration or registered report link"
490 489
        }
491 490
      },
492 491
      "description": "Linked code, data, and materials repositories"
493 492
    },
494 493
    "fundingSource": {
495 494
      "type": "object",
496 495
      "properties": {
497 496
        "grantUrl": {
498 497
          "type": "string",
499 498
          "format": "uri",
500 499
          "description": "Grant URL"
501 500
        },
502 501
        "funderDoi": {
503 502
          "type": "string",
504 503
          "description": "CrossRef Funder Registry DOI"
505 504
        },
506 505
        "funderRor": {
507 506
          "type": "string",
508 507
          "description": "ROR identifier"
509 508
        },
510 509
        "funderUri": {
511 510
          "type": "string",
512 511
          "format": "at-uri",
513 512
          "description": "AT-URI to funder institution node (subkind=institution)"
514 513
        },
515 514
        "funderName": {
516 515
          "type": "string",
517 516
          "maxLength": 300,
518 517
          "description": "Funder name"
519 518
        },
520 519
        "grantTitle": {
521 520
          "type": "string",
522 521
          "maxLength": 500,
523 522
          "description": "Grant title"
524 523
        },
525 524
        "grantNumber": {
526 525
          "type": "string",
527 526
          "maxLength": 100,
528 527
          "description": "Grant number"
529 528
        }
530 529
      },
531 530
      "description": "A funding source"
532 531
    },
533 532
    "codeRepository": {
534 533
      "type": "object",
535 534
      "properties": {
536 535
        "url": {
537 536
          "type": "string",
538 537
          "format": "uri",
539 538
          "description": "Repository URL"
540 539
        },
541 540
        "label": {
542 541
          "type": "string",
543 542
          "description": "User-provided label"
544 543
        },
545 544
        "swhid": {
546 545
          "type": "string",
547 546
          "description": "Software Heritage Identifier"
548 547
        },
549 548
        "archiveUrl": {
550 549
          "type": "string",
551 550
          "format": "uri",
552 551
          "description": "Software Heritage archive URL"
553 552
        },
554 553
        "platformUri": {
555 554
          "type": "string",
556 555
          "format": "at-uri",
557 556
          "description": "AT-URI to platform node (subkind=platform-code)"
558 557
        },
559 558
        "platformSlug": {
560 559
          "type": "string",
561 560
          "description": "Platform slug for display fallback",
562 561
          "knownValues": [
563 562
            "github",
564 563
            "gitlab",
565 564
            "bitbucket",
566 565
            "huggingface",
567 566
            "paperswithcode",
568 567
            "codeberg",
569 568
            "sourcehut",
570 569
            "software_heritage",
571 570
            "colab",
572 571
            "kaggle",
573 572
            "other"
574 573
          ]
575 574
        }
576 575
      },
577 576
      "description": "A code repository link"
578 577
    },
579 578
    "dataRepository": {
580 579
      "type": "object",
581 580
      "properties": {
582 581
        "doi": {
583 582
          "type": "string",
584 583
          "description": "Dataset DOI"
585 584
        },
586 585
        "url": {
587 586
          "type": "string",
588 587
          "format": "uri",
589 588
          "description": "Repository URL"
590 589
        },
591 590
        "label": {
592 591
          "type": "string",
593 592
          "description": "User-provided label"
594 593
        },
595 594
        "platformUri": {
596 595
          "type": "string",
597 596
          "format": "at-uri",
598 597
          "description": "AT-URI to platform node (subkind=platform-data)"
599 598
        },
600 599
        "platformSlug": {
601 600
          "type": "string",
602 601
          "description": "Platform slug for display fallback",
603 602
          "knownValues": [
604 603
            "huggingface",
605 604
            "zenodo",
606 605
            "figshare",
607 606
            "dryad",
608 607
            "osf",
609 608
            "dataverse",
610 609
            "mendeley_data",
611 610
            "kaggle",
612 611
            "wandb",
613 612
            "other"
614 613
          ]
615 614
        },
616 615
        "accessStatement": {
617 616
          "type": "string",
618 617
          "description": "Data availability statement"
619 618
        }
620 619
      },
621 620
      "description": "A data repository link"
622 621
    },
623 622
    "preregistration": {
624 623
      "type": "object",
625 624
      "properties": {
626 625
        "url": {
627 626
          "type": "string",
628 627
          "format": "uri",
629 628
          "description": "Pre-registration URL"
630 629
        },
631 630
        "platformUri": {
632 631
          "type": "string",
633 632
          "format": "at-uri",
634 633
          "description": "AT-URI to platform node (subkind=platform-preregistration)"
635 634
        },
636 635
        "platformSlug": {
637 636
          "type": "string",
638 637
          "description": "Platform slug for display fallback",
639 638
          "knownValues": [
640 639
            "osf",
641 640
            "aspredicted",
642 641
            "clinicaltrials",
643 642
            "prospero",
644 643
            "other"
645 644
          ]
646 645
        },
647 646
        "registrationDate": {
648 647
          "type": "string",
649 648
          "format": "datetime",
650 649
          "description": "Registration date"
651 650
        }
652 651
      },
653 652
      "description": "Pre-registration or registered report link"
654 653
    },
655 654
    "semanticVersion": {
656 655
      "type": "object",
657 656
      "required": [
658 657
        "major",
659 658
        "minor",
660 659
        "patch"
661 660
      ],
662 661
      "properties": {
663 662
        "major": {
664 663
          "type": "integer",
665 664
          "minimum": 1,
666 665
          "description": "Major version for fundamental revisions or breaking changes"
667 666
        },
668 667
        "minor": {
669 668
          "type": "integer",
670 669
          "minimum": 0,
671 670
          "description": "Minor version for new content or significant additions"
672 671
        },
673 672
        "patch": {
674 673
          "type": "integer",
675 674
          "minimum": 0,
676 675
          "description": "Patch version for corrections, typo fixes, formatting"
677 676
        },
678 677
        "prerelease": {
679 678
          "type": "string",
680 679
          "maxLength": 20,
681 680
          "description": "Pre-release identifier (e.g., draft, rc1)"
682 681
        }
683 682
      },
684 683
      "description": "Semantic version following MAJOR.MINOR.PATCH"
685 684
    },
686 685
    "publishedVersion": {
687 686
      "type": "object",
688 687
      "properties": {
689 688
        "doi": {
690 689
          "type": "string",
691 690
          "description": "DOI of the published version (e.g., 10.1234/example)"
692 691
        },
693 692
        "url": {
694 693
          "type": "string",
695 694
          "format": "uri",
696 695
          "description": "URL to the published version"
697 696
        },
698 697
        "issue": {
699 698
          "type": "string",
700 699
          "maxLength": 50,
701 700
          "description": "Issue number"
702 701
        },
703 702
        "pages": {
704 703
          "type": "string",
705 704
          "maxLength": 50,
706 705
          "description": "Page range"
707 706
        },
708 707
        "volume": {
709 708
          "type": "string",
710 709
          "maxLength": 50,
711 710
          "description": "Volume number"
712 711
        },
713 712
        "journal": {
714 713
          "type": "string",
715 714
          "maxLength": 500,
716 715
          "description": "Journal name"
717 716
        },
718 717
        "publisher": {
719 718
          "type": "string",
720 719
          "maxLength": 300,
721 720
          "description": "Publisher name"
722 721
        },
723 722
        "accessType": {
724 723
          "type": "string",
725 724
          "description": "Open access status",
726 725
          "knownValues": [
727 726
            "open_access",
728 727
            "green_oa",
729 728
            "gold_oa",
730 729
            "hybrid_oa",
731 730
            "bronze_oa",
732 731
            "closed"
733 732
          ]
734 733
        },
735 734
        "licenseUrl": {
736 735
          "type": "string",
737 736
          "format": "uri",
738 737
          "description": "License URL"
739 738
        },
740 739
        "eLocationId": {
741 740
          "type": "string",
742 741
          "description": "Electronic location ID for online-only journals"
743 742
        },
744 743
        "journalIssn": {
745 744
          "type": "string",
746 745
          "description": "Journal ISSN"
747 746
        },
748 747
        "publishedAt": {
749 748
          "type": "string",
750 749
          "format": "datetime",
751 750
          "description": "Publication date"
752 751
        },
753 752
        "articleNumber": {
754 753
          "type": "string",
755 754
          "maxLength": 50,
756 755
          "description": "Article number"
757 756
        },
758 757
        "journalAbbreviation": {
759 758
          "type": "string",
760 759
          "maxLength": 100,
761 760
          "description": "Journal abbreviation"
762 761
        }
763 762
      },
764 763
      "description": "Link to the published version (Version of Record)"
765 764
    },
766 765
    "supplementaryItem": {
767 766
      "type": "object",
768 767
      "required": [
769 768
        "blob",
770 769
        "label"
771 770
      ],
772 771
      "properties": {
773 772
        "blob": {
774 773
          "type": "blob",
775 774
          "maxSize": 104857600,
776 775
          "description": "Supplementary file blob reference"
777 776
        },
778 777
        "label": {
779 778
          "type": "string",
780 779
          "maxLength": 200,
781 780
          "description": "User-provided label (e.g., 'Appendix A', 'Figure S1')"
782 781
        },
783 782
        "order": {
784 783
          "type": "integer",
785 784
          "minimum": 1,
786 785
          "description": "Display order (1-indexed)"
787 786
        },
788 787
        "categoryUri": {
789 788
          "type": "string",
790 789
          "format": "at-uri",
791 790
          "description": "AT-URI to supplementary category node (subkind=supplementary-category)"
792 791
        },
793 792
        "description": {
794 793
          "type": "string",
795 794
          "maxLength": 1000,
796 795
          "description": "Description of the supplementary material"
797 796
        },
798 797
        "categorySlug": {
799 798
          "ref": "pub.chive.defs#supplementaryCategory",
800 799
          "type": "ref",
801 800
          "description": "Category slug for display fallback"
802 801
        },
803 802
        "detectedFormat": {
804 803
          "type": "string",
805 804
          "description": "Auto-detected file format"
806 805
        }
807 806
      },
808 807
      "description": "A supplementary material item with metadata"
809 808
    },
810 809
    "conferencePresentation": {
811 810
      "type": "object",
812 811
      "properties": {
813 812
        "conferenceUri": {
814 813
          "type": "string",
815 814
          "format": "at-uri",
816 815
          "description": "AT-URI to conference/event node (subkind=event)"
817 816
        },
818 817
        "conferenceUrl": {
819 818
          "type": "string",
820 819
          "format": "uri",
821 820
          "description": "Conference website URL"
822 821
        },
823 822
        "conferenceName": {
824 823
          "type": "string",
825 824
          "maxLength": 500,
826 825
          "description": "Conference name"
827 826
        },
828 827
        "proceedingsDoi": {
829 828
          "type": "string",
830 829
          "description": "Proceedings DOI"
831 830
        },
832 831
        "presentationDate": {
833 832
          "type": "string",
834 833
          "format": "datetime",
835 834
          "description": "Presentation date"
836 835
        },
837 836
        "conferenceAcronym": {
838 837
          "type": "string",
839 838
          "maxLength": 50,
840 839
          "description": "Conference acronym"
841 840
        },
842 841
        "conferenceLocation": {
843 842
          "type": "string",
844 843
          "description": "Conference location"
845 844
        },
846 845
        "conferenceIteration": {
847 846
          "type": "string",
848 847
          "maxLength": 100,
849 848
          "description": "Specific year or iteration of the conference (e.g., NeurIPS 2024)"
850 849
        },
851 850
        "presentationTypeUri": {
852 851
          "type": "string",
853 852
          "format": "at-uri",
854 853
          "description": "AT-URI to presentation type node (subkind=presentation-type)"
855 854
        },
856 855
        "presentationTypeSlug": {
857 856
          "type": "string",
858 857
          "description": "Presentation type slug for display fallback",
859 858
          "knownValues": [
860 859
            "oral",
861 860
            "poster",
862 861
            "keynote",
863 862
            "workshop",
864 863
            "demo",
865 864
            "other"
866 865
          ]
867 866
        }
868 867
      },
869 868
      "description": "Conference where this work was presented"
870 869
    }
871 870
  },
872 871
  "$type": "com.atproto.lexicon.schema",
873 872
  "lexicon": 1,
874 873
  "revision": 3
875 874
}

Compare Other Versions

Lexicon Garden

@