{
  "$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#"
}