in src/main/java/org/opensearch/geospatial/geojson/Feature.java [72:75]
public FeatureBuilder properties(Map<String, Object> properties) { this.feature.properties.putAll(properties); return this; }