/** * @schema AdminCurrencyResponse * type: object * description: The currency's details. * x-schemaName: AdminCurrencyResponse * required: * - currency * properties: * currency: * $ref: "#/components/schemas/AdminCurrency" * */