Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions schemas/miscellaneous/accessibility.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"_type": "core:Accessibility",
"required": [
"mode",
"process",
"publicationStatus",
"type"
],
"properties": {
"mode": {
"_instruction": "Add the mode through which the research product can be accessed.",
"_linkedTypes": [
"controlledTerms:AccessMode"
]
},
"payment": {
"_instruction": "Add the payment model associated with accessing the research product.",
"_linkedTypes": [
"controlledTerms:PaymentModel"
]
},
"process": {
"_instruction": "Add the process required to gain access to the research product.",
"_linkedTypes": [
"controlledTerms:AccessProcessType"
]
},
"publicationStatus": {
"_instruction": "Add the publication status of the research product.",
"_linkedTypes": [
"controlledTerms:PublicationStatus"
]
},
"type": {
"_instruction": "Add the type of access granted to the research product.",
"_linkedTypes": [
"controlledTerms:AccessType"
]
}
}
}
2 changes: 1 addition & 1 deletion schemas/products/researchProductVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"accessibility": {
"_instruction": "Add the accessibility of the data for this research product version.",
"_linkedTypes": [
"controlledTerms:ProductAccessibility"
"core:Accessibility"
]
},
"copyright": {
Expand Down
Loading