{
	"$schema": "http://json-schema.org/schema",
	"$id": "NgDocApi",
	"title": "NgDocApi schematic",
	"type": "object",
	"properties": {
		"path": {
			"type": "string",
			"format": "path",
			"$default": {
				"$source": "workingDirectory"
			},
			"description": "The path at which to create the entity file, relative to the current workspace. Default is a folder with the same name as the component in the project root.",
			"visible": false
		}
	}
}
