Skip to content

Commit

Permalink
[Schema] Update version description
Browse files Browse the repository at this point in the history
Make description for version attribute a little more clear about being required for toplevel cards.

Fixes #2958
  • Loading branch information
paulcam206 committed May 24, 2019
1 parent 9d47f2b commit 7dd9654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schemas/adaptive-card.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"properties": {
"version": {
"type": "string",
"description": "Schema version that this card requires. If a client is **lower** than this version, the `fallbackText` will be rendered. NOTE: Version is not required for cards within an `Action.ShowCard`",
"description": "Schema version that this card requires. If a client is **lower** than this version, the `fallbackText` will be rendered. NOTE: Version is not required for cards within an `Action.ShowCard`. However, it *is* required for the top-level card.",
"examples": [
"1.0", "1.1", "1.2"
]
Expand Down

0 comments on commit 7dd9654

Please sign in to comment.