Skip to content

Commit

Permalink
Updating connector before certification (microsoft#964)
Browse files Browse the repository at this point in the history
* feat: LAWLIFT connector

* fix: changes request by MS

* connector fixes
  • Loading branch information
makaveli1313 authored Jul 16, 2021
1 parent 07353f5 commit 2241713
Showing 1 changed file with 42 additions and 16 deletions.
58 changes: 42 additions & 16 deletions certified-connectors/LAWLIFT/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,31 @@
"$ref": "#/definitions/Documents"
}
},
"answersJson": {
"data": {
"type": "object",
"title": "Custom Data Object",
"description": "Data object containing custom data of the template.",
"x-ms-visibility": "advanced"
},
"dataJSON": {
"format": "byte",
"type": "string",
"title": "Custom Data JSON file",
"description": "Content of the custom data JSON file.",
"x-ms-visibility": "advanced"
},
"answersJSON": {
"format": "byte",
"type": "string",
"title": "Selected Answers JSON",
"description": "Content of the selected answers JSON file.",
"title": "Answers JSON file",
"description": "Content of the answers JSON file.",
"x-ms-visibility": "advanced"
},
"answersCsv": {
"answersCSV": {
"format": "byte",
"type": "string",
"title": "Selected Answers CSV",
"description": "Content of the selected answers CSV file.",
"title": "Answers CSV file",
"description": "Content of the answers CSV file.",
"x-ms-visibility": "advanced"
},
"folderPath": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -265,18 +278,31 @@
"title": "Plain Text Email Message",
"x-ms-visibility": "advanced"
},
"answersJson": {
"data": {
"type": "object",
"title": "Custom Data Object",
"description": "Data object containing custom data of the template.",
"x-ms-visibility": "advanced"
},
"dataJSON": {
"format": "byte",
"type": "string",
"title": "Selected Answers JSON",
"description": "Content of the selected answers JSON file.",
"title": "Custom Data JSON file",
"description": "Content of the custom data JSON file.",
"x-ms-visibility": "advanced"
},
"answersCsv": {
"answersJSON": {
"format": "byte",
"type": "string",
"title": "Selected Answers CSV",
"description": "Content of the selected answers CSV file.",
"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": {
Expand Down Expand Up @@ -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": [
{
Expand Down Expand Up @@ -459,7 +485,7 @@
},
"TemplateMetadata": {
"type": "object",
"description": "Publication metadata.",
"description": "Template metadata.",
"x-ms-visibility": "advanced",
"properties": {
"name": {
Expand Down

0 comments on commit 2241713

Please sign in to comment.