diff --git a/actions.schema.json b/actions.schema.json index 3bba7e1..4c639c9 100644 --- a/actions.schema.json +++ b/actions.schema.json @@ -86,9 +86,21 @@ }, "reidentify": { "type": "object", + "required": [ + "reasoning" + ], "properties": { "reasoning": { "type": "string" + }, + "onfail": { + "type": "string", + "enum": [ + "convert", + "extract", + "manual", + "ignore" + ] } } },