Skip to content

Add JSON schemas for Minecraft assets #1049

Open
@TheOnlyTails

Description

@TheOnlyTails

The Problem

Writing JSON is hard and annoying, especially when you have no way to verify if you've entered the right fields.
IntelliJ has no built-in way to automatically guess the structure of the JSON.

The Solution

JSON Schemas!
They're another special JSON file that that once added to IntelliJ with a file/path pattern (to determine which files to apply it too), will add auto-completion of fields, warnings for invalid values, and more.

(If needed, I have some experience writing them so I can make the schemas myself)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions