{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Payment", "type": "object", "properties": { "paymentReference": { "type": "string" }, "clearingSystem": { "type": "string" }, "paymentDateTime": { "type": "string" }, "paymentAmount": { "type": "string" } } }