{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"context":{
			"$ref":"/resources/schema/services/v1/Context.json"
		},
		"current_location":{
			"type":"string"
		},
		"entity_source":{
			"type":"string"
		},
		"geo_source":{
			"type":"string"
		},
		"keyword":{
			"type":"string"
		},
		"lang":{
			"type":"string"
		},
		"limit":{
			"type":"integer"
		},
		"request_id":{
			"type":"string"
		},
		"type":{
			"$ref":"/resources/schema/entity/v1/SuggestionsType.json"
		}
	},
	"required":[
		"context",
		"keyword"
	],
	"title":"EntitySuggestionsRequest",
	"type":"object"
}