Skip to content

Commit

Permalink
chore: add method parameter schema
Browse files Browse the repository at this point in the history
  • Loading branch information
azech-hqs committed Sep 5, 2023
1 parent a8c48ed commit 2ae1cd0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/method/method_parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"basisSlug": "6-311G"
}
20 changes: 20 additions & 0 deletions schema/method/method_parameters.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$id": "method/method-parameters",
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "MethodParameters",
"allOf": [
{
"oneOf": [
{
"$ref": "../methods_directory/physical/ao/dunning.json#/definitions/ao-basis-dunning"
},
{
"$ref": "../methods_directory/physical/ao/pople.json#/definitions/ao-basis-pople"
},
{
"$ref": "../methods_directory/physical/ao/other.json#/definitions/ao-basis-other"
}
]
}
]
}

0 comments on commit 2ae1cd0

Please sign in to comment.