fix: Way We Do connector updates (#735)

This commit is contained in:
Dan Sargeant 2021-03-23 09:29:00 +10:00 коммит произвёл GitHub
Родитель c9ed461c06
Коммит c881a362c7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 12 добавлений и 0 удалений

Просмотреть файл

@ -1376,6 +1376,18 @@
},
"step": {
"$ref": "#/definitions/ChecklistStep"
},
"decisionChoices": {
"type": "array",
"items": {
"type": "string",
"description": "A choice made if the step is a decision point.",
"title": "Decision Choice",
"x-ms-visibility": "internal"
},
"description": "The list of choices made if the step is a decision point.",
"x-ms-summary": "Decision Choices",
"x-ms-visibility": "important"
}
}
},