{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["amount","method"],"properties":{"amount":{"type":"number","minimum":0},"method":{"oneOf":[{"enum":["card","cash"],"type":"string"},{"type":"object","properties":{"wallet":{"type":"string"}}}]},"currency":{"type":"string","pattern":"^[A-Z]{3}$"},"refunded":{"type":"boolean","default":false},"line_items":{"type":"array","items":{"type":"object","properties":{"sku":{"type":"string"}}}}},"$id":"https://schematalog.com/api/schemas/example.payment/versions/1.0","title":"example.payment"}