{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "TagValues",
	"description": "Possible Options for Debug",
	"enum": [
		"START",
		"STOP"
	]
}