Skip to content

Commit eb45342

Browse files
committed
Make format required
1 parent 3c890e2 commit eb45342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gnus-processing-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
},
225225
"model_config": {
226226
"type": "object",
227-
"required": ["source_uri_param", "input_nodes", "output_nodes"],
227+
"required": ["source_uri_param", "input_nodes", "output_nodes", "format"],
228228
"properties": {
229229
"source_uri_param": {
230230
"type": "string",

0 commit comments

Comments
 (0)