diff options
Diffstat (limited to 'schema/json/FullState.json')
-rw-r--r-- | schema/json/FullState.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/json/FullState.json b/schema/json/FullState.json index aebe4b21..33cf4ad7 100644 --- a/schema/json/FullState.json +++ b/schema/json/FullState.json @@ -1,6 +1,6 @@ { "title": "FullState", - "$ref": "#/definitions/src__continuedev__core__main__FullState", + "$ref": "#/definitions/continuedev__core__main__FullState", "definitions": { "FunctionCall": { "title": "FunctionCall", @@ -332,7 +332,7 @@ "requires_query" ] }, - "src__continuedev__core__main__FullState": { + "continuedev__core__main__FullState": { "title": "FullState", "description": "A full state of the program, including the history", "type": "object", |