-
Notifications
You must be signed in to change notification settings - Fork 25
Visibility, Embargoes, and Leases
Kiah Stroud edited this page Nov 19, 2024
·
1 revision
Valid values for visibility are:
-
open("Public") -
authenticated("Institution") -
restricted("Private") -
embargo1 -
lease1
1 Additional metadata is required to import embargoes and leases. Refer further down in this doc for details
To import an embargoed record, the following requirements must be met:
| Field | Valid value(s) |
|---|---|
visibility |
embargo |
embargo_release_date |
Date (formatted yyyy-mm-dd) |
visibility_during_embargo |
restricted or authenticated
|
visibility_after_embargo |
authenticated or open
|
To import a leased record, the following requirements must be met:
| Field | Valid value(s) |
|---|---|
visibility |
lease |
lease_expiration_date |
Date (formatted yyyy-mm-dd) |
visibility_during_lease |
open or authenticated
|
visibility_after_lease |
authenticated or restricted
|