{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LineItemResult", "title": "LineItemResult", "type": "object", "properties": { "ref": { "type": "string", "description": "Line item reference" }, "txs": { "type": "array", "items": { "$ref": "#/components/schemas/TaxResult" } } } }