{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Amount", "title": "Amount", "type": "number", "format": "float", "description": "A non-negative 2 decimal place rounded value that represents the amount that can be charged/refunded with payment providers.", "example": 1.99, "x-internal": false }