summaryrefslogtreecommitdiff
path: root/schema/json/TracebackFrame.json
diff options
context:
space:
mode:
Diffstat (limited to 'schema/json/TracebackFrame.json')
-rw-r--r--schema/json/TracebackFrame.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/schema/json/TracebackFrame.json b/schema/json/TracebackFrame.json
new file mode 100644
index 00000000..6321e08c
--- /dev/null
+++ b/schema/json/TracebackFrame.json
@@ -0,0 +1,33 @@
+{
+ "title": "TracebackFrame",
+ "$ref": "#/definitions/continuedev__src__continuedev__models__main__TracebackFrame",
+ "definitions": {
+ "continuedev__src__continuedev__models__main__TracebackFrame": {
+ "title": "TracebackFrame",
+ "type": "object",
+ "properties": {
+ "filepath": {
+ "title": "Filepath",
+ "type": "string"
+ },
+ "lineno": {
+ "title": "Lineno",
+ "type": "integer"
+ },
+ "function": {
+ "title": "Function",
+ "type": "string"
+ },
+ "code": {
+ "title": "Code",
+ "type": "string"
+ }
+ },
+ "required": [
+ "filepath",
+ "lineno",
+ "function"
+ ]
+ }
+ }
+} \ No newline at end of file