You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest starting with a blank card and using our designers to design the cards. You can drag and drop elements from the card element pane on the left. Doing so will help you better understand the AdaptiveCards schema. After familiarizing yourself with this, the information found at this link will be invaluable. It delves into the AdaptiveCards' Templating feature. While the JSON Schema you provided can be utilized in templating, it's essential to create an AdaptiveCards template that can process that data. I am closing this issue for now. Please respond to this thread if needed, and refrain from creating a new issue.
Problem Description
Output
Json Schema Input example is below
[ { "id": "5f4fde50-aa9f-11ea-b5db-sdsdd", "name": "project-test", "owner": { "id": "100", "username": "John" }, "project-source": "java" }, { "id": "ed02aefe-ecdc-11ec-97dd-dfdfdf", "name": "Test-Demo", "owner": { "id": "200", "username": "Mike" }, "project-source": "python" } ]
Please help me to generate adaptive card based on JSON.
Card JSON
Screenshot
The text was updated successfully, but these errors were encountered: