We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8c16ff + bb94161 commit 9d22814Copy full SHA for 9d22814
schema/job/theory/dft/pseudopotential/file.json
@@ -79,6 +79,29 @@
79
"apps": {
80
"type": "array",
81
"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
92
+ "description": "container name where pseudo file is uploaded"
93
94
+ "provider": {
95
96
+ "description": "cloud storage provider where pseudo file is stored",
97
+ "enum": [
98
+ "ec2",
99
+ "softlayer",
100
+ "azure",
101
+ "rackspace"
102
+ ]
103
+ }
104
105
}
106
},
107
"required": [
0 commit comments