{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CalculationResultLine", "title": "CalculationResultLine", "type": "object", "properties": { "lineCode": { "type": "string" }, "taxes": { "type": "array", "items": { "$ref": "#/components/schemas/BrazilTaxDetail" } }, "totalTax": { "type": "number", "format": "double" } } }