"description":"Amount in degrees the block should be rotated on each axis. \"rotation\" is specified as [x, y, z] using floating point values and must be axis aligned, otherwise the value will be rounded to the nearest axis-aligned value.",
"description":"Offset to the pivot point around which to apply the scale. \"scale_pivot\" is specified as [x, y, z] using floating point values.",
"type":"array",
"default":[0,0,0],
"items":[
{
"title":"X",
"type":"number",
"default":0
},
{
"title":"Y",
"type":"number",
"default":0
},
{
"title":"Z",
"type":"number",
"default":0
}
]
},
"rotation_pivot":{
"title":"Rotation Pivot",
"description":"Offset to the pivot point around which to apply the rotation. \"rotation_pivot\" is specified as [x, y, z] using floating point values.",