From 44710a992b50f21063b09f7d4fe1ebd2f2bb0587 Mon Sep 17 00:00:00 2001
From: Corina Gum <>
Date: Tue, 10 Mar 2026 10:54:35 -0700
Subject: [PATCH] Update Adaptive Cards docs to include a note about required
version for mobile
---
.../adaptive-cards/building-adaptive-cards.mdx | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/teams.md/src/pages/templates/in-depth-guides/adaptive-cards/building-adaptive-cards.mdx b/teams.md/src/pages/templates/in-depth-guides/adaptive-cards/building-adaptive-cards.mdx
index 34df92dfc..87d25078c 100644
--- a/teams.md/src/pages/templates/in-depth-guides/adaptive-cards/building-adaptive-cards.mdx
+++ b/teams.md/src/pages/templates/in-depth-guides/adaptive-cards/building-adaptive-cards.mdx
@@ -32,6 +32,10 @@ Benefits:
+:::note
+`AdaptiveCard` defaults the `version` property to `"1.5"`. The `version` field is required for Adaptive Cards to render on Teams mobile clients.
+:::
+
## Type‑safe Authoring & IntelliSense
The package bundles the **Adaptive Card v1.5 schema** as strict types.