{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GiftWrapping", "title": "Gift Wrapping", "properties": { "name": { "type": "string" }, "message": { "type": "string" }, "amount": { "type": "number", "format": "float" } }, "x-internal": false }