mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-26 10:34:47 +00:00
chore: generate
This commit is contained in:
@@ -637,7 +637,8 @@
|
||||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -694,7 +695,8 @@
|
||||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -777,7 +779,8 @@
|
||||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -836,7 +839,8 @@
|
||||
"in": "path",
|
||||
"name": "ptyID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^pty.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -3966,7 +3970,8 @@
|
||||
"in": "path",
|
||||
"name": "permissionID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -4052,7 +4057,8 @@
|
||||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -4228,7 +4234,8 @@
|
||||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -4316,7 +4323,8 @@
|
||||
"in": "path",
|
||||
"name": "requestID",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"required": true
|
||||
}
|
||||
@@ -8579,7 +8587,8 @@
|
||||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^per.*"
|
||||
},
|
||||
"reply": {
|
||||
"type": "string",
|
||||
@@ -8788,7 +8797,8 @@
|
||||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
},
|
||||
"answers": {
|
||||
"type": "array",
|
||||
@@ -8817,7 +8827,8 @@
|
||||
"pattern": "^ses.*"
|
||||
},
|
||||
"requestID": {
|
||||
"type": "string"
|
||||
"type": "string",
|
||||
"pattern": "^que.*"
|
||||
}
|
||||
},
|
||||
"required": ["sessionID", "requestID"]
|
||||
|
||||
Reference in New Issue
Block a user