From 88afe3a89397dcb3aef13694c78e3cfacc8a38a6 Mon Sep 17 00:00:00 2001 From: Adelina Lintuluoto Date: Thu, 8 Oct 2020 15:35:53 +0200 Subject: [PATCH] Generate correct openapi.json --- docs/openapi.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/openapi.json b/docs/openapi.json index 4d65624b..6f065c19 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -57,6 +57,12 @@ "default": {}, "type": "object" }, + "htcondor_accounting_group": { + "type": "string" + }, + "htcondor_max_runtime": { + "type": "string" + }, "job_name": { "type": "string" }, @@ -81,12 +87,6 @@ "voms_proxy": { "type": "boolean" }, - "htcondor_max_runtime": { - "type": "string" - }, - "htcondor_accounting_group": { - "type": "string" - }, "workflow_uuid": { "type": "string" },