{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Fee", "title": "Fee", "properties": { "amount": { "description": "An object containing the fee amount.", "$ref": "#/components/schemas/Amount" } }, "required": [ "amount" ], "type": "object" }