diff --git a/src/api/currency/content-types/currency/schema.json b/src/api/currency/content-types/currency/schema.json index 364109d..35b483f 100644 --- a/src/api/currency/content-types/currency/schema.json +++ b/src/api/currency/content-types/currency/schema.json @@ -25,6 +25,15 @@ "minLength": 3, "maxLength": 3, "required": true + }, + "rate_to_usd": { + "type": "decimal", + "required": true + }, + "display_decimals": { + "type": "boolean", + "default": true, + "required": true } } }