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