From f30e4b7391dba0ba87e4c46a55e0486acab96433 Mon Sep 17 00:00:00 2001 From: Kostiantyn Dvornik Date: Mon, 5 Feb 2024 18:53:54 +0200 Subject: [PATCH] chore: fix ajv default for compute.json schema --- schema/job/compute.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/schema/job/compute.json b/schema/job/compute.json index 65be7170f..37f1d946d 100644 --- a/schema/job/compute.json +++ b/schema/job/compute.json @@ -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.",