diff --git a/internal/provider/mozilla_ai/data/schema.json b/internal/provider/mozilla_ai/data/schema.json index be87290..ee23346 100644 --- a/internal/provider/mozilla_ai/data/schema.json +++ b/internal/provider/mozilla_ai/data/schema.json @@ -241,7 +241,23 @@ "description", "type" ], - "additionalProperties": false + "additionalProperties": false, + "allOf": [ + { + "if": { + "properties": { + "type": { + "const": "argument_positional" + } + } + }, + "then": { + "required": [ + "position" + ] + } + } + ] }, "Repository": { "type": "object",