diff --git a/schemas/computation.schema.tpl.json b/schemas/computation.schema.tpl.json index 6ca94eb..a02d75c 100644 --- a/schemas/computation.schema.tpl.json +++ b/schemas/computation.schema.tpl.json @@ -14,7 +14,7 @@ }, "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle", "core:SoftwareVersion" @@ -28,7 +28,7 @@ }, "output": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileArchive", "core:FileBundle" diff --git a/schemas/dataAnalysis.schema.tpl.json b/schemas/dataAnalysis.schema.tpl.json index 282ce02..769b8e6 100644 --- a/schemas/dataAnalysis.schema.tpl.json +++ b/schemas/dataAnalysis.schema.tpl.json @@ -7,7 +7,7 @@ "properties": { "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle", "core:SoftwareVersion", diff --git a/schemas/dataCopy.schema.tpl.json b/schemas/dataCopy.schema.tpl.json index a36ca28..ea3c610 100644 --- a/schemas/dataCopy.schema.tpl.json +++ b/schemas/dataCopy.schema.tpl.json @@ -7,7 +7,7 @@ "properties": { "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "computation:ValidationTestVersion", "core:DatasetVersion", "core:File", @@ -18,7 +18,7 @@ }, "output": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle" ] diff --git a/schemas/localFile.schema.tpl.json b/schemas/localFile.schema.tpl.json deleted file mode 100644 index 9c57061..0000000 --- a/schemas/localFile.schema.tpl.json +++ /dev/null @@ -1,63 +0,0 @@ -{ - "_type": "computation:LocalFile", - "_categories": [ - "fileOrigin" - ], - "required": [ - "name", - "path" - ], - "properties": { - "contentDescription": { - "type": "string", - "_instruction": "Enter a short content description for this local file instance." - }, - "copyOf": { - "_instruction": "Add the file of which this is a copy.", - "_linkedTypes": [ - "core:File" - ] - }, - "dataType": { - "type": "array", - "minItems": 1, - "uniqueItems": true, - "_instruction": "Add all data types that are specifically represented in this local file instance.", - "_linkedTypes": [ - "controlledTerms:DataType" - ] - }, - "format": { - "_instruction": "Add the content type of this local file instance.", - "_linkedTypes": [ - "core:ContentType" - ] - }, - "hash": { - "_instruction": "Add the hash that was generated for this local file instance.", - "_embeddedTypes": [ - "core:Hash" - ] - }, - "name": { - "type": "string", - "_instruction": "Enter the name of this local file instance." - }, - "path": { - "type": "string", - "_instruction": "Enter the file system path (absolute path or relative to the working directory) to this local file instance." - }, - "specialUsageRole": { - "_instruction": "Add the special usage role of this local file instance.", - "_linkedTypes": [ - "controlledTerms:FileUsageRole" - ] - }, - "storageSize": { - "_instruction": "Enter the storage size of this local file instance.", - "_embeddedTypes": [ - "core:QuantitativeValue" - ] - } - } -} diff --git a/schemas/modelValidation.schema.tpl.json b/schemas/modelValidation.schema.tpl.json index d148065..7b9073c 100644 --- a/schemas/modelValidation.schema.tpl.json +++ b/schemas/modelValidation.schema.tpl.json @@ -7,7 +7,7 @@ "properties": { "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "computation:ValidationTestVersion", "core:File", "core:FileBundle", @@ -17,7 +17,7 @@ }, "output": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle" ] diff --git a/schemas/optimization.schema.tpl.json b/schemas/optimization.schema.tpl.json index 6ddbe34..0574913 100644 --- a/schemas/optimization.schema.tpl.json +++ b/schemas/optimization.schema.tpl.json @@ -7,7 +7,7 @@ "properties": { "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle", "core:ModelVersion", @@ -16,7 +16,7 @@ }, "output": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle", "core:ModelVersion" diff --git a/schemas/simulation.schema.tpl.json b/schemas/simulation.schema.tpl.json index bda8f75..a94d256 100644 --- a/schemas/simulation.schema.tpl.json +++ b/schemas/simulation.schema.tpl.json @@ -7,7 +7,7 @@ "properties": { "input": { "_linkedTypes": [ - "computation:LocalFile", + "core:LocalFile", "core:File", "core:FileBundle", "core:ModelVersion",