tfausak / rattletrap

:car: Parse and generate Rocket League replays.
https://hackage.haskell.org/package/rattletrap
MIT License
150 stars 21 forks source link

Create a schema #190

Closed tfausak closed 3 years ago

tfausak commented 3 years ago

To make the JSON output easier to understand, I should generate a JSON schema and publish it somewhere.

This would also make it easier to make changes to the JSON representation, since I could describe the changes with the schema.

tfausak commented 3 years ago

I have done some of this before: https://gist.github.com/tfausak/d2d5254e7ff15a013bce2fc84fe16d3d#file-main-hs-L121