Skip to content

Commit 740239e

Browse files
committed
feat: add completion for generator metadata
1 parent 6a46ced commit 740239e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

res/schemas/beet_pipeline.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,18 @@
8989
"title": "Storage for during the build process. Also contains plugin config",
9090
"type": "object",
9191
"properties": {
92+
"generate_format": {
93+
"title": "Default location of generated files",
94+
"type": "string"
95+
},
96+
"generate_namespace": {
97+
"title": "Default namespace of generated files",
98+
"type": "string"
99+
},
100+
"generate_prefix": {
101+
"title": "Default prefix of generated files",
102+
"type": "string"
103+
},
92104
"function_header": {
93105
"title": "Plugin that adds a header to functions automatically",
94106
"$ref": "contrib/function_header.json"
@@ -156,4 +168,4 @@
156168
}
157169
}
158170
}
159-
}
171+
}

0 commit comments

Comments
 (0)