diff options
author | sestinj <sestinj@gmail.com> | 2023-08-10 01:39:09 -0700 |
---|---|---|
committer | sestinj <sestinj@gmail.com> | 2023-08-10 01:39:09 -0700 |
commit | 43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f (patch) | |
tree | cfaefe120d1d7ff4e73c01e57f538ff9ec1eec27 /schema/json/SessionInfo.json | |
parent | 94ff4ec95fc2c078fc164e20c9f99fccad5616e7 (diff) | |
download | sncontinue-43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f.tar.gz sncontinue-43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f.tar.bz2 sncontinue-43d55d705d204ebc7ecb05bdaec2b32b6cb9d07f.zip |
Remove clientgen, fix windows startup errors
Diffstat (limited to 'schema/json/SessionInfo.json')
-rw-r--r-- | schema/json/SessionInfo.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/schema/json/SessionInfo.json b/schema/json/SessionInfo.json index 5857a724..e8d53fa1 100644 --- a/schema/json/SessionInfo.json +++ b/schema/json/SessionInfo.json @@ -1,29 +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" - ] - } - } +{
+ "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 |