{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"ad_source":{
			"type":"string"
		},
		"address":{
			"$ref":"/resources/schema/common/v1/Address.json"
		},
		"business_name":{
			"type":"string"
		},
		"category":{
			"items":{
				"type":"string"
			},
			"type":"array"
		},
		"click_url":{
			"type":"string"
		},
		"description":{
			"type":"string"
		},
		"email_id":{
			"type":"string"
		},
		"entity_id":{
			"type":"string"
		},
		"geocode":{
			"$ref":"/resources/schema/common/v1/LatLon.json"
		},
		"id":{
			"type":"string"
		},
		"label":{
			"type":"string"
		},
		"logo_url":{
			"type":"string"
		},
		"media_url":{
			"type":"string"
		},
		"phone_number":{
			"type":"string"
		},
		"summary":{
			"type":"string"
		},
		"tag_line":{
			"type":"string"
		},
		"tracking_url":{
			"type":"string"
		},
		"type":{
			"$ref":"/resources/schema/ads/v1/AdType.json"
		},
		"website_url":{
			"type":"string"
		}
	},
	"required":[
		"id",
		"type",
		"business_name",
		"label",
		"tag_line"
	],
	"title":"BasicAdvertisement",
	"type":"object"
}