Skip to content

Commit

Permalink
Update OAS
Browse files Browse the repository at this point in the history
  • Loading branch information
naglisr committed Dec 9, 2024
1 parent 04e2858 commit efb42bd
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"zeroEmissionsGoodsVehicleAllowance": 456.34,
"businessPremisesRenovationAllowance": 573.45,
"otherCapitalAllowance": 452.34,
"costOfReplacingDomesticGoods": 567.34,
"costOfReplacingDomesticItems": 567.34,
"electricChargePointAllowance": 454.34,
"structuredBuildingAllowance": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"zeroEmissionsGoodsVehicleAllowance": 456.34,
"businessPremisesRenovationAllowance": 573.45,
"otherCapitalAllowance": 452.34,
"costOfReplacingDomesticGoods": 567.34,
"costOfReplacingDomesticItems": 567.34,
"structuredBuildingAllowance": [
{
"amount": 234.34,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"zeroEmissionsGoodsVehicleAllowance":456.34,
"businessPremisesRenovationAllowance":573.45,
"otherCapitalAllowance":452.34,
"costOfReplacingDomesticGoods":567.34,
"costOfReplacingDomesticItems":567.34,
"electricChargePointAllowance":454.34,
"structuredBuildingAllowance":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"zeroEmissionsGoodsVehicleAllowance":456.34,
"businessPremisesRenovationAllowance":573.45,
"otherCapitalAllowance":452.34,
"costOfReplacingDomesticGoods":567.34,
"costOfReplacingDomesticItems":567.34,
"structuredBuildingAllowance":[
{
"amount":234.34,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@
"maximum": 99999999999.99,
"example": "5000.99"
},
"costOfReplacingDomesticGoods": {
"costOfReplacingDomesticItems": {
"type": "number",
"description": "Cost of Replacing Domestic Items - formerly Wear and Tear allowance. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"multipleOf": 0.01,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"maximum": 99999999999.99,
"example": "5000.99"
},
"costOfReplacingDomesticGoods": {
"costOfReplacingDomesticItems": {
"type": "number",
"description": "Cost of Replacing Domestic Items - formerly Wear and Tear allowance. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"multipleOf": 0.01,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
"description": "All other capital allowances. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"example": "5000.99"
},
"costOfReplacingDomesticGoods": {
"costOfReplacingDomesticItems": {
"type": "number",
"description": "Cost of Replacing Domestic Items - formerly Wear and Tear allowance. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"example": "5000.99"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"description": "All other capital allowances. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"example": "5000.99"
},
"costOfReplacingDomesticGoods": {
"costOfReplacingDomesticItems": {
"type": "number",
"description": "Cost of Replacing Domestic Items - formerly Wear and Tear allowance. The value must be between 0 and 99999999999.99 up to 2 decimal places.",
"example": "5000.99"
Expand Down

0 comments on commit efb42bd

Please sign in to comment.