Yellow-Dog-Man / JSONSchemas

2 stars 0 forks source link

Split sub-objects #2

Open ProbablePrime opened 10 months ago

ProbablePrime commented 10 months ago

Our Schemas currently duplicate definitions such as WorldStartupParameters.

We should instead make these external files. This is probably doable with #1

ProbablePrime commented 10 months ago

See: https://github.com/Yellow-Dog-Man/JSONSchemaGenerator

ProbablePrime commented 4 days ago

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.