diff --git a/web/frontend/src/schema/form_conf.json b/web/frontend/src/schema/form_conf.json index 4b4d0a83..3d1a2b8d 100644 --- a/web/frontend/src/schema/form_conf.json +++ b/web/frontend/src/schema/form_conf.json @@ -53,8 +53,8 @@ "items": { "type": "object", "properties": { - "Choice": { "type": "string" }, - "URL": { "type": "string" } + "Choice": { "type": "string" }, + "URL": { "type": "string" } } } }, @@ -92,8 +92,8 @@ "items": { "type": "object", "properties": { - "Choice": { "type": "string" }, - "URL": { "type": "string" } + "Choice": { "type": "string" }, + "URL": { "type": "string" } } } }, @@ -133,8 +133,8 @@ "items": { "type": "object", "properties": { - "Choice": { "type": "string" }, - "URL": { "type": "string" } + "Choice": { "type": "string" }, + "URL": { "type": "string" } } } },