Skip to content

Commit

Permalink
Merge pull request #189 from heyitsaamir/main
Browse files Browse the repository at this point in the history
Add `isRequired` field in parameters object for Teams manifest
  • Loading branch information
lindalu-MSFT authored Mar 13, 2024
2 parents 6f2d7f2 + 9d34df4 commit 9d1db55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion teams/vDevPreview/MicrosoftTeams.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,10 @@
"description": "Type of the parameter",
"default": "text"
},
"isRequired": {
"type": "boolean",
"description": "Indicates whether this parameter is required or not. By default, it is not."
},
"title": {
"type": "string",
"description": "Title of the parameter.",
Expand Down Expand Up @@ -2496,4 +2500,4 @@
"additionalProperties": false
}
}
}
}

0 comments on commit 9d1db55

Please sign in to comment.