Community maintained JSON Schema for GrayJay Plugin configs.
Simply add one of the following links as your $schema
property.
{
"$schema" : "<Link>"
}
This links the latest version of the schema.
https://github.com/MithrilGoat/GrayJay-Plugin-Schema/releases/latest/download/Schema.json
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
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