Updating connector before certification (#964)
* feat: LAWLIFT connector * fix: changes request by MS * connector fixes
This commit is contained in:
Родитель
07353f571b
Коммит
2241713a80
|
@ -85,18 +85,31 @@
|
|||
"$ref": "#/definitions/Documents"
|
||||
}
|
||||
},
|
||||
"answersJson": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Selected Answers JSON",
|
||||
"description": "Content of the selected answers JSON file.",
|
||||
"data": {
|
||||
"type": "object",
|
||||
"title": "Custom Data Object",
|
||||
"description": "Data object containing custom data of the template.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersCsv": {
|
||||
"dataJSON": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Selected Answers CSV",
|
||||
"description": "Content of the selected answers CSV file.",
|
||||
"title": "Custom Data JSON file",
|
||||
"description": "Content of the custom data JSON file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersJSON": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Answers JSON file",
|
||||
"description": "Content of the answers JSON file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersCSV": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Answers CSV file",
|
||||
"description": "Content of the answers CSV file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"folderPath": {
|
||||
|
@ -161,7 +174,7 @@
|
|||
"API Key": []
|
||||
}
|
||||
],
|
||||
"summary": "When user exports the files",
|
||||
"summary": "When documents are exported",
|
||||
"operationId": "LawliftExportTrigger",
|
||||
"description": "Triggered when user exports the files",
|
||||
"x-ms-trigger": "single",
|
||||
|
@ -265,18 +278,31 @@
|
|||
"title": "Plain Text Email Message",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersJson": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Selected Answers JSON",
|
||||
"description": "Content of the selected answers JSON file.",
|
||||
"data": {
|
||||
"type": "object",
|
||||
"title": "Custom Data Object",
|
||||
"description": "Data object containing custom data of the template.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersCsv": {
|
||||
"dataJSON": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Selected Answers CSV",
|
||||
"description": "Content of the selected answers CSV file.",
|
||||
"title": "Custom Data JSON file",
|
||||
"description": "Content of the custom data JSON file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersJSON": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Answers JSON file",
|
||||
"description": "Content of the answers JSON file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"answersCSV": {
|
||||
"format": "byte",
|
||||
"type": "string",
|
||||
"title": "Answers CSV file",
|
||||
"description": "Content of the answers CSV file.",
|
||||
"x-ms-visibility": "advanced"
|
||||
},
|
||||
"folderPath": {
|
||||
|
@ -341,9 +367,9 @@
|
|||
"API Key": []
|
||||
}
|
||||
],
|
||||
"summary": "When user completes questionnaire",
|
||||
"summary": "When a questionnaire is submitted",
|
||||
"operationId": "LawliftNotificationTrigger",
|
||||
"description": "Triggered when user completes questionnaire.",
|
||||
"description": "Triggered when user completes the questionnaire.",
|
||||
"x-ms-trigger": "single",
|
||||
"parameters": [
|
||||
{
|
||||
|
@ -459,7 +485,7 @@
|
|||
},
|
||||
"TemplateMetadata": {
|
||||
"type": "object",
|
||||
"description": "Publication metadata.",
|
||||
"description": "Template metadata.",
|
||||
"x-ms-visibility": "advanced",
|
||||
"properties": {
|
||||
"name": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче