Base CUE, def, schemas
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package schema
|
||||
|
||||
#codegen: {
|
||||
template: string
|
||||
output: string
|
||||
|
||||
syntax: "go"
|
||||
if output =~ "\\.adoc" {
|
||||
syntax: "adoc"
|
||||
}
|
||||
|
||||
payload: _
|
||||
}
|
||||
Reference in New Issue
Block a user