{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "FeesValue", "type": "object", "required": [ "value" ], "properties": { "value": { "$ref": "#/components/schemas/BigDecimal", "description": "Fee amount in payment currency" }, "valueUsd": { "$ref": "#/components/schemas/BigDecimal", "description": "Fee amount in USD" } } }