extension to the base assembly returned from the backend. These are additional properties that are not on the base assembly but added as part of an application.

Example

{
"assemblies": [
{
"boards": [
...
],
"holders": {
...
},
"nozzles": [
...
],
"core": true,
"name": "core",
"path": "assembly.core",
// extra properties added to the assembly
"carbAgitator": {
"name": "carbAgitator",
"path": "assembly.core.board:ksm.carbAgitator"
},
"iceAgitator": {
"name": "iceAgitator",
"path": "assembly.core.board:ksm.iceAgitator"
},
}
]
}
interface FreestyleResponseExt {}