{
	"_NOTE" : "THIS FILE IS AUTOGENERATED. ONLY MODIFY THE ORIGINAL FILE IN THE /sharedData/ FOLDER!",
	"valid_identifier_types" : [
		["program", "ProgramModel", "Program"],
		["symbol", "SymbolModel", "Symbol"],
		["rule", "RuleModel", "Rule"],
		["file", "FileObjectModel", "FileObject"],
		["tag", "TagModel", "Tag"]
	],
	"valid_event_request_types" : [
		["execute_program", "StepEventExecution"],
		["use_execution_rule", "StepEventRule"],
		["display_message", "StepEventDisplayMessage"],
		["user_command", "StepEventUserCommand"]
	],
	"server_url" : "http://165.227.151.126/",
	"debug_server_url" : "http://localhost:9905",
	"json_encoding" : "utf-8",
	"server_post_request_timeout" : 10,
	"new_program_default_max_execution_duration" : 5.1,
	"predefined_symbols" : [
		{
			"name" : "_signal_weight_set",
			"description" : "create a tag with this symbol targeting another symbol to create a Signal of that symbol with a given weight, which is used to activate execution rules."
		},
		{
			"name" : "_option",
			"description" : "create a tag with this symbol targeted on a text file to mark the content of that file as the description of an option."
		},
		{
			"name" : "_option_weight_set",
			"description" : "create a tag with this symbol targeting an _option tag to set the weight of that option."
		},
		{
			"name" : "_handled",
			"description" : "create a tag with this symbol targeting another tag to mark that tag as handled, which causes it to be ignored."
		},
		{
			"name" : "_present_options",
			"description" : "a tag with this symbol targeting a number of _option tags is automatically created when a group of options is presented."
		},
		{
			"name" : "_selected_option",
			"description" : "a tag with this symbol targeting an _option tag and a _present_options tag group is automatically created when an option is selected from a group of options."
		},
		{
			"name" : "_eschewed_option",
			"description" : "a tag with this symbol targeting an _option tag and a _present_options tag group is automatically created when an option from a group of options is NOT selected."
		}
	]
}