Moving server files to ./server
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package schema
|
||||
|
||||
#_ioSpec: {
|
||||
template: string
|
||||
output: string
|
||||
|
||||
syntax: string | *"go"
|
||||
if output =~ "\\.adoc$" {
|
||||
syntax: "adoc"
|
||||
}
|
||||
}
|
||||
|
||||
#codegen: {
|
||||
#_ioSpec
|
||||
payload: _
|
||||
} | {
|
||||
bulk?: [...#_ioSpec]
|
||||
payload: _
|
||||
}
|
||||
Reference in New Issue
Block a user