{ "title": "Currencies", "description": "Currencies to display in the Submit Invoice dropdown", "type": "object", "required": [ "value", "label" ], "properties": { "value": { "type": "string", "title": "Three letter currency code" }, "label": { "type": "string", "title": "Currency full name" } } }