22 lines
297 B
CUE
22 lines
297 B
CUE
package schema
|
|
|
|
#platform: {
|
|
ident: #baseHandle | *"corteza"
|
|
|
|
options: [...#optionsGroup]
|
|
|
|
components: [...{platform: ident} & #component]
|
|
|
|
resources: {
|
|
[key=#handle]: #Resource & {
|
|
"handle": key,
|
|
"platform": ident
|
|
}
|
|
}
|
|
|
|
// automation: {
|
|
// types: ....
|
|
// function ....
|
|
// }
|
|
}
|