3
0
corteza/codegen/schema/platform.cue
2022-01-29 12:18:00 +01:00

18 lines
249 B
CUE

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