{
  "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
  "version": "1.0",
  "type": "AdaptiveCard",
  "body": [
    {
      "type": "Jumbotron",
      "title": "Dessert Editor",
      "subtitle": "A form for editing a Dessert."
    },
    {
      "id": "code",
      "type": "Input.Text",
      "title": "Code"
    },
    {
      "id": "label",
      "type": "Input.Text",
      "title": "Customer-facing label"
    },
    {
      "id": "popularitySeq",
      "type": "Input.Number",
      "title": "Popularity seq"
    },
    {
      "id": "vegetarian",
      "type": "Input.Toggle",
      "title": "Vegetarian"
    }
  ],
  "actions": [
    {
      "type": "Action.Cancel",
      "title": "Cancel"
    },
    {
      "type": "Action.Submit",
      "title": "Submit"
    }
  ],
  "meta": {
    "generatedOn": "1/30/2019, 2:39:07 PM",
    "generatedWith": "@wmfs/tymly-scaffold 0.0.0-semantically-released"
  }
}
