Skip to content

Commit e15c8a9

Browse files
authored
Change 'type' to 'textFieldType' in booking_form.json (a2ui-project#1448)
The A2UI v0.8 spec uses `textFieldType` as the property name in the `TextField` component. The unknown `type` property will cause a validation failure.
1 parent 15c3bc8 commit e15c8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/agent/adk/restaurant_finder/examples/0.8/booking_form.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"text": {
7373
"path": "/partySize"
7474
},
75-
"type": "number"
75+
"textFieldType": "number"
7676
}
7777
}
7878
},

0 commit comments

Comments
 (0)