mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
* ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: move 'alerts' from FullCampaign to SlimCampaign * ISCCOMPLI-834: add totalCertifications and completedCertifications * ISCCOMPLI-834: add integer format * ISCCOMPLI-834: move created field from Campaign to SlimCampaign' by github action: 7023526642
15 lines
306 B
YAML
15 lines
306 B
YAML
type: object
|
|
properties:
|
|
questionId:
|
|
type: string
|
|
nullable: false
|
|
description: Question Id
|
|
example: 089899f13a8f4da7824996191587bab9
|
|
answer:
|
|
type: string
|
|
nullable: false
|
|
description: An answer for the KBA question
|
|
example: Your answer
|
|
required:
|
|
- questionId
|
|
- answer |