{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CouponCodeRequest", "title": "Coupon Code Request", "type": "object", "properties": { "coupon_code": { "type": "string", "description": "Coupon codes have a 50-character limit." } }, "x-internal": false }