Skip to content

Commit

Permalink
Go generate
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Aug 26, 2024
1 parent 8d1c261 commit 42e43c5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions data/regimes/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,9 @@
"schema": "bill/invoice",
"types": [
"credit-note"
],
"stamps": [
"iapr-mark"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion data/schemas/bill/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@
},
"amount": {
"$ref": "https://gobl.org/draft-0/num/amount",
"title": "Value",
"title": "Amount",
"description": "Fixed discount amount to apply (calculated if percent present).",
"calculated": true
},
Expand Down
4 changes: 0 additions & 4 deletions data/schemas/org/name.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@
}
},
"type": "object",
"required": [
"given",
"surname"
],
"description": "Name represents what a human is called."
}
}
Expand Down

0 comments on commit 42e43c5

Please sign in to comment.