Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ GEM
concurrent-ruby (1.3.6)
connection_pool (2.5.5)
constant_resolver (0.3.0)
content_block_tools (1.12.2)
content_block_tools (1.13.0)
actionview (>= 6, < 8.1.4)
gds-api-adapters (>= 101.0)
govspeak (>= 10.6.3)
Expand Down Expand Up @@ -1047,7 +1047,7 @@ CHECKSUMS
concurrent-ruby (1.3.6) sha256=6b56837e1e7e5292f9864f34b69c5a2cbc75c0cf5338f1ce9903d10fa762d5ab
connection_pool (2.5.5) sha256=e54ff92855753df1fd7c59fa04a398833355f27dd14c074f8c83a05f72a716ad
constant_resolver (0.3.0) sha256=b94886294298fb8d5db3715bac65e65493fae7b12b8a6f867cbf898944e64e83
content_block_tools (1.12.2) sha256=eae49303f85ef58e773c83e3ddf69b4fb8e6c2a1820db65981760b1d3dda8685
content_block_tools (1.13.0) sha256=b7403a7bbda5decff32435e8f437baab8a628a628f52dc8dd7d4ddc9f8230ece
crack (1.0.1) sha256=ff4a10390cd31d66440b7524eb1841874db86201d5b70032028553130b6d4c7e
crass (1.0.6) sha256=dc516022a56e7b3b156099abc81b6d2b08ea1ed12676ac7a5657617f012bd45d
cucumber (10.2.0) sha256=fdedbd31ecf40858b60f04853f2aa15c44f5c30bbac29c6a227fa1e7005a8158
Expand Down
1 change: 1 addition & 0 deletions app/models/schema/definitions/tax.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"type": "object",
"required": ["tax_type"],
"additionalProperties": false,
"x-formats": ["tax_table"],
"x-field-order": ["title", "abbreviation", "synonym", "tax_type", "description", "note"],
"properties": {
"abbreviation": {
Expand Down
Loading