{
	"choices": [
		{
			"post_title": "Watch metal color",
			"title": "Metal color",
			"type": "label",
			"template": "swatches",
			"price_type": "fixed",
			"options": [
				{
					"label": "Silver",
					"price": 199,
					"thumbnail": "/admin/demos/images/silver.png"
				},
				{
					"label": "Gold",
					"price": 499,
					"thumbnail": "/admin/demos/images/gold.png"
				}
			]
		},
		{
			"post_title": "Watch band color",
			"title": "Band color",
			"type": "color",
			"template": "swatches",
			"price_type": "fixed",
			"options": [
				{
					"label": "Brown",
					"price": 9,
					"color": "#855637"
				},
				{
					"label": "Green",
					"price": 14,
					"color": "#566D54"
				},
				{
					"label": "Rose",
					"price": 18,
					"color": "#B9648E"
				}
			]
		},
		{
			"post_title": "Watch clock design",
			"title": "Clock design",
			"type": "label",
			"template": "swatches",
			"price_type": "none",
			"options": [
				{
					"label": "Full",
					"thumbnail": "/admin/demos/images/watch-face-1.png"
				},
				{
					"label": "Roman",
					"thumbnail": "/admin/demos/images/watch-face-2.png"
				}
			]
		}
	],
	"configuration": {
		"title": "Watch configuration",
		"template": "classic",
		"product_display": "shortcode",
		"price": 99,
		"action": "cart",
		"image_views": [
			"/admin/demos/images/band-brown.png",
			"/admin/demos/images/band-back-brown.png"
		],
		"blocks": [
			{
				"type": "carbon-fields/wcb-choice",
				"title": "Band color"
			},
			{
				"type": "carbon-fields/wcb-choice",
				"title": "Metal color"
			},
			{
				"type": "carbon-fields/wcb-choice",
				"title": "Clock design"
			}
		]
	},
	"visuals": {
		"title": "Watch configuration",
		"configuration": "Watch configuration",
		"images": [
			{
				"image": [
					"/admin/demos/images/band-brown.png",
					"/admin/demos/images/band-back-brown.png"
				],
				"display_rules": [
					{
						"Band color": "Brown"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/pink-band.png",
					"/admin/demos/images/band-back-rose.png"
				],
				"display_rules": [
					{
						"Band color": "Rose"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/green-band.png",
					"/admin/demos/images/band-back-green.png"
				],
				"display_rules": [
					{
						"Band color": "Green"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/gold-watch.png",
					"/admin/demos/images/slot-gold.png"
				],
				"display_rules": [
					{
						"Metal color": "Gold"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/white-watch.png",
					"/admin/demos/images/slot-silver.png"
				],
				"display_rules": [
					{
						"Metal color": "Silver"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/face-watch-1.png"
				],
				"display_rules": [
					{
						"Clock design": "Full"
					}
				]
			},
			{
				"image": [
					"/admin/demos/images/face-watch-2.png"
				],
				"display_rules": [
					{
						"Clock design": "Roman"
					}
				]
			}
		]
	}
}