From 66f928aae1558e62777191f735938798f160be51 Mon Sep 17 00:00:00 2001 From: Sam Lown Date: Thu, 31 Oct 2024 14:47:44 +0000 Subject: [PATCH] Updating schemas --- data/schemas/regimes/mx/food-vouchers.json | 7 +++++++ data/schemas/regimes/mx/fuel-account-balance.json | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/data/schemas/regimes/mx/food-vouchers.json b/data/schemas/regimes/mx/food-vouchers.json index 0f879976..9cedd146 100644 --- a/data/schemas/regimes/mx/food-vouchers.json +++ b/data/schemas/regimes/mx/food-vouchers.json @@ -71,6 +71,12 @@ }, "FoodVouchersLine": { "properties": { + "i": { + "type": "integer", + "title": "Index", + "description": "Line number starting from 1 (calculated).", + "calculated": true + }, "e_wallet_id": { "$ref": "https://gobl.org/draft-0/cbc/code", "title": "E-wallet Identifier", @@ -94,6 +100,7 @@ }, "type": "object", "required": [ + "i", "e_wallet_id", "issue_date_time", "amount" diff --git a/data/schemas/regimes/mx/fuel-account-balance.json b/data/schemas/regimes/mx/fuel-account-balance.json index 82e9e503..e8c05531 100644 --- a/data/schemas/regimes/mx/fuel-account-balance.json +++ b/data/schemas/regimes/mx/fuel-account-balance.json @@ -73,6 +73,12 @@ }, "FuelAccountLine": { "properties": { + "i": { + "type": "integer", + "title": "Index", + "description": "Index of the line starting from 1 (calculated)", + "calculated": true + }, "e_wallet_id": { "$ref": "https://gobl.org/draft-0/cbc/code", "title": "E-wallet Identifier", @@ -125,6 +131,7 @@ }, "type": "object", "required": [ + "i", "e_wallet_id", "purchase_date_time", "vendor_tax_code",