|
@@ -4611,6 +4611,531 @@
|
|
|
},
|
|
},
|
|
|
"security": []
|
|
"security": []
|
|
|
}
|
|
}
|
|
|
|
|
+ },
|
|
|
|
|
+ "/api/agent/getAgentMonacoEditorCompletions": {
|
|
|
|
|
+ "post": {
|
|
|
|
|
+ "summary": "获取智能体MonacoEditor提示器配置对象",
|
|
|
|
|
+ "deprecated": false,
|
|
|
|
|
+ "description": "",
|
|
|
|
|
+ "tags": ["Agent"],
|
|
|
|
|
+ "parameters": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "Authorization",
|
|
|
|
|
+ "in": "header",
|
|
|
|
|
+ "description": "",
|
|
|
|
|
+ "example": "bpm_client_1499247893062619136",
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "string",
|
|
|
|
|
+ "default": "bpm_client_1499247893062619136"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "requestBody": {
|
|
|
|
|
+ "content": {
|
|
|
|
|
+ "application/json": {
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {}
|
|
|
|
|
+ },
|
|
|
|
|
+ "example": {}
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": true
|
|
|
|
|
+ },
|
|
|
|
|
+ "responses": {
|
|
|
|
|
+ "200": {
|
|
|
|
|
+ "description": "",
|
|
|
|
|
+ "content": {
|
|
|
|
|
+ "application/json": {
|
|
|
|
|
+ "schema": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "isSuccess": {
|
|
|
|
|
+ "type": "boolean"
|
|
|
|
|
+ },
|
|
|
|
|
+ "code": {
|
|
|
|
|
+ "type": "integer"
|
|
|
|
|
+ },
|
|
|
|
|
+ "result": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "javascript": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "methods": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "object": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "type": "object",
|
|
|
|
|
+ "properties": {
|
|
|
|
|
+ "detail": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "documentation": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "insertText": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "kind": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "label": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ },
|
|
|
|
|
+ "snippet": {
|
|
|
|
|
+ "type": "boolean"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": [
|
|
|
|
|
+ "detail",
|
|
|
|
|
+ "documentation",
|
|
|
|
|
+ "insertText",
|
|
|
|
|
+ "kind",
|
|
|
|
|
+ "label",
|
|
|
|
|
+ "snippet"
|
|
|
|
|
+ ]
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "triggerCharacters": {
|
|
|
|
|
+ "type": "array",
|
|
|
|
|
+ "items": {
|
|
|
|
|
+ "type": "string"
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["methods", "object", "properties", "triggerCharacters"]
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["javascript"]
|
|
|
|
|
+ },
|
|
|
|
|
+ "isAuthorized": {
|
|
|
|
|
+ "type": "boolean"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "required": ["isSuccess", "code", "result", "isAuthorized"]
|
|
|
|
|
+ },
|
|
|
|
|
+ "example": {
|
|
|
|
|
+ "isSuccess": true,
|
|
|
|
|
+ "code": 1,
|
|
|
|
|
+ "result": {
|
|
|
|
|
+ "javascript": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "user_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creation_time",
|
|
|
|
|
+ "documentation": "creation_time",
|
|
|
|
|
+ "insertText": "creation_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creation_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String creation_user",
|
|
|
|
|
+ "documentation": "creation_user",
|
|
|
|
|
+ "insertText": "creation_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creation_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date update_time",
|
|
|
|
|
+ "documentation": "update_time",
|
|
|
|
|
+ "insertText": "update_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "update_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String update_user",
|
|
|
|
|
+ "documentation": "update_user",
|
|
|
|
|
+ "insertText": "update_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "update_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date delete_time",
|
|
|
|
|
+ "documentation": "delete_time",
|
|
|
|
|
+ "insertText": "delete_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "delete_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String delete_user",
|
|
|
|
|
+ "documentation": "delete_user",
|
|
|
|
|
+ "insertText": "delete_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "delete_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Boolean is_deleted",
|
|
|
|
|
+ "documentation": "is_deleted",
|
|
|
|
|
+ "insertText": "is_deleted",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "is_deleted",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String user_code",
|
|
|
|
|
+ "documentation": "user_code",
|
|
|
|
|
+ "insertText": "user_code",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "user_code",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String name",
|
|
|
|
|
+ "documentation": "name",
|
|
|
|
|
+ "insertText": "name",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "name",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer age",
|
|
|
|
|
+ "documentation": "age",
|
|
|
|
|
+ "insertText": "age",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "age",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date borndate",
|
|
|
|
|
+ "documentation": "borndate",
|
|
|
|
|
+ "insertText": "borndate",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "borndate",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "test_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date test_creation_time",
|
|
|
|
|
+ "documentation": "test_creation_time",
|
|
|
|
|
+ "insertText": "test_creation_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_creation_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String test_creation_user",
|
|
|
|
|
+ "documentation": "test_creation_user",
|
|
|
|
|
+ "insertText": "test_creation_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_creation_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date test_update_time",
|
|
|
|
|
+ "documentation": "test_update_time",
|
|
|
|
|
+ "insertText": "test_update_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_update_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String test_update_user",
|
|
|
|
|
+ "documentation": "test_update_user",
|
|
|
|
|
+ "insertText": "test_update_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_update_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date test_delete_time",
|
|
|
|
|
+ "documentation": "test_delete_time",
|
|
|
|
|
+ "insertText": "test_delete_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_delete_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String test_delete_user",
|
|
|
|
|
+ "documentation": "test_delete_user",
|
|
|
|
|
+ "insertText": "test_delete_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_delete_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Boolean test_is_deleted",
|
|
|
|
|
+ "documentation": "test_is_deleted",
|
|
|
|
|
+ "insertText": "test_is_deleted",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "test_is_deleted",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "test3_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String taskId",
|
|
|
|
|
+ "documentation": "taskId",
|
|
|
|
|
+ "insertText": "taskId",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskId",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String snNumber",
|
|
|
|
|
+ "documentation": "snNumber",
|
|
|
|
|
+ "insertText": "snNumber",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "snNumber",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer taskStatus",
|
|
|
|
|
+ "documentation": "taskStatus",
|
|
|
|
|
+ "insertText": "taskStatus",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskStatus",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creationTime",
|
|
|
|
|
+ "documentation": "creationTime",
|
|
|
|
|
+ "insertText": "creationTime",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creationTime",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "test2_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String taskId",
|
|
|
|
|
+ "documentation": "taskId",
|
|
|
|
|
+ "insertText": "taskId",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskId",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String snNumber",
|
|
|
|
|
+ "documentation": "snNumber",
|
|
|
|
|
+ "insertText": "snNumber",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "snNumber",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer taskStatus",
|
|
|
|
|
+ "documentation": "taskStatus",
|
|
|
|
|
+ "insertText": "taskStatus",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskStatus",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creationTime",
|
|
|
|
|
+ "documentation": "creationTime",
|
|
|
|
|
+ "insertText": "creationTime",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creationTime",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "test1_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String taskId",
|
|
|
|
|
+ "documentation": "taskId",
|
|
|
|
|
+ "insertText": "taskId",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskId",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String snNumber",
|
|
|
|
|
+ "documentation": "snNumber",
|
|
|
|
|
+ "insertText": "snNumber",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "snNumber",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer taskStatus",
|
|
|
|
|
+ "documentation": "taskStatus",
|
|
|
|
|
+ "insertText": "taskStatus",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "taskStatus",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creationTime",
|
|
|
|
|
+ "documentation": "creationTime",
|
|
|
|
|
+ "insertText": "creationTime",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creationTime",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "methods": [],
|
|
|
|
|
+ "object": "chat_mstr",
|
|
|
|
|
+ "properties": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creation_time",
|
|
|
|
|
+ "documentation": "creation_time",
|
|
|
|
|
+ "insertText": "creation_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creation_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String creation_user",
|
|
|
|
|
+ "documentation": "creation_user",
|
|
|
|
|
+ "insertText": "creation_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creation_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date update_time",
|
|
|
|
|
+ "documentation": "update_time",
|
|
|
|
|
+ "insertText": "update_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "update_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String update_user",
|
|
|
|
|
+ "documentation": "update_user",
|
|
|
|
|
+ "insertText": "update_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "update_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date delete_time",
|
|
|
|
|
+ "documentation": "delete_time",
|
|
|
|
|
+ "insertText": "delete_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "delete_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String delete_user",
|
|
|
|
|
+ "documentation": "delete_user",
|
|
|
|
|
+ "insertText": "delete_user",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "delete_user",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Boolean is_deleted",
|
|
|
|
|
+ "documentation": "is_deleted",
|
|
|
|
|
+ "insertText": "is_deleted",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "is_deleted",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer sess_id",
|
|
|
|
|
+ "documentation": "sess_id",
|
|
|
|
|
+ "insertText": "sess_id",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "sess_id",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String type",
|
|
|
|
|
+ "documentation": "type",
|
|
|
|
|
+ "insertText": "type",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "type",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String uniq_key",
|
|
|
|
|
+ "documentation": "uniq_key",
|
|
|
|
|
+ "insertText": "uniq_key",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "uniq_key",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String grp_name",
|
|
|
|
|
+ "documentation": "grp_name",
|
|
|
|
|
+ "insertText": "grp_name",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "grp_name",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Integer creat_by",
|
|
|
|
|
+ "documentation": "creat_by",
|
|
|
|
|
+ "insertText": "creat_by",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creat_by",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "Date creat_time",
|
|
|
|
|
+ "documentation": "creat_time",
|
|
|
|
|
+ "insertText": "creat_time",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "creat_time",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "detail": "String chat_code",
|
|
|
|
|
+ "documentation": "chat_code",
|
|
|
|
|
+ "insertText": "chat_code",
|
|
|
|
|
+ "kind": "property",
|
|
|
|
|
+ "label": "chat_code",
|
|
|
|
|
+ "snippet": false
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "triggerCharacters": ["."]
|
|
|
|
|
+ }
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ "isAuthorized": true
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "headers": {}
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "security": []
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
"components": {
|
|
"components": {
|