Base CUE, def, schemas

This commit is contained in:
Denis Arh
2022-01-26 16:25:53 +01:00
parent 691481424a
commit c19ee84f5d
42 changed files with 1760 additions and 872 deletions
+13
View File
@@ -0,0 +1,13 @@
package schema
#codegen: {
template: string
output: string
syntax: "go"
if output =~ "\\.adoc" {
syntax: "adoc"
}
payload: _
}