Layout expanded into separate objects. No size/material/color/appearance. Not a physical in-game group.
Complete JSON recipe
{
"sunVersion": "1.0",
"documentType": "world",
"units": "m",
"up": "y",
"name": "Catalogue · group",
"recipe": {
"builder": "1.0-draft.2",
"grid": 0,
"definitions": [
{
"id": "seat",
"type": "armchair"
},
{
"id": "table",
"type": "roundTable",
"size": [
0.6,
0.5,
0.6
]
},
{
"id": "model",
"type": "group",
"parts": [
{
"id": "seat",
"ref": "seat"
},
{
"id": "table",
"ref": "table",
"position": [
1,
0,
0
]
}
]
}
],
"objects": [
{
"id": "example",
"ref": "model",
"position": [
0,
0,
0
]
}
],
"player": {
"position": [
0,
0.9,
-3
],
"yaw": 0,
"pitch": 0
}
}
}