/** * @schema StoreGiftCardResponse * type: object * description: The gift card's details. * x-schemaName: StoreGiftCardResponse * required: * - gift_card * properties: * gift_card: * $ref: "#/components/schemas/StoreGiftCard" * */