summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/blueprint-model/uat-blueprints/echo/Definitions/echo-mapping.json
blob: 02f2b496f36edbf47f235555991ba40875f8d66a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[
  {
    "name": "echoed-message",
    "input-param": true,
    "property": {
      "type": "string"
    },
    "dictionary-name": "echoed-message",
    "dictionary-source": "input",
    "dependencies": [
    ]
  }
]