18 lines
249 B
CUE
18 lines
249 B
CUE
package schema
|
|
|
|
#platform: {
|
|
ident: #baseHandle | *"corteza"
|
|
|
|
options: [...#optionsGroup]
|
|
components: [...{platform: ident} & #component]
|
|
// env-var definitions
|
|
// options: {}
|
|
|
|
//
|
|
|
|
// automation: {
|
|
// types: ....
|
|
// function ....
|
|
// }
|
|
}
|