diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-05-28 12:05:32 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-05-28 12:05:32 -0400 |
commit | 306ab404ce687db5a67762d63b159118ab592837 (patch) | |
tree | 7bb1c81ea0007df8aeb84e0cfe3cf6809d4f614e /schema/json/HistoryNode.json | |
parent | 056497801039c1b8f5d4600531f5c90dbd375a38 (diff) | |
download | sncontinue-306ab404ce687db5a67762d63b159118ab592837.tar.gz sncontinue-306ab404ce687db5a67762d63b159118ab592837.tar.bz2 sncontinue-306ab404ce687db5a67762d63b159118ab592837.zip |
bug fixes, build script, sdk methods
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 f58b8038..87a8729f 100644 --- a/schema/json/HistoryNode.json +++ b/schema/json/HistoryNode.json @@ -1,6 +1,6 @@ { "title": "HistoryNode", - "$ref": "#/definitions/continuedev__src__continuedev__core__main__HistoryNode", + "$ref": "#/definitions/src__continuedev__core__main__HistoryNode", "definitions": { "Step": { "title": "Step", @@ -26,7 +26,7 @@ "type": "object", "properties": {} }, - "continuedev__src__continuedev__core__main__HistoryNode": { + "src__continuedev__core__main__HistoryNode": { "title": "HistoryNode", "description": "A point in history, a list of which make up History", "type": "object", |