{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "PaymentLine", "type": "object", "properties": { "Amount": { "type": "number" }, "LinkedTxn": { "type": "array" } } }