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
2 changes: 1 addition & 1 deletion schemas/computation.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"_instruction": "Add the computational environment in which this computation was executed.",
"_linkedTypes": [
"computation:Environment",
"core:WebServiceVersion"
"core:Service"
]
},
"input": {
Expand Down
12 changes: 0 additions & 12 deletions schemas/validationTest.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
{
"_type": "computation:ValidationTest",
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
"required": [
"developer"
],
"properties": {
"developer": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all parties that developed this validation test.",
"_linkedCategories": [
"legalPerson"
]
},
"digitalIdentifier": {
"_instruction": "Add the globally unique and persistent digital identifier of this research product. Note that this digital identifier will be used to reference all attached research product versions.",
"_linkedTypes": [
Expand Down
18 changes: 0 additions & 18 deletions schemas/validationTestVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@
"core:WebResource"
]
},
"developer": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all parties that developed this validation test version. Note that these developers will overwrite the developer list provided for the overarching validation test.",
"_linkedCategories": [
"legalPerson"
]
},
"digitalIdentifier": {
"_instruction": "Add the globally unique and persistent digital identifier of this research product version.",
"_linkedTypes": [
Expand Down Expand Up @@ -60,15 +51,6 @@
"computation:ValidationTest"
]
},
"license": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add the license of this validation test version.",
"_linkedTypes": [
"core:License"
]
},
"referenceData": {
"type": "array",
"minItems": 1,
Expand Down
12 changes: 0 additions & 12 deletions schemas/workflowRecipe.schema.tpl.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
{
"_type": "computation:WorkflowRecipe",
"_extends": "/core/schemas/products/researchProduct.schema.tpl.json",
"required": [
"developer"
],
"properties": {
"developer": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all parties that developed this workflow recipe.",
"_linkedCategories": [
"legalPerson"
]
},
"digitalIdentifier": {
"_instruction": "Add the globally unique and persistent digital identifier of this research product. Note that this digital identifier will be used to reference all attached research product versions.",
"_linkedTypes": [
Expand Down
18 changes: 0 additions & 18 deletions schemas/workflowRecipeVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
"format"
],
"properties": {
"developer": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all parties that developed this workflow recipe version. Note that these developers will overwrite the developer list provided for the overarching workflow recipe.",
"_linkedCategories": [
"legalPerson"
]
},
"digitalIdentifier": {
"_instruction": "Add the globally unique and persistent digital identifier of this research product version.",
"_linkedTypes": [
Expand Down Expand Up @@ -58,15 +49,6 @@
"_linkedTypes": [
"computation:WorkflowRecipe"
]
},
"license": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"_instruction": "Add all licenses of this workflow recipe version.",
"_linkedTypes": [
"core:License"
]
}
}
}
Loading