{
	"$schema": "http://json-schema.org/schema",
	"$id": "CodeFoxUIBaseSchema",
	"title": "CodeFoxUI Base Schema",
	"type": "object",
	"properties": {
		"project": {
			"type": "string",
			"description": "The name of the project.",
			"$default": {
				"$source": "projectName"
			}
		}
	}
}