You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
After 11e14e6 the all_fields_required flag respects the proto3 optional keyword.
According to the proto3 JSON Mapping a null json array is treated the same as an empty json array. I think it would make sense to follow the pattern with the proto3 optionl and also not mark repeated fields as required when mapping to json schema.
The text was updated successfully, but these errors were encountered:
After 11e14e6 the
all_fields_required
flag respects the proto3optional
keyword.According to the proto3 JSON Mapping a null json array is treated the same as an empty json array. I think it would make sense to follow the pattern with the proto3 optionl and also not mark
repeated
fields as required when mapping to json schema.The text was updated successfully, but these errors were encountered: