component¶
Required: No
Type: List of objects
Condition: No  
List of components to be added to the project.
| Key | Required | Type | Description | 
|---|---|---|---|
id | 
Yes | String | ID of the component | 
instance | 
If instantiable | List of strings | List of instance names if the component is instantiable. Since instance names must be usable as variables in C code, input must be restricted to /[A-Za-z0-9_]+/. | 
from | 
If from a SDK extension | String | The ID of the SDK extension the compoennt is from. Only SDK extensions listed using the sdk_extension key may be used. | 
Example
1 2 3 4 5 6  |  |