We have a use case where we need to specify a customized distribution of the color ramps. Based on the documentation below, it seems like this is possible by specifying the name value pairs of "start" and "stop".
colorRamp object documentation: https://developers.arcgis.com/documentation/common-data-types/color-ramp-objects.htm
However, when I attempt to do this in a web map, the distribution does not change instead will still distribute evenly. I also noticed if you save the web map from the viewer, the "start"/"stop" key words will be dropped.
After some digging, I noticed that on the web map specification, the "start" "stop" keywords are not mentioned. Which makes me suspect maybe the "start" "stop" is not supported on web maps?
web map specification on colorRamp: https://developers.arcgis.com/web-map-specification/objects/colorRamp/
Can someone help me confirm whether the "start" "stop" keywords are supported on web maps?
Also there are two typos in the last json snippet of this page: https://developers.arcgis.com/documentation/common-data-types/color-ramp-objects.htm