diff options
Diffstat (limited to 'schema/json/HistoryNode.json')
-rw-r--r-- | schema/json/HistoryNode.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/json/HistoryNode.json b/schema/json/HistoryNode.json index f9004a43..26287573 100644 --- a/schema/json/HistoryNode.json +++ b/schema/json/HistoryNode.json @@ -1,6 +1,6 @@ { "title": "HistoryNode", - "$ref": "#/definitions/src__continuedev__core__main__HistoryNode", + "$ref": "#/definitions/continuedev__core__main__HistoryNode", "definitions": { "FunctionCall": { "title": "FunctionCall", @@ -171,7 +171,7 @@ "content" ] }, - "src__continuedev__core__main__HistoryNode": { + "continuedev__core__main__HistoryNode": { "title": "HistoryNode", "description": "A point in history, a list of which make up History", "type": "object", |