Change custom data type from String to google.protobuf.Struct to be consistent with other docs such as

https://developers.google.com/actions/smarthome/develop/process-intents#response_format

PiperOrigin-RevId: 281402467
This commit is contained in:
Google APIs 2019-11-19 16:13:51 -08:00 committed by Copybara-Service
parent 5af83f47b9
commit 328ebe76ad
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ message Device {
// Custom JSON data provided by the manufacturer and attached to QUERY and
// EXECUTE requests in AoG.
string custom_data = 10;
google.protobuf.Struct custom_data = 10;
// IDs of other devices associated with this device. This is used to
// represent a device group (e.g. bonded zone) or "facets" synced