/** * @schema AdminSalesChannelResponse * type: object * description: The sales channel's details. * x-schemaName: AdminSalesChannelResponse * required: * - sales_channel * properties: * sales_channel: * $ref: "#/components/schemas/AdminSalesChannel" * */