The loaders are now sending the full swh.model.model objects.
Another way would be, as a first iterative step, to keep that setup. Then make:
the validation storage actually allows swh.model.model objects as input (no-op).
Then as another step, make the actual integrity checks (hashing the manifest to- as a first iterative step, to keep that setup (abandonning this diff)
- make the validation storage actually allows `swh.model.model` objects as input (no-op)
its id(s)).- then as another optional step (we'd be isofunctional for now without it), To ensure the model objects are fine.make the actual integrity checks (hashing the manifest to its id(s))
What do you think?