Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

MythicDrops/json-schema-generator-gradle-plugin

Repository files navigation

json-schema-generator-gradle-plugin

Gradle plugin to generate JSON schema files.

Sample Usage

jsonSchema {
    jsonSchemaDescriptors {
        create("config") {
            title.set("config")
            sourceFile(file("mythicdrops-plugin/src/main/resources/config.yml"))
        }
    }
}

About

Gradle plugin for generating JSON schemas from files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages