diff --git a/example/method/method_parameters.json b/example/method/method_parameters.json new file mode 100644 index 000000000..fbbd736b2 --- /dev/null +++ b/example/method/method_parameters.json @@ -0,0 +1,3 @@ +{ + "basisSlug": "6-311G" +} diff --git a/schema/method/method_parameters.json b/schema/method/method_parameters.json new file mode 100644 index 000000000..27fad6621 --- /dev/null +++ b/schema/method/method_parameters.json @@ -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" + } + ] + } + ] +}