Skip to content
Merged
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
9 changes: 0 additions & 9 deletions schemas/livePaper.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@
"_linkedTypes": [
"core:DOI"
]
},
"hasVersion": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all versions of this live paper.",
"_linkedTypes": [
"publications:LivePaperVersion"
]
}
}
}
16 changes: 11 additions & 5 deletions schemas/livePaperVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"_type": "publications:LivePaperVersion",
"_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
"required": [
"digitalIdentifier",
"digitalIdentifier",
"license"
],
"properties": {
Expand Down Expand Up @@ -32,7 +32,13 @@
"core:DOI"
]
},
"isAlternativeVersionOf": {
"isPrecededBy": {
"_instruction": "Add the live paper version preceding this live paper version.",
"_linkedTypes": [
"publications:LivePaperVersion"
]
},
"isVariantOf": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
Expand All @@ -41,10 +47,10 @@
"publications:LivePaperVersion"
]
},
"isNewVersionOf": {
"_instruction": "Add the live paper version preceding this live paper version.",
"isVersionOf": {
"_instruction": "Add the version-independent information about this live paper.",
"_linkedTypes": [
"publications:LivePaperVersion"
"publications:LivePaper"
]
},
"license": {
Expand Down
Loading