Skip to content

Commit

Permalink
chore: fix ajv default for compute.json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
k0stik committed Feb 5, 2024
1 parent b583d57 commit f30e4b7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions schema/job/compute.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,7 @@
},
"arguments": {
"description": "Optional arguments specific to using application - VASP, Quantum Espresso, etc. Specified elsewhere",
"type": "object",
"default": {},
"oneOf": [
{
"$ref": "../software_directory/modeling/espresso/arguments.json"
}
]
"$ref": "../software_directory/modeling/espresso/arguments.json"
},
"cluster": {
"description": "Cluster where the job is executed. Optional on create. Required on job submission.",
Expand Down

0 comments on commit f30e4b7

Please sign in to comment.