snapcraft icon indicating copy to clipboard operation
snapcraft copied to clipboard

Use pydantic instead of jsonschema for legacy project

Open bepri opened this issue 5 months ago • 1 comments

What needs to get done

The legacy code for parsing the project should use Pydantic models instead of validating with the jsonschema library.

Why it needs to get done

The current legacy code uses a pinned version of jsonschema that is very difficult to upgrade. Instead of upgrading, the code should just move over to using the more modern pydantic models.

bepri avatar Jul 29 '25 17:07 bepri