{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/tikibase/latest.json",
  "title": "Config",
  "description": "Tikibase configuration data",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/kevgo/tikibase/main/doc/tikibase.schema.json",
    "sourceSha256": "7c7ae7f567b21c3fc7741b1466d70fafef9343d83192a7531ae990ebbe4e5669",
    "fileMatch": [
      "tikibase.json"
    ],
    "parsers": [
      "json"
    ]
  },
  "type": "object",
  "properties": {
    "$schema": {
      "description": "link to the JSON-Schema definition for this file",
      "type": [
        "string",
        "null"
      ]
    },
    "bidiLinks": {
      "description": "enables bi-directional links",
      "type": [
        "boolean",
        "null"
      ]
    },
    "ignore": {
      "description": "Names of filesystem entries to ignore in this directory.",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "sections": {
      "description": "the allowed section titles",
      "type": [
        "array",
        "null"
      ],
      "items": {
        "type": "string"
      }
    },
    "standaloneDocs": {
      "description": "whether documents without links are allowed",
      "type": [
        "boolean",
        "null"
      ]
    },
    "titleRegEx": {
      "description": "regex with a single capture group to extract a shorter title for links to notes",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "additionalProperties": false
}
