{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ShippingRateSurcharge", "title": "ShippingRateSurcharge", "properties": { "amount": { "type": "number" }, "code": { "type": "string" }, "description": { "type": "string" }, "name": { "type": "string" } }, "type": "object" }