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