{
	"version": 2,
	"outputCapture": "direct-nodejs",
	"$schema": "http://json-schema.org/schema",
	"title": "Element executor",
	"description": "",
	"type": "object",
	"properties": {
		"name": {
			"type": "string"
		},
		"staticPaths": {
			"type": "array",
			"items": {
				"type": "string"
			},
			"description": "Workspace-relative files/directories copied into the element output"
		}
	}
}