Skip to content

MithrilGoat/GrayJay-Plugin-Schema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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