{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"description": "JigBack configuration for JigTime server with Servlet/JSP",
	"type": "object",
	"properties": {
		"denoHome": {
			"description": "The Deno home directory path",
			"type": "string",
			"default": "${sys:usr.home}/.deno"
		},
		"templatePath": {
			"description": "The file path of template files",
			"type": "string",
			"default": "${sys:app.home}/WEB-INF/template"
		}
	}
}
