Story #9597
Updated by pulpbot about 3 years ago
**Ticket moved to GitHub**: "pulp/pulp_container/512":https://github.com/pulp/pulp_container/issues/512 ---- JSON provided with signature needs to adhere to the format described in [the containers/images docs](https://github.com/containers/image/blob/main/docs/containers-signature.5.md#json-processing-and-forward-compatibility). Proposed solution: use jsonschema to define format and validate against it. See [an example in the migration plugin](https://github.com/pulp/pulp-2to3-migration/blob/main/pulp_2to3_migration/app/json_schema.py).