Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.12 KB

File metadata and controls

62 lines (38 loc) · 1.12 KB

GrayJay Plugin Schema

Community maintained JSON Schema for GrayJay Plugin configs.


Integration

Simply add one of the following links as your $schema property.

{
    "$schema" : "<Link>"
}

Latest

This links the latest version of the schema.

https://github.com/MithrilGoat/GrayJay-Plugin-Schema/releases/latest/download/Schema.json

Specific

This links a named version of the schema.

https://github.com/MithrilGoat/GrayJay-Plugin-Schema/releases/download/<Version>/Schema.json

<Version> is whatever Release you want to use.

https://github.com/MithrilGoat/GrayJay-Plugin-Schema/releases/download/281.0/Schema.json

Versioning

The Release versions are made up of the GrayJay Release
number and a build / fix subversion in the following form:

<GrayJay Release>.<Build / Fix>
281.0