/** * @schema AdminPluginsListResponse * type: object * description: The list of plugins. * x-schemaName: AdminPluginsListResponse * required: * - plugins * properties: * plugins: * type: array * description: The list of plugins. * items: * $ref: "#/components/schemas/AdminPlugin" * */