diff --git a/daint.cscs.ch/mc/codes/QE-7.0-exe-template.yml b/daint.cscs.ch/mc/codes/QE-7.0-exe-template.yml index e053d18..354b20d 100644 --- a/daint.cscs.ch/mc/codes/QE-7.0-exe-template.yml +++ b/daint.cscs.ch/mc/codes/QE-7.0-exe-template.yml @@ -8,7 +8,7 @@ prepend_text: | module load QuantumESPRESSO append_text: '' metadata: - templte_variables: + template_variables: code_binary_name: key_display: Code name type: list diff --git a/daint.cscs.ch/mc/codes/QE-7.2-exe-template.yml b/daint.cscs.ch/mc/codes/QE-7.2-exe-template.yml index e3ba38b..07bdc75 100644 --- a/daint.cscs.ch/mc/codes/QE-7.2-exe-template.yml +++ b/daint.cscs.ch/mc/codes/QE-7.2-exe-template.yml @@ -8,7 +8,7 @@ prepend_text: | module load QuantumESPRESSO append_text: '' metadata: - templte_variables: + template_variables: code_binary_name: key_display: Code name type: list diff --git a/gh_page/resource.schema.json b/gh_page/resource.schema.json index 81f2ef9..702b094 100644 --- a/gh_page/resource.schema.json +++ b/gh_page/resource.schema.json @@ -119,7 +119,8 @@ "template_variables": { "$ref": "#/definitions/template_variables" } - } + }, + "additionalProperties": false } }, "required": ["label", "hostname", "description", "transport", "scheduler", "work_dir", "shebang", "mpirun_command", "mpiprocs_per_machine", "prepend_text"], @@ -151,7 +152,8 @@ "template_variables": { "$ref": "#/definitions/template_variables" } - } + }, + "additionalProperties": false } }, "required": ["safe_interval", "username"], @@ -185,14 +187,11 @@ "tooltip": { "type": "string" }, - "ssh_auth": { - "type": "string", - "enum": ["password", "key", "2FA"] - }, "template_variables": { "$ref": "#/definitions/template_variables" } - } + }, + "additionalProperties": false } }, "required": ["label", "description", "default_calc_job_plugin", "filepath_executable", "prepend_text", "append_text"],