microsoft / AdaptiveCards

A new way for developers to exchange card content in a common and consistent way.
https://adaptivecards.io
MIT License
1.74k stars 543 forks source link

Adaptive card schema is missing msteams property #8603

Open ebw44 opened 1 year ago

ebw44 commented 1 year ago

The json schema at https://adaptivecards.io/schemas/adaptive-card.json does not contains the msteams property mentioned in cards-format.md

Original question was posted at https://github.com/MicrosoftDocs/msteams-docs/issues/8954

garrytrinder commented 1 year ago

+1 adding the msteams property adds a validation warning in VSCode.

image

nickatnight commented 10 months ago

Any update on this? +1

anna-dingler commented 2 months ago

@jwoo-msft @paulcam206 Would adding msteams as an optional schema value be a reasonable solution?

VICIWUOHA commented 1 month ago

@jwoo-msft @paulcam206 Would adding msteams as an optional schema value be a reasonable solution?

@anna-dingler , I believe this would be reasonable. Also noting that with the planned deprecation of O365 Connectors for Teams (https://aka.ms/O365ConnectorDeprecation), many would be moving to Use PowerAutomate Workflows to send adaptive cards. by October 2024 (in a few months).

ilchenkoArtem commented 4 weeks ago

@jwoo-msft @paulcam206 Would adding msteams as an optional schema value be a reasonable solution?

@anna-dingler , I believe this would be reasonable. Also noting that with the planned deprecation of O365 Connectors for Teams (https://aka.ms/O365ConnectorDeprecation), many would be moving to Use PowerAutomate Workflows to send adaptive cards. by October 2024 (in a few months).

I agree with you. My team needs this feature too.