Component
Defines UI components that can be rendered.
Properties
id
: id of the component, not mandatory. Can be a reference that point to another componentsubset
: The type of UI element (e.g.,layout-linear
,button
,text
)style
: Style objectcontent
: Content or child components (can be a value or a reference)
... (TODO expand with example JSON)