Open ProbablePrime opened 10 months ago
Our Schemas currently duplicate definitions such as WorldStartupParameters.
We should instead make these external files. This is probably doable with #1
See: https://github.com/Yellow-Dog-Man/JSONSchemaGenerator
We sort of want a "Database" of schemas, where the $ref(https://www.learnjsonschema.com/2020-12/core/ref/) keyword links to the other files.
Our Schemas currently duplicate definitions such as WorldStartupParameters.
We should instead make these external files. This is probably doable with #1