microsoft / microsoft/AdaptiveCards
[Designer] Missing property error showing on Data payload
Open
@anna-dingler is already working on this.
Since Aug 22, 2022.
Area-Designer
Bug
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Problem Description
When using the data payload on the designer the first curly brace shows an error on hover stating that properties "version" and "type" are missing. The error looks like this:

It seems to only be a visual error as the data payload is working as intended despite the error showing.
Card JSON
{
"fallback": {
"message": "No graph support. Guess we'll just use this textblock instead.",
"size": "Large"
}
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.