From f19345c652cfcf1bdf13d0a44a2f302e0cd1aa4c Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Sun, 6 Aug 2023 09:28:22 -0700 Subject: feat: :construction: Router and new history page --- schema/json/SessionInfo.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 schema/json/SessionInfo.json (limited to 'schema/json/SessionInfo.json') diff --git a/schema/json/SessionInfo.json b/schema/json/SessionInfo.json new file mode 100644 index 00000000..5857a724 --- /dev/null +++ b/schema/json/SessionInfo.json @@ -0,0 +1,29 @@ +{ + "title": "SessionInfo", + "$ref": "#/definitions/src__continuedev__core__main__SessionInfo", + "definitions": { + "src__continuedev__core__main__SessionInfo": { + "title": "SessionInfo", + "type": "object", + "properties": { + "session_id": { + "title": "Session Id", + "type": "string" + }, + "title": { + "title": "Title", + "type": "string" + }, + "date_created": { + "title": "Date Created", + "type": "string" + } + }, + "required": [ + "session_id", + "title", + "date_created" + ] + } + } +} \ No newline at end of file -- cgit v1.2.3-70-g09d2