{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "MCAmount", "type": "object", "description": "Amount object that includes the value and the currency in which a payment transaction has been performed", "properties": { "value": { "type": "number", "description": "Actual amount of a payment transaction" } } }