[Feature] Add JSON schema
Pearce-Ropion opened this issue ยท 2 comments
Is your feature request related to a problem? Please describe.
When editing mcmeta files it would be great to get autocompletion and invalid property/error checking using a JSON schema. For example, when editing vanilla minecraft mcmeta
files, I use the minecraft-texture-mcmeta schema. Which results in autocompletion like this:
Alternatively, Here is an example for Fabric's schema
Describe the solution you'd like
Add a JSON schema either hosted here, or on SchemaStore that can be referenced when editing fusion enabled mcmeta
files.
Schemas for the pack.mcmeta
file and for the texture metadata are now available in the repository. They're also available from SchemaStore SchemaStore/schemastore#3476.
I couldn't find a schema for the vanilla model format. Since a lot of Fusion's model format is just vanilla stuff, I haven't made a schema for it yet.