Skip to content

Commit 48d7373

Browse files
authored
Merge pull request #67 from Alixbonard/v5-computation2core
Removing localFile schema
2 parents ff7ef18 + 92ca58a commit 48d7373

7 files changed

Lines changed: 10 additions & 73 deletions

schemas/computation.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"input": {
1616
"_linkedTypes": [
17-
"computation:LocalFile",
17+
"core:LocalFile",
1818
"core:File",
1919
"core:FileBundle",
2020
"core:SoftwareVersion"
@@ -28,7 +28,7 @@
2828
},
2929
"output": {
3030
"_linkedTypes": [
31-
"computation:LocalFile",
31+
"core:LocalFile",
3232
"core:File",
3333
"core:FileArchive",
3434
"core:FileBundle"

schemas/dataAnalysis.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"computation:LocalFile",
10+
"core:LocalFile",
1111
"core:File",
1212
"core:FileBundle",
1313
"core:SoftwareVersion",

schemas/dataCopy.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"computation:LocalFile",
10+
"core:LocalFile",
1111
"computation:ValidationTestVersion",
1212
"core:DatasetVersion",
1313
"core:File",
@@ -18,7 +18,7 @@
1818
},
1919
"output": {
2020
"_linkedTypes": [
21-
"computation:LocalFile",
21+
"core:LocalFile",
2222
"core:File",
2323
"core:FileBundle"
2424
]

schemas/localFile.schema.tpl.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

schemas/modelValidation.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"computation:LocalFile",
10+
"core:LocalFile",
1111
"computation:ValidationTestVersion",
1212
"core:File",
1313
"core:FileBundle",
@@ -17,7 +17,7 @@
1717
},
1818
"output": {
1919
"_linkedTypes": [
20-
"computation:LocalFile",
20+
"core:LocalFile",
2121
"core:File",
2222
"core:FileBundle"
2323
]

schemas/optimization.schema.tpl.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"computation:LocalFile",
10+
"core:LocalFile",
1111
"core:File",
1212
"core:FileBundle",
1313
"core:ModelVersion",
@@ -16,7 +16,7 @@
1616
},
1717
"output": {
1818
"_linkedTypes": [
19-
"computation:LocalFile",
19+
"core:LocalFile",
2020
"core:File",
2121
"core:FileBundle",
2222
"core:ModelVersion"

schemas/simulation.schema.tpl.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"properties": {
88
"input": {
99
"_linkedTypes": [
10-
"computation:LocalFile",
10+
"core:LocalFile",
1111
"core:File",
1212
"core:FileBundle",
1313
"core:ModelVersion",

0 commit comments

Comments
 (0)