{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"title": "EntityTypeValues",
	"description": "Possible Options for Entity Type",
	"enum": [
		"TNENTITY",
		"CUSTOM_ENTITY"
	]
}