jsoncompat 0.4.1

JSON Schema and OpenAPI Compatibility Checker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Generated dataclass fixtures

These snapshots are generated from every checked-in sample schema under
`tests/fixtures/backcompat`, `tests/fixtures/fuzz`, and
`examples/stamp/schema-v1.json` + `examples/stamp/schema-v2.json`.

Successful generations are stored as `.py` files. Generator failures are stored
as `.error.txt` snapshots with the exact diagnostic.

Regenerate everything with:

```bash
just regen-dataclasses-fixtures
```