diff --git a/apps/live/kinds/channel.cue b/apps/live/kinds/channel.cue new file mode 100644 index 00000000000..52d9b247ea3 --- /dev/null +++ b/apps/live/kinds/channel.cue @@ -0,0 +1,13 @@ +package live + +liveV1beta1: { + kind: "Channel" + pluralName: "Channels" + + schema: { + spec: { + title: string + description?: string + } + } +} \ No newline at end of file