Skip to content

Commit

Permalink
Updating schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Oct 31, 2024
1 parent 46b6cbd commit 66f928a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/schemas/regimes/mx/food-vouchers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -94,6 +100,7 @@
},
"type": "object",
"required": [
"i",
"e_wallet_id",
"issue_date_time",
"amount"
Expand Down
7 changes: 7 additions & 0 deletions data/schemas/regimes/mx/fuel-account-balance.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -125,6 +131,7 @@
},
"type": "object",
"required": [
"i",
"e_wallet_id",
"purchase_date_time",
"vendor_tax_code",
Expand Down

0 comments on commit 66f928a

Please sign in to comment.