scum-quest-library
Version:
S.C.U.M. Quest Library
23 lines • 500 B
JSON
{
"$ref": "#/definitions/blocked-quests",
"definitions": {
"blocked-quests": {
"type": "object",
"properties": {
"BlockAllDefaultQuests": {
"type": "boolean",
"default": false
},
"BlockQuestNames": {
"type": "array",
"items": {
"type": "string"
},
"default": []
}
},
"additionalProperties": false
}
},
"$schema": "http://json-schema.org/draft-07/schema#"
}