Skip to content

Commit

Permalink
fix task info descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
deekshanya committed Aug 11, 2021
1 parent e065938 commit 06bf0f4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -413,20 +413,20 @@
"properties": {
"title": {
"type": "string",
"description": "Initial dialog title",
"description": "Task module title",
"maxLength": 64
},
"width": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog width - either a number in pixels or default layout such as 'large', 'medium', or 'small'"
"description": "Task module width - either a number in pixels or default layout such as 'large', 'medium', or 'small'"
},
"height": {
"$ref": "#/definitions/taskInfoDimension",
"description": "Dialog height - either a number in pixels or default layout such as 'large', 'medium', or 'small'"
"description": "Task module height - either a number in pixels or default layout such as 'large', 'medium', or 'small'"
},
"url": {
"$ref": "#/definitions/httpsUrl",
"description": "Initial webview URL"
"description": "Task module URL"
}
}
}
Expand Down

0 comments on commit 06bf0f4

Please sign in to comment.