UNPKG

@wmfs/tymly

Version:

A framework for building and sharing workflows in Node.js

31 lines (30 loc) 487 B
{ "type": "AdaptiveCard", "body": [ { "type": "TextBlock", "text": "Hello" }, { "type": "Container", "items": [ { "type": "TextBlock", "text": "1" } ] } ], "actions": [ { "type": "Action.Cancel", "title": "Cancel" }, { "type": "Action.Submit", "title": "Submit" } ], "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "version": "1.0" }