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