From 5a9a7025f8d514b0df389140c43fc937db082682 Mon Sep 17 00:00:00 2001 From: demo Date: Thu, 20 Oct 2022 17:53:17 +0000 Subject: [PATCH] User: alex clicked save for shared/enumerations/enumeration-JSONSchema.json --- .../enumerations/enumeration-JSONSchema.json | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/shared/enumerations/enumeration-JSONSchema.json b/shared/enumerations/enumeration-JSONSchema.json index f3fb5bb7..0733c214 100644 --- a/shared/enumerations/enumeration-JSONSchema.json +++ b/shared/enumerations/enumeration-JSONSchema.json @@ -1,19 +1,19 @@ { - "title": "Currencies", - "description": "Currencies to display in the Submit Invoice dropdown", - "type": "object", - "required": [ - "value", - "label" - ], - "properties": { - "value": { - "type": "string", - "title": "Abbreviated code, this will be stored" - }, - "label": { - "type": "string", - "title": "Full name which will be diplayed in dropdown" - } - } + "title": "Currencies", + "description": "Currencies to display in the Submit Invoice dropdown", + "type": "object", + "required": [ + "value", + "label" + ], + "properties": { + "value": { + "type": "string", + "title": "Abbreviated code, this will be stored" + }, + "label": { + "type": "string", + "title": "Full name which will be diplayed in dropdown" + } + } } \ No newline at end of file