oxidecomputer / third-party-api-clients

A place for keeping all our generated third party API clients.
https://docs.rs/octorust
MIT License
133 stars 56 forks source link

google/admin/directory cannot deserialize types::Users - 'Err(expected , or } at line 53 column 5)' #71

Closed chandler-onda closed 1 year ago

chandler-onda commented 1 year ago

The 'customSchema' field is not required and does not have a default macro set, so serde expects this value to be there.

This pull request mitigates the issue.