Skip to content

Commit 49268f7

Browse files
author
AWS
committed
QBusiness Update: Add a new field in chat response. This field can be used to support nested schemas in array fields
1 parent a74c0f5 commit 49268f7

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "QBusiness",
4+
"contributor": "",
5+
"description": "Add a new field in chat response. This field can be used to support nested schemas in array fields"
6+
}

services/qbusiness/src/main/resources/codegen-resources/service-2.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1345,6 +1345,10 @@
13451345
"shape":"String",
13461346
"documentation":"<p>The expected data format for the action review input field value. For example, in PTO request, <code>from</code> and <code>to</code> would be of <code>datetime</code> allowed format. </p>"
13471347
},
1348+
"arrayItemJsonSchema":{
1349+
"shape":"ActionReviewPayloadFieldArrayItemJsonSchema",
1350+
"documentation":"<p>Use to create a custom form with array fields (fields with nested objects inside an array). </p>"
1351+
},
13481352
"required":{
13491353
"shape":"Boolean",
13501354
"documentation":"<p>Information about whether the field is required.</p>"
@@ -1370,6 +1374,12 @@
13701374
"type":"list",
13711375
"member":{"shape":"ActionReviewPayloadFieldAllowedValue"}
13721376
},
1377+
"ActionReviewPayloadFieldArrayItemJsonSchema":{
1378+
"type":"structure",
1379+
"members":{
1380+
},
1381+
"document":true
1382+
},
13731383
"AmazonResourceName":{
13741384
"type":"string",
13751385
"max":1011,

0 commit comments

Comments
 (0)