Issue Description
Currently there are two specs with documented JSON schemas:
and a partial one:
One possible omission is pylock.toml (PEP 751), whose schema is currently hosted in Schemastore: https://github.com/SchemaStore/schemastore/blob/f781bd9d5b2b75d1ebd82cd5cc9f8275fb330487/src/schemas/json/pylock.json.
I propose hosting all the JSON files for the schemas in this repo, and linking to them from Schemastore where that's required (i.e. for pylock.toml).
I can work on a PR to move the all JSON schema to their own files here, and another one to update Schemastore.
Thoughts?
Code of Conduct