Skip to content

Commit

Permalink
refactor: progress on input.apilookup
Browse files Browse the repository at this point in the history
  • Loading branch information
meenahoda committed Feb 27, 2019
1 parent dc5ef2f commit 608f97f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lib/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,6 +1453,28 @@
"enum": [
"Input.ApiLookup"
]
},
"selectionType": {
"type": "string",
"description": "Whether the use can select a value.",
"enum": [
"none",
"single",
"multi"
]
},
"endpoint": {
"type": "object",
"description": "The endpoint to gather results from.",
"properties": {
"name": {
"type": "string",
"description": "Name of the endpoint"
}
}
},
"parametersCard": {
"$ref": "#/definitions/AdaptiveCard"
}
},
"required": [
Expand Down

0 comments on commit 608f97f

Please sign in to comment.