We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1066903 commit 2b3c457Copy full SHA for 2b3c457
internal/provider/mozilla_ai/data/schema.json
@@ -241,7 +241,23 @@
241
"description",
242
"type"
243
],
244
- "additionalProperties": false
+ "additionalProperties": false,
245
+ "allOf": [
246
+ {
247
+ "if": {
248
+ "properties": {
249
+ "type": {
250
+ "const": "argument_positional"
251
+ }
252
253
+ },
254
+ "then": {
255
+ "required": [
256
+ "position"
257
+ ]
258
259
260
261
},
262
"Repository": {
263
"type": "object",
0 commit comments