@@ -376,33 +376,26 @@ Example:
376
376
377
377
### Associated artifacts and licences
378
378
379
- #### An administrative agreement
379
+ #### An internal file uploaded for archival purposes only
380
380
``` json
381
381
{
382
- "type" : " UnpublishableFile " ,
382
+ "type" : " InternalFile " ,
383
383
"identifier" : " 8dd58b7e-5a90-4cde-853b-adc3a4681abf" ,
384
- "name" :" thesis .pdf" ,
384
+ "name" :" some-archived-file .pdf" ,
385
385
"mimeType" : " application/pdf" ,
386
- "size" :" 12356665" ,
387
- "license" : " http://rightsstatements.org/vocab/InC/1.0/" ,
388
- "administrativeAgreement" : true ,
389
- "embargoDate" : " 2023-01-01T00:00:00Z" ,
390
- "rightsRetentionStrategy" : {
391
- "type" : " NullRightsRetentionStrategy"
392
- }
386
+ "size" :" 12356665"
393
387
}
394
388
```
395
389
396
- #### A published file
390
+ #### A public file that everyone can see and access
397
391
``` json
398
392
{
399
- "type" : " PublishedFile " ,
393
+ "type" : " OpenFile " ,
400
394
"identifier" : " 8dd58b7e-5a90-4cde-853b-adc3a4681abf" ,
401
395
"name" :" thesis.pdf" ,
402
396
"mimeType" : " application/pdf" ,
403
397
"size" :" 12356665" ,
404
398
"license" : " http://rightsstatements.org/vocab/InC/1.0/" ,
405
- "administrativeAgreement" : false ,
406
399
"embargoDate" : " 2023-01-01T00:00:00Z" ,
407
400
"rightsRetentionStrategy" : {
408
401
"type" : " NullRightsRetentionStrategy"
@@ -522,14 +515,12 @@ Authorization: Bearer ***
522
515
],
523
516
"associatedArtifacts": [
524
517
{
525
- "type": "PublishedFile ",
518
+ "type": "OpenFile ",
526
519
"identifier": "59347ec1-57f8-4ab7-9bff-9a66ac9066af",
527
520
"name": "my-thesis.pdf",
528
521
"mimeType": "application/pdf",
529
522
"license": "http://rightsstatements.org/vocab/InC/1.0/",
530
- "administrativeAgreement": false,
531
- "publisherAuthority": true,
532
- "visibleForNonOwner": true
523
+ "publisherAuthority": true
533
524
}
534
525
]
535
526
}
@@ -657,14 +648,12 @@ The response will then be something like this:
657
648
"subjects" : [],
658
649
"associatedArtifacts" : [
659
650
{
660
- "type" : " PublishedFile " ,
651
+ "type" : " OpenFile " ,
661
652
"identifier" : " 59347ec1-57f8-4ab7-9bff-9a66ac9066af" ,
662
653
"name" : " my-thesis.pdf" ,
663
654
"mimeType" : " application/pdf" ,
664
655
"license" : " http://rightsstatements.org/vocab/InC/1.0/" ,
665
- "administrativeAgreement" : false ,
666
- "publisherAuthority" : true ,
667
- "visibleForNonOwner" : true
656
+ "publisherAuthority" : true
668
657
}
669
658
],
670
659
"additionalIdentifiers" : [
0 commit comments