{
	"choices": [
		{
			"post_title": "Sofa leather texture",
			"title": "Sofa texture",
			"type": "label",
			"template": "swatches",
			"price_type": "fixed",
			"use_thumbnail": "yes",
			"model_group": "Material.002",
			"model_material": "base",
			"options": [
				{
					"label": "Modern White",
					"price": 399,
					"thumbnail": "/admin/demos/images/leather-1.png"
				},
				{
					"label": "Latte Brown",
					"price": 499,
					"thumbnail": "/admin/demos/images/leather-2.png"
				},
				{
					"label": "Crimson Red",
					"price": 599,
					"thumbnail": "/admin/demos/images/leather-3.png"
				}
			]
		},
		{
			"post_title": "Sofa back color",
			"title": "Sofa color",
			"type": "color",
			"template": "swatches",
			"price_type": "none",
			"options": [
				{
					"label": "White",
					"color": "#FFFFFF"
				},
				{
					"label": "Grey",
					"color": "#D2D2D2"
				},
				{
					"label": "Darkbrown",
					"color": "#4D2D00"
				},
				{
					"label": "Black",
					"color": "#262626"
				}
			]
		}
	],
	"configuration": {
		"title": "Sofa configuration",
		"template": "classic",
		"product_display": "shortcode",
		"model": "/admin/demos/images/sofa.glb",
		"price": 99,
		"action": "cart",
		"blocks": [
			{
				"type": "carbon-fields/wcb-choice",
				"title": "Sofa texture"
			},
			{
				"type": "carbon-fields/wcb-choice",
				"title": "Sofa color"
			}
		]
	},
	"visuals": {
		"title": "Sofa configuration",
		"configuration": "Sofa configuration",
		"textures": [
			{
				"type": "material",
				"name": "Material.002",
				"texture_type": "base",
				"display_rules": [
					{
						"Sofa texture": ""
					}
				]
			},
			{
				"type": "material",
				"name": "Default",
				"texture_type": "color",
				"display_rules": [
					{
						"Sofa color": ""
					}
				]
			}
		]
	}
}