Skip to content

Commit

Permalink
Issue #SB-28373 feat: added outcomeDeclaration for questionset
Browse files Browse the repository at this point in the history
  • Loading branch information
krgauraw committed Jan 11, 2022
1 parent 1cf2c85 commit 704038f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions schemas/questionset/1.0/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
},
"instructions": {
"type": "string"
},
"outcomeDeclaration": {
"type": "string"
}
},
"primaryKey": [
Expand Down
4 changes: 4 additions & 0 deletions schemas/questionset/1.0/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,10 @@
"items": {
"type": "object"
}
},
"outcomeDeclaration": {
"type": "object",
"description": "External Property"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 704038f

Please sign in to comment.