diff --git a/codetf.schema.json b/codetf.schema.json index cc67362..05c56dc 100644 --- a/codetf.schema.json +++ b/codetf.schema.json @@ -171,6 +171,15 @@ "ai": { "description": "Metadata about AI tool used to generate the fix", "$ref": "#/definitions/ai" + }, + "strategy": { + "type": "enum", + "description": "The strategy used to generate the fix", + "enum": ["ai", "hybrid", "deterministic"] + }, + "provisional": { + "type": "boolean", + "description": "Indicates that the fix is provisional and may need further review" } }, "required": ["path", "diff", "changes"]