I'm calling https://developers.arcgis.com/rest/services-reference/online/add-to-definition-feature-service-.htm
to add fields to a layer. Is there any documentation for what esriFieldTypeGlobalID and esriFieldTypeGUID are used for? I'd like to use one for the UUID that we use as a unique identifier but am unsure which to choose.
Also, are fields like: actualType, sqlType required?
I did a google search but can't seem to find any explanation.