OptionalapplicationThe applicationProperties object is one of the objects at the top level of the JSON web map JSON schema. This is responsible for containing the viewing and editing properties of the web map. There are specific objects within this object that are applicable only to Collector and are explained within the property descriptions.
OptionalauthoringString value indicating the application which authored the webmap.
OptionalauthoringString value indicating the authoring App's version number.
OptionalbackgroundThe background.
The map's basemap layer(s). Layers are drawn based on the index position in the array; The first layer in the array is the first layer drawn, the next layer in the array is drawn on top of it, and so on.
OptionalbookmarksBookmarks that are saved with the map.
OptionalinitialThe initial state at which to open the map.
OptionalmapContains floor-awareness information for the map.
OptionalmapMap range information.
OptionaloperationalOperational layers contain your business data. They are used to make thematic maps. Usually, a basemap sits beneath your operational layers to give them geographic context. See https://developers.arcgis.com/web-map-specification/objects/operationalLayers/.
OptionalpresentationA presentation consists of multiple slides. Each slide has a different title, extent, basemap, layers etc.
An object used to specify the spatial reference of the given geometry.
OptionaltablesSpecify an array of table objects.
OptionaltimeTODO: Not yet documented in web map spec, but present in 2.29 web maps generated by Maps SDK 4.28.
OptionalutilityAn array of utility network objects the map can use to access utility-related functionality, such as tracing and querying associations.
Root element in the web map specifying a string value indicating the web map version. See https://developers.arcgis.com/web-map-specification/objects/version/.
OptionalwidgetsThe widgets object contains widgets that should be exposed to the user.
The web map data lists the basemap, operational layers, and bookmarks to be used in the web map. It also contains information about popup windows and layer styling overrides to be used in the web map. A version property allows you to supply the version of the web map JSON format being used.
Part of the Esri web map specification. See http://resources.arcgis.com/en/help/arcgis-web-map-json/. See https://developers.arcgis.com/web-map-specification/objects/webmap/.