image realty data

 avatar
unknown
json
4 years ago
720 B
7
Indexable
{
	...realty_data...

	"about_images": [
		{
			"image_id": string(айді імеджа),
			"url":
			{
				"partner": string(урл партнера)
				"lun": string(наш урл)
			},
			"image_size":
			{
				"partner": string(розмір картинки в фіді)
				"lun": string(розмір фактичний після процессингу(crop і тд))
			}
			"image_category": oneOf("kitchen", "room", "building", ...),
			"image_repair_quality": oneOf(0, 1, 2, 3),
			"image_processing_stage": string,
			"image_download_status": oneOf("new", "accepted", "succeeded", "download_failed", "upload_failed", "not_exists", "invalid_type_error", "image_cleaner_ready")

		},

		...other images
	]
}
Editor is loading...