Skip to content

Commit 9d22814

Browse files
authored
Merge pull request #21 from Exabyte-io/bugfix/SOF-1570
Bugfix/sof 1570
2 parents b8c16ff + bb94161 commit 9d22814

File tree

1 file changed

+23
-0
lines changed
  • schema/job/theory/dft/pseudopotential

1 file changed

+23
-0
lines changed

schema/job/theory/dft/pseudopotential/file.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,29 @@
7979
"apps": {
8080
"type": "array",
8181
"description": "simulation engines that can use this pseudopotential"
82+
},
83+
"storage": {
84+
"type": "object",
85+
"properties": {
86+
"url": {
87+
"type": "string",
88+
"description": "pseudopotential file path on a cloud storage"
89+
},
90+
"container": {
91+
"type": "string",
92+
"description": "container name where pseudo file is uploaded"
93+
},
94+
"provider": {
95+
"type": "string",
96+
"description": "cloud storage provider where pseudo file is stored",
97+
"enum": [
98+
"ec2",
99+
"softlayer",
100+
"azure",
101+
"rackspace"
102+
]
103+
}
104+
}
82105
}
83106
},
84107
"required": [

0 commit comments

Comments
 (0)