chore: generate
This commit is contained in:
+22
-11
@@ -637,7 +637,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "ptyID",
|
"name": "ptyID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^pty.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -694,7 +695,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "ptyID",
|
"name": "ptyID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^pty.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -777,7 +779,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "ptyID",
|
"name": "ptyID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^pty.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -836,7 +839,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "ptyID",
|
"name": "ptyID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^pty.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -3966,7 +3970,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "permissionID",
|
"name": "permissionID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^per.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -4052,7 +4057,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "requestID",
|
"name": "requestID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^per.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -4228,7 +4234,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "requestID",
|
"name": "requestID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -4316,7 +4323,8 @@
|
|||||||
"in": "path",
|
"in": "path",
|
||||||
"name": "requestID",
|
"name": "requestID",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
},
|
},
|
||||||
"required": true
|
"required": true
|
||||||
}
|
}
|
||||||
@@ -8579,7 +8587,8 @@
|
|||||||
"pattern": "^ses.*"
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"requestID": {
|
"requestID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^per.*"
|
||||||
},
|
},
|
||||||
"reply": {
|
"reply": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
@@ -8788,7 +8797,8 @@
|
|||||||
"pattern": "^ses.*"
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"requestID": {
|
"requestID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
},
|
},
|
||||||
"answers": {
|
"answers": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
@@ -8817,7 +8827,8 @@
|
|||||||
"pattern": "^ses.*"
|
"pattern": "^ses.*"
|
||||||
},
|
},
|
||||||
"requestID": {
|
"requestID": {
|
||||||
"type": "string"
|
"type": "string",
|
||||||
|
"pattern": "^que.*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["sessionID", "requestID"]
|
"required": ["sessionID", "requestID"]
|
||||||
|
|||||||
Reference in New Issue
Block a user