3.37.0
(feat): Add additionalProperty(String key, Object value) and additionalProperties(Map<String, Object>)
methods to generated builders, allowing users to set arbitrary extra fields programmatically.
Previously, additional properties were only populated during JSON deserialization.