@vertigis/viewer-spec 55.2.0 → 56.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (139) hide show
  1. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  2. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  3. package/app-config/common/HighlightModelProperties.d.ts +3 -4
  4. package/app-config/common/colors.d.ts +1 -1
  5. package/app-config/schema/common-app-config.schema.json +1 -1
  6. package/app-config/schema/mobile-app-config.schema.json +1 -1
  7. package/app-config/schema/web-app-config.schema.json +1 -1
  8. package/app-config/web/CoordinateModelProperties.d.ts +2 -2
  9. package/app-config/web/DrawModelProperties.d.ts +8 -16
  10. package/app-config/web/MapModelProperties.d.ts +4 -4
  11. package/messaging/CommandRegistry.d.ts +13 -1
  12. package/messaging/CommandRegistry.js +1 -1
  13. package/messaging/EventRegistry.d.ts +13 -1
  14. package/messaging/EventRegistry.js +1 -1
  15. package/messaging/OperationRegistry.d.ts +14 -1
  16. package/messaging/OperationRegistry.js +1 -1
  17. package/messaging/common.d.ts +7 -21
  18. package/messaging/common.js +1 -1
  19. package/messaging/registry/Commands.d.ts +1 -0
  20. package/messaging/registry/Commands.js +1 -1
  21. package/messaging/registry/Events.d.ts +1 -0
  22. package/messaging/registry/Events.js +1 -1
  23. package/messaging/registry/Operations.d.ts +1 -0
  24. package/messaging/registry/Operations.js +1 -1
  25. package/messaging/registry/app-config.d.ts +1 -0
  26. package/messaging/registry/app-config.js +1 -1
  27. package/messaging/registry/app.d.ts +19 -15
  28. package/messaging/registry/app.js +1 -1
  29. package/messaging/registry/arcade.d.ts +3 -2
  30. package/messaging/registry/arcade.js +1 -1
  31. package/messaging/registry/auth.d.ts +5 -10
  32. package/messaging/registry/auth.js +1 -1
  33. package/messaging/registry/basemap.d.ts +3 -0
  34. package/messaging/registry/basemap.js +1 -1
  35. package/messaging/registry/bookmark.d.ts +1 -0
  36. package/messaging/registry/bookmark.js +1 -1
  37. package/messaging/registry/charts.d.ts +2 -0
  38. package/messaging/registry/charts.js +1 -1
  39. package/messaging/registry/debugConsole.d.ts +1 -0
  40. package/messaging/registry/debugConsole.js +1 -1
  41. package/messaging/registry/device.d.ts +1 -0
  42. package/messaging/registry/device.js +1 -1
  43. package/messaging/registry/display.d.ts +1 -0
  44. package/messaging/registry/display.js +1 -1
  45. package/messaging/registry/drawing.d.ts +4 -9
  46. package/messaging/registry/drawing.js +1 -1
  47. package/messaging/registry/edit.d.ts +3 -0
  48. package/messaging/registry/edit.js +1 -1
  49. package/messaging/registry/file.d.ts +3 -0
  50. package/messaging/registry/file.js +1 -1
  51. package/messaging/registry/filter-builder.d.ts +2 -0
  52. package/messaging/registry/filter-builder.js +1 -1
  53. package/messaging/registry/geocode.d.ts +1 -0
  54. package/messaging/registry/geocode.js +1 -1
  55. package/messaging/registry/geolocation.d.ts +37 -41
  56. package/messaging/registry/geolocation.js +1 -1
  57. package/messaging/registry/geometry-toolbar.d.ts +1 -0
  58. package/messaging/registry/geometry-toolbar.js +1 -1
  59. package/messaging/registry/geometry.d.ts +2 -0
  60. package/messaging/registry/geometry.js +1 -1
  61. package/messaging/registry/highlights.d.ts +2 -0
  62. package/messaging/registry/highlights.js +1 -1
  63. package/messaging/registry/input.d.ts +1 -0
  64. package/messaging/registry/input.js +1 -1
  65. package/messaging/registry/iwtm.d.ts +1 -0
  66. package/messaging/registry/iwtm.js +1 -1
  67. package/messaging/registry/kpi.d.ts +2 -0
  68. package/messaging/registry/kpi.js +1 -1
  69. package/messaging/registry/layer-comparison.d.ts +1 -0
  70. package/messaging/registry/layer-comparison.js +1 -1
  71. package/messaging/registry/layer-presets.d.ts +2 -0
  72. package/messaging/registry/layer-presets.js +1 -1
  73. package/messaging/registry/layers.d.ts +5 -2
  74. package/messaging/registry/layers.js +1 -1
  75. package/messaging/registry/layout.d.ts +1 -0
  76. package/messaging/registry/layout.js +1 -1
  77. package/messaging/registry/licensing.d.ts +2 -0
  78. package/messaging/registry/licensing.js +1 -1
  79. package/messaging/registry/location-marker.d.ts +4 -5
  80. package/messaging/registry/location-marker.js +1 -1
  81. package/messaging/registry/logViewer.d.ts +1 -0
  82. package/messaging/registry/logViewer.js +1 -1
  83. package/messaging/registry/map.d.ts +9 -15
  84. package/messaging/registry/map.js +1 -1
  85. package/messaging/registry/measurement.d.ts +5 -11
  86. package/messaging/registry/measurement.js +1 -1
  87. package/messaging/registry/messaging.d.ts +1 -0
  88. package/messaging/registry/messaging.js +1 -1
  89. package/messaging/registry/network.d.ts +2 -6
  90. package/messaging/registry/network.js +1 -1
  91. package/messaging/registry/offline.d.ts +54 -51
  92. package/messaging/registry/offline.js +1 -1
  93. package/messaging/registry/panel.d.ts +3 -6
  94. package/messaging/registry/panel.js +1 -1
  95. package/messaging/registry/photos.d.ts +2 -0
  96. package/messaging/registry/photos.js +1 -1
  97. package/messaging/registry/portal.d.ts +2 -0
  98. package/messaging/registry/portal.js +1 -1
  99. package/messaging/registry/printing.d.ts +2 -0
  100. package/messaging/registry/printing.js +1 -1
  101. package/messaging/registry/project.d.ts +3 -0
  102. package/messaging/registry/project.js +1 -1
  103. package/messaging/registry/query-builder.d.ts +2 -0
  104. package/messaging/registry/query-builder.js +1 -1
  105. package/messaging/registry/region.d.ts +2 -0
  106. package/messaging/registry/region.js +1 -1
  107. package/messaging/registry/reports.d.ts +2 -0
  108. package/messaging/registry/reports.js +1 -1
  109. package/messaging/registry/results.d.ts +6 -3
  110. package/messaging/registry/results.js +1 -1
  111. package/messaging/registry/search.d.ts +3 -4
  112. package/messaging/registry/search.js +1 -1
  113. package/messaging/registry/settings.d.ts +2 -6
  114. package/messaging/registry/settings.js +1 -1
  115. package/messaging/registry/shortcut.d.ts +1 -0
  116. package/messaging/registry/shortcut.js +1 -1
  117. package/messaging/registry/sketching.d.ts +10 -15
  118. package/messaging/registry/sketching.js +1 -1
  119. package/messaging/registry/studioAnalytics.d.ts +1 -0
  120. package/messaging/registry/studioAnalytics.js +1 -1
  121. package/messaging/registry/system.d.ts +4 -8
  122. package/messaging/registry/system.js +1 -1
  123. package/messaging/registry/tasks.d.ts +2 -0
  124. package/messaging/registry/tasks.js +1 -1
  125. package/messaging/registry/ui.d.ts +3 -0
  126. package/messaging/registry/ui.js +1 -1
  127. package/messaging/registry/viewer.d.ts +3 -0
  128. package/messaging/registry/viewer.js +1 -1
  129. package/messaging/registry/workflow.d.ts +3 -0
  130. package/messaging/registry/workflow.js +1 -1
  131. package/messaging/schema/common-action.schema.json +6208 -5603
  132. package/messaging/schema/common-event.schema.json +5906 -5323
  133. package/messaging/schema/mobile-action.schema.json +6353 -5755
  134. package/messaging/schema/mobile-event.schema.json +5907 -5316
  135. package/messaging/schema/web-action.schema.json +6446 -5837
  136. package/messaging/schema/web-event.schema.json +5917 -5326
  137. package/package.json +2 -2
  138. package/version.d.ts +1 -1
  139. package/version.js +1 -1
@@ -1 +1 @@
1
- {"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"Action":{"description":"Defines an action to perform."},"AddFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AddRelatedFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add related feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddRelatedFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddRelatedFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-related-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnalyticsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the Analytics Service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"url":{"description":"The URL used by VertiGIS Studio Analytics for tracking this application.","type":"string"}},"type":"object"},"AnalyticsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AnalyticsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^analytics$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkArcGISServiceTableExtension}.","properties":{"attachmentTypes":{"description":"A list of the valid file MIME types that can be uploaded as attachments.\nFor list of supported attachment types, see:\nhttps://developers.arcgis.com/rest/services-reference/enterprise/query-attachments-feature-service-layer-.htm.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"Request helper used to download table information."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"ArcGISServiceTableExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/ArcGISServiceTableExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^table-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapExtension":{"description":"Extends the capabilities of an Esri Basemap object."},"BasemapExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /BasemapExtension!BasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"onClick":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Basemap component.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"offline":{"description":"Whether this Basemap is only made up of offline layers. Only used by\nStudio Mobile Designer.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the{@linkmapping /BasemapExtension!BasemapExtensionProperties.basemap}property.","properties":{"baseMapLayers":{"description":"An array of BaseMapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"anyOf":[{"$ref":"#/definitions/esri.webmap.BingLayer.BingLayer"},{"$ref":"#/definitions/esri.webmap.ImageServiceLayer.ImageServiceLayer"},{"$ref":"#/definitions/esri.webmap.ImageServiceVectorLayer.ImageServiceVectorLayer"},{"$ref":"#/definitions/esri.webmap.MapServiceLayer.MapServiceLayer"},{"$ref":"#/definitions/esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer"},{"$ref":"#/definitions/esri.webmap.TiledImageServiceLayer.TiledImageServiceLayer"},{"$ref":"#/definitions/esri.webmap.TiledMapServiceLayer.TiledMapServiceLayer"},{"$ref":"#/definitions/esri.webmap.VectorTileLayer.VectorTileLayer"},{"$ref":"#/definitions/esri.webmap.WMSLayer.WMSLayer"},{"$ref":"#/definitions/esri.webmap.WebTileLayer.WebTileLayer"}],"description":"A base map layer in a web map/scene."},"type":"array"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See{@linkmapping /Bookmark!Bookmark.source}."},"title":{"description":"See{@linkmapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/esri.webmap.Viewpoint.Viewpoint"}],"description":"See{@linkmapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BoundAction":{"description":"An action that is bound to arguments.","properties":{"arguments":{"description":"Arguments for the action. Can either be a primitive value (string,\nnumber, boolean), or a plain JSON object containing named arguments."},"name":{"description":"Determines which action to perform. It is up to the calling application\nhow it transforms an action name into actual executable code.","type":"string"}},"required":["arguments","name"],"type":"object"},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BuildSettingsProperties":{"properties":{"androidBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Android platform."},"iosBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the iOS platform."},"windowsBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Windows platform."}},"type":"object"},"CIMSymbol":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/esri.webmap.PopupExpressionInfo.PopupExpressionInfo","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/esri.webmap.FieldInfo.FieldInfo"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/esri.webmap.MediaInfo.MediaInfo"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/esri.webmap.PopupInfo.OrderByFields"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"$ref":"#/definitions/esri.webmap.PopupInfo.PopupElementType","description":"String value indicating which element to use."}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"transformations":{"description":"Rules to apply when transforming coordinates between coordinate systems.","items":{"anyOf":[{"$ref":"#/definitions/Transformation"},{"$ref":"#/definitions/TransformationJson"}]},"type":"array"}},"type":"object"},"CoordinateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CoordinateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^coordinate-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"EventListenerDefinitionProperties":{"description":"Properties for a generic event listener definition. Specifies an action to\nexecute whenever the target event is published. If the sender property is\nassigned, the action will only be executed if the event is published with the\nspecified sender.","properties":{"action":{"$ref":"#/definitions/Action","description":"The action to perform, when the specified events gets published."},"event":{"description":"The name of the event to listen to. This value has to match the events\nname that gets published (including its namespace prefix, e.g.\nmap.navigation-completed). All events are supported, both built in events\nas well as custom events published through \"viewer.publish-event\" or the\nPublish Event workflow activity.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"sender":{"description":"An optional reference to an item, that is to be used as a filter. If set,\nonly events published by the specified sender object, will cause the\naction to be executed.","type":"string"},"title":{"description":"A human-readable title for the event listener instance.","type":"string"}},"required":["action","event"],"type":"object"},"EventListenerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a generic event listener.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"listeners":{"description":"A collection of event listener definitions. Each element has to be an\ninline JSON defining an event listener definition item.","items":{"$ref":"#/definitions/EventListenerDefinitionProperties"},"type":"array"}},"type":"object"},"EventListenerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/EventListenerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^event-listener$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a{@linkdata /FeatureSource!FeatureSource}. Both\nspatial and non-spatial features have attributes, while only spatial features\nhave geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxAttachmentSize":{"description":"The maximum size of a given attachment, in bytes.","type":"number"},"onFeatureDelete":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureNavigated":{"$ref":"#/definitions/Action","description":"The action to perform when navigating between features within the feature\ndetails view, in particular related records."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},{"$ref":"#/definitions/FeatureSet"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See{@linkdata /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.Geometry"},{"$ref":"#/definitions/esri.webmap.Extent.Extent"},{"$ref":"#/definitions/esri.webmap.Multipoint.Multipoint"},{"$ref":"#/definitions/esri.webmap.Point.Point"},{"$ref":"#/definitions/esri.webmap.Polygon.Polygon"},{"$ref":"#/definitions/esri.webmap.Polyline.Polyline"}],"description":"The feature's geometry."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about the feature, such as fields, domains, geometry type, etc."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Settings for this feature."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source of the feature."}},"type":"object"},"FeaturePropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSet":{"description":"A set of features that share a common schema."},"FeatureSetProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /FeatureSet!FeatureSet}.","properties":{"features":{"description":"The features contained in the set.","items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about features such as fields, domains, and geometry type."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Default settings that apply to features in this set."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source for the features."},"title":{"description":"A human-readable name for the feature set.","type":"string"}},"type":"object"},"FeatureSetPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-set$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSettings":{"description":"Settings that pertain to features."},"FeatureSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.","properties":{"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings affecting how feature attributes are formatted."},"hyperlinkTemplates":{"description":"Templates that define hyperlinks associated with the feature. Each\ntemplate's properties can contain field tokens enclosed in `{}`, which\nwill be replaced by actual field values. If not explicitly set, these\nwill be inherited from the associated layer extension if there is one.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"maxAllowableOffset":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."},"popupContentExtensions":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/PopupContentExtensionProperties"},{"$ref":"#/definitions/PopupContentExtension"}]},"type":"array"},"popupTemplate":{"anyOf":[{"$ref":"#/definitions/esri.PopupTemplate"},{"$ref":"#/definitions/esri.webmap.PopupInfo.PopupInfo"}],"description":"The template for displaying content in a pop-up when the feature is\nselected. If not explicitly set, it will be inherited from the associated\nlayer extension if there is one."},"returnGeometry":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.","type":"boolean"},"zoomFactor":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.","type":"number"}},"type":"object"},"FeatureSource":{"description":"A source of features."},"Field":{"description":"Contains information about an attribute field. This field could come from a\nfeature collection or a single layer in a map service. Used in\nlayerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/field/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/field/}."},"FieldExtension":{"description":"Extends the capabilities of an Esri Field object."},"FieldExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"field":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldProperties"},{"type":"string"}],"description":"The Esri Field object being extended."},"format":{"description":"The field format specifier. This is a standard .NET-style format string\ncontaining a `{0}` placeholder that will be replaced by the actual field\nvalue.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings that affect how values are formatted. Depending on the type of\nfield, some or all of these settings may not be applicable."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"searchable":{"description":"Whether the field is searchable or not.","type":"boolean"}},"type":"object"},"FieldExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^field-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FieldProperties":{"description":"Properties that extend the ArcGis portal representation of a Field.","properties":{"$ref":{"description":"A field name referring to an existing field in a schema. The field\nextension will attempt to find an existing field in its parent schema.","type":"string"},"alias":{"description":"The field alias (human-readable name).","type":"string"},"domain":{"anyOf":[{"$ref":"#/definitions/esri.webmap.CodedValueDomain.CodedValueDomain"},{"$ref":"#/definitions/esri.webmap.InheritedDomain.InheritedDomain"},{"$ref":"#/definitions/esri.webmap.RangeDomain.RangeDomain"}],"description":"A domain object that provides the attribute domain information for the\nfield, if a domain exists."},"editable":{"description":"Whether this field is editable.","type":"boolean"},"exactMatch":{"description":"A Boolean defining whether or not the field is an exact match.","type":"boolean"},"length":{"description":"A number defining how many characters are allowed in a string field.","type":"number"},"name":{"description":"A string defining the field name.","type":"string"},"nullable":{"description":"Whether this field can have a null value.","type":"boolean"},"type":{"$ref":"#/definitions/esri.webmap.Field.FieldType","description":"Type of the Field. See{@linkportal /Field!FieldType}."}},"type":"object"},"Format":{"description":"The format object can be used with numerical or date fields to provide more\ndetail about how values should be displayed in web map pop-up windows.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/format/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/format/}."},"FormatSettings":{"description":"Settings that affect how values are formatted."},"FormatSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkFormatSettings}.","properties":{"currency":{"description":"The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when\nformatting a number using NumberFormat.CURRENCY or\nNumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format\nstring.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format\nstring.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linktasks /geocoding/Geocoder!Geocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linktasks /geocoding/Geocoder!Geocoder.addressSchema}."},"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See{@linktasks /geocoding/Geocoder!Geocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /FeatureSource!FeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"title":{"description":"See{@linktasks /geocoding/Geocoder!Geocoder.title}.","type":"string"}},"type":"object"},"GeocoderPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeocoderProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocoder$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Geometry":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryToolbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geometry toolbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeometryToolbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryToolbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-toolbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSelectionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device selector component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSelectionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSelectionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-selection$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssMetadataModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS metadata component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssMetadataModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssMetadataModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-metadata$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Ground":{"description":"Ground defines the main surface of the web scene, based on elevation layers..\n\nSee https://developers.arcgis.com/web-scene-specification/objects/ground/."},"GroundExtension":{"description":"Extends the capabilities of an Esri Ground object."},"GroundExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /GroundExtension!GroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"ground":{"anyOf":[{"$ref":"#/definitions/esri.Ground"},{"$ref":"#/definitions/GroundProperties"},{"enum":["world-elevation"],"type":"string"}],"description":"The Esri Ground object being extended. This property can also be\n\"world-elevation\", in which case a default instance of Ground with the\nworld elevation service will be used."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerExtensions":{"description":"See{@linkmapping /GroundExtension!GroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"GroundExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^ground-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundProperties":{"description":"Properties that can be specified for the{@linkmapping /GroundExtension!GroundExtensionProperties.ground}property.","properties":{"$ref":{"description":"A reference to an existing Ground on the parent map extension. Note: This\ncan only be \"map.ground\".","enum":["map.ground"],"type":"string"},"layers":{"description":"An array of elevationLayer objects defining the elevation of the ground\nin the web scene.","items":{"$ref":"#/definitions/esri.webmap.ElevationLayer.ElevationLayer"},"type":"array"},"navigationConstraint":{"$ref":"#/definitions/__type","description":"Determines whether the camera is constrained to navigate only above, or\nalso under the ground surface."},"surfaceColor":{"description":"Defines the color of the ground surface, displayed underneath the\nbasemap. If no color, the default grid is shown.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The transparency of the ground surface. It is used for seeing through the\nground, therefore this property also changes the transparency of the\nbasemap. Draped operational layers are not affected by this property. The\nvalue has to lie between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/TextSymbol","description":"The symbol properties used for rendering focus text on the map."},"focusMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the focus markers."},"focusMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/TextSymbol"},{"$ref":"#/definitions/CIMSymbol"}],"description":"The symbol properties used for rendering a focus marker on the map. If\nthis property is undefined, no markers will be rendered for in-scale\nfocusing."},"highlightColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering highlight graphics on a map. A different\nborder color for highlight graphics will be derived from this color\nvalue. If this property is undefined, no highlight graphics will get\nrendered."},"highlightLabelTextSymbol":{"$ref":"#/definitions/TextSymbol","description":"The symbol properties used for rendering highlight text on the map."},"highlightMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the highlight markers."},"highlightMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/TextSymbol"},{"$ref":"#/definitions/CIMSymbol"}],"description":"The symbol properties used for rendering a highlight marker on the map.\nIf this property is undefined, no markers will be rendered for in-scale\nhighlighting."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxDeviationInMeters":{"description":"The maximum allowed deviation from the generalized geometry to the\noriginal geometry.","type":"number"},"maxVertices":{"description":"The maximum number of vertices a polyline or polygon geometry can have\nbefore it gets generalized.","type":"number"}},"type":"object"},"HighlightModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/HighlightModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^highlight-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Hyperlink":{"description":"A hyperlink associated with a feature or layer."},"HyperlinkProperties":{"description":"A hyperlink associated with a feature or layer.","properties":{"iconUrl":{"description":"See{@linkHyperlink.iconUrl}.","type":"string"},"target":{"description":"See{@linkHyperlink.target}.","type":"string"},"text":{"description":"See{@linkHyperlink.text}.","type":"string"},"tooltip":{"description":"See{@linkHyperlink.tooltip}.","type":"string"},"url":{"description":"See{@linkHyperlink.url}.","type":"string"}},"required":["text","url"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Item":{"description":"An item (a unit of content) in the portal. Each item has a unique identifier\nand a well known URL that is independent of the user owning the item. An item\ncan have associated binary or textual data that's available via the item data\nresource. For example, an item of type Map Package returns the actual bits\ncorresponding to the map package via the item data resource. The numViews is\nincremented when an item is opened.\n\nSee\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.","properties":{"$portal":{"description":"The portal to load the item from.","type":"string"},"access":{"description":"Indicates the level of access to this item: private, shared, org, or\npublic.","type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.","type":"string"},"advancedSettings":{"description":"<not in spec>."},"appCategories":{"description":"An array that primarily applies to a list of categories that the\napplication item is applicable to.","items":{"type":"string"},"type":"array"},"avgRating":{"description":"Average rating. Uses a weighted average called \"Bayesian average.\".","type":"number"},"banner":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"string"},"categories":{"description":"An array of organization categories that are set on the item.","items":{"type":"string"},"type":"array"},"commentsEnabled":{"description":"Indicates if comments are allowed on the item.","type":"boolean"},"contentOrigin":{"description":"<not in spec>.","type":"string"},"created":{"description":"The date the item was created. Shown in UNIX time in milliseconds.","type":"number"},"culture":{"description":"The item locale information (language and country).","type":"string"},"description":{"description":"Item description.","type":"string"},"documentation":{"description":"<not in spec>."},"extent":{"description":"The bounding rectangle of the item. Should always be in WGS84.","items":{"items":{"type":"number"},"type":"array"},"type":"array"},"groupDesignations":{"description":"<not in spec>."},"guid":{"description":"<not in spec>.","type":"string"},"id":{"description":"The unique ID for this item.","type":"string"},"industries":{"description":"Primarily applies to industries associated with the application.","items":{"type":"string"},"type":"array"},"isOrgItem":{"description":"<not in spec>.","type":"boolean"},"itemControl":{"description":"Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).","enum":["admin","update"],"type":"string"},"languages":{"description":"Primarily applies to languages associated with the application.","items":{"type":"string"},"type":"array"},"largeThumbnail":{"description":"Primarily applies to thumbnails associated with an application. The URL\nto the thumbnail used for the application.","type":"string"},"licenseInfo":{"description":"Any license information or restrictions.","type":"string"},"listed":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"boolean"},"modified":{"description":"The date the item was last modified. Shown in UNIX time in milliseconds.","type":"number"},"name":{"description":"The file name of the item for file types. Read-only.","type":"string"},"numComments":{"description":"Number of comments on the item.","type":"number"},"numRatings":{"description":"Number of ratings on the item.","type":"number"},"numViews":{"description":"Number of views of the item.","type":"number"},"orgId":{"description":"<not in spec>.","type":"string"},"owner":{"description":"The username of the user who owns this item.","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item. The property\nis only returned to the item owner or the org admin.","type":"string"},"properties":{"description":"A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.","type":"string"},"protected":{"description":"Protects the item from deletion. False is the default.","type":"boolean"},"proxyFilter":{"description":"A JSON object used to restrict service item response results based on\nspecified filter, i.e. limit results returned from a geocode service\nbased on defined filters.See serviceProxyFilter for object details."},"scoreCompleteness":{"description":"Item information completeness score based upon item snippet, thumbnail,\ndescription, title, tags etc.","type":"number"},"screenshots":{"description":"Primarily applies to screenshots associated with an application. The URL\nto the screenshots used for the application.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item.","type":"number"},"snippet":{"description":"A short summary description of the item.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReference","description":"The coordinate system of the item."},"subInfo":{"description":"<not in spec>.","type":"number"},"tags":{"description":"User defined tags that describe the item.","items":{"type":"string"},"type":"array"},"thumbnail":{"description":"The URL to the thumbnail used for the item.","type":"string"},"title":{"description":"The title of the item. This is the name that's displayed to users and by\nwhich they refer to the item. Every item must have a title.","type":"string"},"type":{"description":"The GIS content type of this item. Example types include Web Map, Map\nService, Shapefile, and Web Mapping Application. See\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.","type":"string"},"typeKeywords":{"description":"A set of keywords that further describes the type of this item. Each item\nis tagged with a set of type keywords that are derived based on its\nprimary type.","items":{"type":"string"},"type":"array"},"url":{"description":"The URL for the resource represented by the item. Applies only to items\nthat represent web-accessible resources such as map services.","type":"string"}},"required":["id"],"type":"object"},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkLanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Layer":{"description":"This object allows overrides on pop-up content and drawing behavior for\nindividual layers of a web service. When used with a feature collection, this\nobject also contains geographic features and their attributes.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layer/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/LayerProperties"}],"description":"See{@linkmapping /_LayerExtension!LayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkmapping /_LayerExtension!LayerExtension.layerListSettings}."},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkmapping /_LayerExtension!LayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"sublayerExtensions":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"tpkSource":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkmapping /_LayerExtension!LayerExtension.visibilityMode}."}},"type":"object"},"LayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of{@linkmapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if{@linkincluded}is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerProperties":{"description":"Properties that can be specified for the{@linkmapping /_LayerExtension!LayerExtensionProperties.layer}property.","properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."},"blendMode":{"$ref":"#/definitions/esri.webmap._LayerBase.BlendMode","description":"Blend modes are used to blend layers together to create an interesting\neffect in a layer, or even to produce what seems like a new layer."},"effect":{"anyOf":[{"items":{"$ref":"#/definitions/esri.webmap.Effect.ScaleDependentEffect"},"type":"array"},{"items":{"anyOf":[{"$ref":"#/definitions/esri.webmap.Effect.HueRotateEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.BlurEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.DropShadowEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.BloomEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.BrightnessEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.ContrastEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.GrayscaleEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.InvertEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.OpacityEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.SaturateEffectFunction"},{"$ref":"#/definitions/esri.webmap.Effect.SepiaEffectFunction"}],"description":"Effect functions that can be combined to build a layer effect."},"type":"array"}],"description":"Effect provides various filter functions to achieve different visual\neffects similar to how image filters (photo apps) work."},"id":{"description":"A unique identifying string for the layer.","type":"string"},"layerType":{"$ref":"#/definitions/esri.webmap._LayerBase.LayerType","description":"Type of the layer."},"maxScale":{"description":"A number representing the maximum scale at which the layer will be\nvisible. The number is the scale's denominator; thus, a value of 2400\nrepresents a scale of 1/2,400. A value of 0 indicates that the layer will\nbe visible no matter how far you zoom in.","type":"number"},"minScale":{"description":"A number representing the minimum scale at which the layer will be\nvisible. The number is the scale's denominator; thus, a value of 2400\nrepresents a scale of 1/2,400.","type":"number"},"opacity":{"description":"The degree of transparency applied to the layer on the client side, where\n0 is full transparency and 1 is no transparency.","type":"number"},"showLegend":{"description":"Indicates whether to allow map authors the ability to control what layers\nshould be shown in a client's legend.","type":"boolean"},"title":{"description":"A user-friendly title for the layer that can be used in a table of\ncontents. If this is not included, then a title is derived from the\nservice.","type":"string"},"type":{"description":"(Deprecated, use layerType instead.) If the layer is referenced through a\nURL, but is not an ArcGIS web service, then this parameter can be\nsupplied to denote the layer type. See{@linkportal /OperationalLayer!LegacyOperationalLayerType}and{@linkportal /BaseMapLayer!LegacyBaseMapLayerType}.","enum":["BingMapsAerial","BingMapsHybrid","BingMapsRoad","CSV","KML","OpenStreetMap","WMS","WebTiledLayer"],"type":"string"},"visibility":{"description":"Determines whether the layer is initially visible in the web map.","type":"boolean"}},"type":"object"},"LayerReference":{"description":"Matches an existing layer."},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for{@linkMapConstraints}.","properties":{"maxScale":{"description":"See{@linkMapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See{@linkMapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See{@linkMapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See{@linkMapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See{@linkViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkmapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkmapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkmapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/Bookmark"},{"$ref":"#/definitions/BookmarkProperties"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkmapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkmapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkmapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtension"},{"$ref":"#/definitions/GroundExtensionProperties"}],"description":"See{@linkmapping /MapExtension!MapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"}],"description":"See{@linkmapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkmapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkmapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See{@linkmapping /MapExtension!MapExtension.map}."},"onClick":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onClick}."},"onHover":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onInitialized}."},"onViewpointChanged":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkmapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkmapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkmapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebMap.WebMap"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebScene.WebScene"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"mmpk":{"anyOf":[{"$ref":"#/definitions/MmpkProperties"},{"type":"string"}],"description":"Either a string path to the mmpk file on disk, or an object containing\nthe path and mapId. In either case, the path is relative to the root\nlevel user data directory for that app; for example, the File Sharing\nfolder for the app in iTunes for Apple devices. The referenced file can\nbe either a single .mmpk file or an unzipped/exploded folder. If a path\nis specified as a string, then the first map within the mmpk is selected.\nIf you would like to use a different path, then use the object syntax\nwhich allows for specifying which map within the mmpk to load."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onInitializing":{"$ref":"#/definitions/Action","description":"An action that will be performed when the map is about to initialize,\njust before the map is initialized."},"onSecondaryClick":{"$ref":"#/definitions/Action","description":"An action that will be performed when the user makes a secondary click\n(e.g. right click with mouse or long tap) on the map. If not defined and\nnot overridden, it will cause a context menu to appear at the position\nwhere the secondary click happened."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapProperties":{"$schema":"http://json-schema.org/draft-04/schema#","anyOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"definitions":{},"description":"Properties that can be specified for the{@linkmapping /MapExtension!MapExtensionProperties.map}property."},"MapPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^web-scene$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a{@linkmenus /Menu!Menu}.","properties":{"_action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"Defines an action to perform."},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_failureMode":{"$ref":"#/definitions/FailureMode","default":"warn"},"_hideOnDisable":{"default":false,"type":"boolean"},"_iconId":{"type":"string"},"_id":{"description":"The unique ID for this entity. Once set, this should never change.","type":"string"},"_initializePromise":{"$ref":"#/definitions/Promise"},"_isDestroyed":{"default":false,"type":"boolean"},"_isEnabled":{"default":true,"type":"boolean"},"_isInitialized":{"default":false,"type":"boolean"},"_isToggled":{"default":false,"type":"boolean"},"_itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"_menu":{"$ref":"#/definitions/Menu"},"_submenu":{"$ref":"#/definitions/Menu"},"_title":{"type":"string"},"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"Indicates which action to perform when this item is selected."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"The alternate state to set when the menu item is toggled."},"canBeToggled":{"description":"Determines whether this item supports toggling.","type":"boolean"},"description":{"description":"A longer description explaining what the item does, typically displayed\nin a tooltip.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"Determines how a parent object should handle initialization failure in\nthis object. The default is \"warn\".\n\n- `\"error\"`:{@linksupport /InitializeError!InitializeError}is thrown.\n- `\"warn\"`: Message is logged and{@linksupport /InitializableBase!InitializeWarningEvent}is raised.\n- `\"ignore\"`:{@linksupport /InitializableBase!InitializeWarningEvent}is\n raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when{@linkmenus /MenuItem!MenuItem.isEnabled}is set to false. The default is\nfalse.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"description":"The unique ID for this entity.","type":"string"},"isDestroyed":{"description":"See{@linksupport /InitializableBase!Initializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See{@linksupport /InitializableBase!Initializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if{@linkmenus /MenuItem!MenuItem.canBeToggled}is true. When this property\nis changed, other properties of the menu item will be swapped with those\nin \"alternate\". An item can only be toggled if it has an alternate\nstate.","type":"boolean"},"itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"menu":{"$ref":"#/definitions/Menu","description":"The parent menu that this item belongs to."},"root":{"$ref":"#/definitions/Menu","description":"The root menu in the menu hierarchy."},"submenu":{"$ref":"#/definitions/Menu","description":"A submenu associated with this item."},"title":{"description":"The human-readable caption for the item.","type":"string"}},"required":["_action","_alternate","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_submenu","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for{@linkmenus /MenuItem!MenuItem}.","properties":{"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmenus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See{@linkmenus /MenuItem!MenuItem.alternate}."},"description":{"description":"See{@linkmenus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See{@linkmenus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See{@linkmenus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See{@linkmenus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See{@linkmenus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkmenus /MenuItem!MenuItem.submenu}."},"title":{"description":"See{@linkmenus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a{@linkmenus /MenuItem!MenuItem}when it is in a\nparticular state.","properties":{"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmenus /MenuItem!MenuItem.action}."},"description":{"description":"See{@linkmenus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See{@linkmenus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See{@linkmenus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for{@linkmenus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See{@linkmenus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See{@linkmenus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MmpkProperties":{"description":"A reference to an MMPK map.","properties":{"mapId":{"description":"Either the name of the map or the index (starting at 0) of the map to\nload from the mmpk, for mmpks that have multiple maps.","type":["string","number"]},"path":{"description":"The path of the mmpk file. The referenced file can be either a single\n.mmpk file or an unzipped/exploded folder. The path is relative to the\nroot level user data directory for that app; for example, the File\nSharing folder for the app in iTunes for Apple devices.","type":"string"},"source":{"description":"The portal item which contains the mmpk. This may be either a Portal item\nID or a URL to the item.","type":"string"}},"required":["mapId","path"],"type":"object"},"OfflineModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an offline component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onActivateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Activate Area."},"onCancelDownload":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Cancel Download."},"onCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user select Create when creating a new\noffline map area."},"onDeleteArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Delete Area."},"onDisplayCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Add Area."},"onDownloadArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Download."},"onGetAreas":{"$ref":"#/definitions/Action","description":"The action to perform when the list of map areas is produced."},"onGoOnline":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Go Online."},"onSubmitEdits":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Submit Edits."},"onUpdateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Update Area."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"OfflineModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/OfflineModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^offline$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PictureFillSymbol":{"description":"Picture fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbol":{"description":"Picture marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"PopupContentExtension":{"description":"Extends the capabilities of an Esri popup Content object."},"PopupContentExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkPopupContentExtension}.","properties":{"content":{"anyOf":[{"$ref":"#/definitions/esri.Content"},{"$ref":"#/definitions/ContentProperties"}],"description":"The ESRI Content instance to be extended."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"summaryHiddenFields":{"description":"Names of fields that will be hidden when displayed in the a summary view.\nThis property is only applied to \"fields\" Content types.","items":{"type":"string"},"type":"array"},"visibleInSummary":{"description":"Whether the Content is visible when being displayed in a summary view.","type":"boolean"}},"type":"object"},"PortalExtensionSettingsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Portal extension object.","properties":{"appId":{"description":"The ID of the app.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isDefault":{"description":"Whether this portal extension is used by default.","type":"boolean"},"portal":{"$ref":"#/definitions/PortalProperties","description":"The portal."}},"type":"object"},"PortalExtensionSettingsPropertiesItem":{"allOf":[{"$ref":"#/definitions/PortalExtensionSettingsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^portal-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalProperties":{"description":"Describes a Portal.","properties":{"url":{"description":"The URL of the portal.","type":"string"}},"type":"object"},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"Promise":{},"RegionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link RegionSettings}.","properties":{"fallbackLocale":{"description":"The fallback locale to use if the detected locale is not found in the\napp. This locale should be attempted to be used before 'invariant'.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"The root format settings for the app."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"measurementSystem":{"$ref":"#/definitions/MeasurementSystem","description":"The measurement system used to determine what units should be used for\nmeasurement values."}},"type":"object"},"RegionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/RegionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^region$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Relationship":{"description":"Describes a relationship between a{@linkdata /FeatureSource!FeatureSource}and another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a{@linkdata /_Relationship!Relationship}.","properties":{"$relationshipType":{"description":"The Relationship's type.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See{@linkdata /_Relationship!Relationship.title}.","type":"string"}},"type":"object"},"RelationshipPropertiesItem":{"allOf":[{"$ref":"#/definitions/RelationshipProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^relationship$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a results component (e.g. results list or results table in\nWeb).","properties":{"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.","properties":{"displayField":{"description":"See{@linkdata /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See{@linkdata /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtension"},{"$ref":"#/definitions/FieldExtensionProperties"}]},"type":"array"},"fields":{"description":"See{@linkdata /Schema!Schema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/esri.webmap.Field.Field"}]},"type":"array"},"geometryType":{"description":"See{@linkdata /Schema!Schema.geometryType}.","type":"string"},"primaryKeyField":{"description":"See{@linkdata /Schema!Schema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkdata /Schema!Schema.spatialReference}."},"timeZone":{"description":"See{@linkdata /Schema!Schema.timeZone}.","type":"string"},"typeIdField":{"description":"See{@linkdata /Schema!Schema.typeIdField}.","type":"string"},"types":{"description":"See{@linkdata /Schema!Schema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/esri.webmap.Type.Type"}]},"type":"array"}},"type":"object"},"ScrollModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scroll component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScrollModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScrollModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scroll$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SearchForType":{"description":"The type of search results."},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"searchFor":{"$ref":"#/definitions/SearchForType","description":"Determines what the search component should search for."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SelectLayerSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a select layer settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"workflow":{"description":"The workflow.","type":"string"}},"type":"object"},"SelectLayerSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SelectLayerSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^select-layer-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SimpleFillSymbol":{"description":"Simple fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}."},"SimpleLineSymbol":{"description":"Simple line symbols can be used to symbolize polyline geometries or outlines\nfor polygon fills.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbol":{"description":"Simple marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}."},"SpatialReference":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SublayerExtension":{"description":"Extends the capabilities of an Esri Sublayer object."},"SublayerExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /_SublayerExtension!SublayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkmapping /_SublayerExtension!SublayerExtension.layerListSettings}."},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkmapping /_SublayerExtension!SublayerExtension.visibilityMode}."}},"type":"object"},"SublayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^sublayer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SublayerLike":{"description":"Base interface for Esri sublayer classes."},"SublayerProperties":{"description":"Properties that can be specified for the{@linkmapping /_SublayerExtension!SublayerExtensionProperties.sublayer}property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/SublayerReference"},{"type":["string","number"]}],"description":"A reference to an existing sublayer, which is the ID or title of the\nsublayer (or both). In this case, the sublayer extension will attempt to\nfind an existing sublayer instead of creating one."},"$sublayerType":{"description":"The type of sublayer. This property is required when calling{@linkmapping /_SublayerExtension!SublayerExtension.create}.","type":"string"}},"type":"object"},"SublayerReference":{"description":"Matches an existing sublayer in a layer."},"Table":{"description":"Root element in the web map specifying an array of table objects.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/table/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/table/}."},"TableExtension":{"description":"Extends the capabilities of an table object (represented by an ArcGIS\n`FeatureLayer` object)."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /_TableExtension!TableExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/TableProperties"}],"description":"See{@linkdata /_TableExtension!TableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the{@linkdata /_TableExtension!TableExtensionProperties.table}property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"$tableType":{"description":"The table's type. If the type is omitted, it is assumed to be\n'ArcGISServiceTable'. See{@linkportal /Table!TableType}.","enum":["ArcGISServiceTable"],"type":"string"},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'. See CapabilitiesEnum.","type":"string"},"definitionEditor":{"$ref":"#/definitions/esri.webmap.DefinitionEditor.DefinitionEditor","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/esri.webmap.FormInfo.FormInfo","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/esri.webmap.LayerDefinition.LayerDefinition","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/esri.webmap.PopupInfo.PopupInfo","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See{@linkdata /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TaskbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a taskbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TaskbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TaskbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^taskbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbol":{"description":"Text symbols are used to add text to a feature (labeling).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references."},"UIDensity":{"description":"Specifies the visual density of components in the application."},"UpdateFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an update feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UpdateFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UpdateFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^update-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"VertigisMobileBuildProperties":{"description":"The application build settings for a specific platform.","properties":{"appIcon":{"description":"The icon to use for the app.","type":"string"},"appName":{"description":"The name of the app.","type":"string"},"identity":{"description":"The app's identity.","type":"string"},"version":{"description":"The app's version.","type":"string"}},"type":"object"},"VertigisMobileModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for the Vertigis Mobile application.","properties":{"arcgisRuntimeLicenseKey":{"description":"The ArcGIS runtime license key.","type":"string"},"buildSettings":{"$ref":"#/definitions/BuildSettingsProperties","description":"The application build settings for the different platforms."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onInitialized":{"$ref":"#/definitions/Action","description":"Action to be triggered when viewer initialization is complete."},"onInitializing":{"$ref":"#/definitions/Action","description":"Action to be triggered on viewer initialization before layout selection."},"privacyPolicyUrl":{"description":"A privacy policy URL.","type":"string"},"remoteConfigUrl":{"description":"An optional URL specifying the endpoint of a Portal app item containing\nthe latest version of the app configuration. Upon launching the VertiGIS\nStudio Mobile Viewer, the referenced remote app configuration will be\ndownloaded and loaded if it is more recent than the embedded or cached\napp configuration.","type":"string"},"version":{"description":"The version of VertiGIS Studio Mobile that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisMobileModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisMobileModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocortex-mobile-viewer$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ViewMode":{"description":"Viewing mode for a map (2D map or 3D scene)."},"ViewSyncConstraints":{"description":"Properties that specify constant values for the map/scene's viewpoint, while\nit is being synchronized with another map."},"VisibilityMode":{},"WebMap":{"description":"The web map data lists the basemap, operational layers, and bookmarks to be\nused in the web map. It also contains information about popup windows and\nlayer styling overrides to be used in the web map. A version property allows\nyou to supply the version of the web map JSON format being used.\n\nPart of the Esri web map specification. See\n{@link http://resources.arcgis.com/en/help/arcgis-web-map-json/}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/webmap/}."},"WebMapLike":{"description":"A web map definition or reference."},"WebScene":{"description":"An Esri web scene.\n\nThe web scene is the core element of 3D mapping across the ArcGIS platform.\nIt defines the content, style, environment, and slides of your scene and it\ncan be shared across multiple ArcGIS web and desktop applications. Web scenes\ncan be created, published, and consumed in ArcGIS Pro and ArcGIS Online with\nthe Scene Viewer. The web scene is saved as a JSON document that can be\nconsumed by the ArcGIS API for JavaScript via the WebScene class to easily\ncreate compelling 3D applications.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/webscene/}."},"WebSceneLike":{"description":"A web scene definition or reference."},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.Geometry":{},"esri.Ground":{},"esri.Layer":{},"esri.Map":{},"esri.PopupTemplate":{},"esri.Portal":{},"esri.PortalItem":{"properties":{"access":{"description":"Indicates the level of access to this item: `private`, `shared`, `org`, or `public`.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access)","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation)","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey)","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating)","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories)","items":{"type":"string"},"type":"array"},"created":{"description":"The date the item was created.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created)","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture)","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description)","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent)"},"groupCategories":{"description":"An array of group categories set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories)","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id)","type":"string"},"initialized":{"type":"boolean"},"isLayer":{"description":"Indicates whether a layer can be created from this item using [Layer.fromPortalItem()](esri-layers-Layer.html#fromPortalItem).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer)","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong to the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem)","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl)","enum":["admin","null","update"],"type":"string"},"itemPageUrl":{"description":"The URL to the [Item page](https://doc.arcgis.com/en/arcgis-online/manage-data/item-details.htm) on the portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl)","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl)","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo)","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"not-loaded\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)","description":"Represents the status of a [load](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#load) operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadWarnings)","items":{},"type":"array"},"loaded":{"default":"false\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded)","description":"Indicates whether the item's resources have loaded from the portal.","type":"boolean"},"modified":{"description":"The date the item was last modified.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified)","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name)","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments)","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings)","type":"number"},"numViews":{"description":"Number of views on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews)","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner)","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder)","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal)"},"screenshots":{"default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots)","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size)","type":"number"},"snippet":{"description":"A summary description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet)","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON)"},"tags":{"description":"User defined tags that describe the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags)","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl)","type":"string"},"title":{"description":"The title for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title)","type":"string"},"type":{"description":"The GIS content type of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type)","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords)","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url)","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","created","culture","declaredClass","description","destroyed","extent","groupCategories","id","initialized","isLayer","isOrgItem","itemControl","itemPageUrl","itemUrl","licenseInfo","loadError","loadStatus","loadWarnings","loaded","modified","name","numComments","numRatings","numViews","owner","ownerFolder","portal","screenshots","size","snippet","sourceJSON","tags","thumbnailUrl","title","type","typeKeywords","url"],"type":"object"},"esri.PortalItemApplicationProxies":{"properties":{"proxyId":{"description":"The proxy ID registered in ArcGIS Online or ArcGIS Enterprise Portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"proxyUrl":{"description":"The proxy URL for the source URL.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"sourceUrl":{"description":"The URL of the premium map service layer.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SpatialReference":{},"esri.Symbol":{},"esri.Viewing":{},"esri.Viewpoint":{},"esri.webmap.BingLayer.BingLayer":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"esri.webmap.CodedValueDomain.CodedValue":{"description":"A set of valid coded values with unique names. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}."},"esri.webmap.CodedValueDomain.CodedValueDomain":{"description":"Coded value domain specifies an explicit set of valid values for a field.\nEach valid value is assigned a unique name. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}."},"esri.webmap.DefinitionEditor.DefinitionEditor":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"esri.webmap.Effect.BloomEffectFunction":{"description":"An Effect Function for the bloom effect."},"esri.webmap.Effect.BlurEffectFunction":{"description":"An Effect Function for the blur effect."},"esri.webmap.Effect.BrightnessEffectFunction":{"description":"An Effect Function for the brightness effect."},"esri.webmap.Effect.ContrastEffectFunction":{"description":"An Effect Function for the contrast effect."},"esri.webmap.Effect.DropShadowEffectFunction":{"description":"An Effect Function for the drop-shadow effect."},"esri.webmap.Effect.GrayscaleEffectFunction":{"description":"An Effect Function for the grayscale effect."},"esri.webmap.Effect.HueRotateEffectFunction":{"description":"An Effect Function for the hue-rotate effect."},"esri.webmap.Effect.InvertEffectFunction":{"description":"An Effect Function for the invert effect."},"esri.webmap.Effect.OpacityEffectFunction":{"description":"An Effect Function for the opacity effect."},"esri.webmap.Effect.SaturateEffectFunction":{"description":"An Effect Function for the saturate effect."},"esri.webmap.Effect.ScaleDependentEffect":{"description":"An object describing the effect to apply at a scale stop."},"esri.webmap.Effect.SepiaEffectFunction":{"description":"An Effect Function for the sepia effect."},"esri.webmap.ElevationLayer.ElevationLayer":{"description":"ElevationLayer is a tile layer used for rendering elevation in web scenes. A\ndefault world elevation layer can be added to the map by setting the map's\nground property to world-elevation.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}."},"esri.webmap.Extent.Extent":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}."},"esri.webmap.Field.Field":{"description":"Contains information about an attribute field. This field could come from a\nfeature collection or a single layer in a map service. Used in\nlayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}."},"esri.webmap.Field.FieldType":{"description":"The type of the Field."},"esri.webmap.FieldInfo.FieldInfo":{"description":"Defines how a field in the dataset participates (or does not participate) in\na pop-up window.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}."},"esri.webmap.FormInfo.FormInfo":{"description":"Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}."},"esri.webmap.ImageServiceLayer.ImageServiceLayer":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"esri.webmap.ImageServiceVectorLayer.ImageServiceVectorLayer":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"esri.webmap.InheritedDomain.InheritedDomain":{"description":"This domain applies to domains on subtypes. It implies that the domain for a\nfield at the subtype level is the same as the domain for the field at the\nlayer level. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}."},"esri.webmap.Item.Item":{"description":"An item (a unit of content) in the portal. Each item has a unique identifier\nand a well known URL that is independent of the user owning the item. An item\ncan have associated binary or textual data that's available via the item data\nresource. For example, an item of type Map Package returns the actual bits\ncorresponding to the map package via the item data resource. The numViews is\nincremented when an item is opened.\n\nSee{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.","properties":{"$portal":{"description":"The portal to load the item from.","type":"string"},"access":{"description":"Indicates the level of access to this item: private, shared, org, or\npublic.","type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.","type":"string"},"advancedSettings":{"description":"<not in spec>."},"appCategories":{"description":"An array that primarily applies to a list of categories that the\napplication item is applicable to.","items":{"type":"string"},"type":"array"},"avgRating":{"description":"Average rating. Uses a weighted average called \"Bayesian average.\".","type":"number"},"banner":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"string"},"categories":{"description":"An array of organization categories that are set on the item.","items":{"type":"string"},"type":"array"},"commentsEnabled":{"description":"Indicates if comments are allowed on the item.","type":"boolean"},"contentOrigin":{"description":"<not in spec>.","type":"string"},"created":{"description":"The date the item was created. Shown in UNIX time in milliseconds.","type":"number"},"culture":{"description":"The item locale information (language and country).","type":"string"},"description":{"description":"Item description.","type":"string"},"documentation":{"description":"<not in spec>."},"extent":{"description":"The bounding rectangle of the item. Should always be in WGS84.","items":{"items":{"type":"number"},"type":"array"},"type":"array"},"groupDesignations":{"description":"<not in spec>."},"guid":{"description":"<not in spec>.","type":"string"},"id":{"description":"The unique ID for this item.","type":"string"},"industries":{"description":"Primarily applies to industries associated with the application.","items":{"type":"string"},"type":"array"},"isOrgItem":{"description":"<not in spec>.","type":"boolean"},"itemControl":{"description":"Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).","enum":["admin","update"],"type":"string"},"languages":{"description":"Primarily applies to languages associated with the application.","items":{"type":"string"},"type":"array"},"largeThumbnail":{"description":"Primarily applies to thumbnails associated with an application. The URL\nto the thumbnail used for the application.","type":"string"},"licenseInfo":{"description":"Any license information or restrictions.","type":"string"},"listed":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"boolean"},"modified":{"description":"The date the item was last modified. Shown in UNIX time in milliseconds.","type":"number"},"name":{"description":"The file name of the item for file types. Read-only.","type":"string"},"numComments":{"description":"Number of comments on the item.","type":"number"},"numRatings":{"description":"Number of ratings on the item.","type":"number"},"numViews":{"description":"Number of views of the item.","type":"number"},"orgId":{"description":"<not in spec>.","type":"string"},"owner":{"description":"The username of the user who owns this item.","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item. The property\nis only returned to the item owner or the org admin.","type":"string"},"properties":{"description":"A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.","type":"string"},"protected":{"description":"Protects the item from deletion. False is the default.","type":"boolean"},"proxyFilter":{"description":"A JSON object used to restrict service item response results based on\nspecified filter, i.e. limit results returned from a geocode service\nbased on defined filters.See serviceProxyFilter for object details."},"scoreCompleteness":{"description":"Item information completeness score based upon item snippet, thumbnail,\ndescription, title, tags etc.","type":"number"},"screenshots":{"description":"Primarily applies to screenshots associated with an application. The URL\nto the screenshots used for the application.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item.","type":"number"},"snippet":{"description":"A short summary description of the item.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.webmap.SpatialReference.SpatialReference","description":"The coordinate system of the item."},"subInfo":{"description":"<not in spec>.","type":"number"},"tags":{"description":"User defined tags that describe the item.","items":{"type":"string"},"type":"array"},"thumbnail":{"description":"The URL to the thumbnail used for the item.","type":"string"},"title":{"description":"The title of the item. This is the name that's displayed to users and by\nwhich they refer to the item. Every item must have a title.","type":"string"},"type":{"description":"The GIS content type of this item. Example types include Web Map, Map\nService, Shapefile, and Web Mapping Application. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.","type":"string"},"typeKeywords":{"description":"A set of keywords that further describes the type of this item. Each item\nis tagged with a set of type keywords that are derived based on its\nprimary type.","items":{"type":"string"},"type":"array"},"url":{"description":"The URL for the resource represented by the item. Applies only to items\nthat represent web-accessible resources such as map services.","type":"string"}},"required":["id"],"type":"object"},"esri.webmap.LayerDefinition.LayerDefinition":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"esri.webmap.MapServiceLayer.MapServiceLayer":{"description":"ArcGIS web maps are designed to work with web services hosted on ArcGIS\nServer and ArcGIS Online, in addition to other types of servers. Map services\ncan be cached (tiled) or uncached (dynamic). This object specifically details\nproperties within uncached map services.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"esri.webmap.MediaInfo.MediaInfo":{"description":"Defines an image or a chart to be displayed in a pop-up window. See\nhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and\nhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/."},"esri.webmap.Multipoint.Multipoint":{"description":"Contains an array of points, along with a spatial reference field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}Note: In the JavaScript API, open street map derived from Web tile layer."},"esri.webmap.Point.Point":{"description":"Defines the JSON formats of the point and spatial reference objects. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}."},"esri.webmap.Polygon.Polygon":{"description":"A polygon contains an array of rings and a spatial reference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}."},"esri.webmap.Polyline.Polyline":{"description":"Contains an array of paths and a spatialReference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"esri.webmap.PopupExpressionInfo.PopupExpressionInfo":{"description":"Arcade expression added to the pop-up.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}."},"esri.webmap.PopupInfo.OrderByFields":{"description":"Object indicating the field display order for the related records and whether\nthey should be sorted in ascending or descending order.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}."},"esri.webmap.PopupInfo.PopupElement":{"description":"Popup elements allow users to author popups, using multiple elements such as\ntabular views, string description, media (charts and images), and attachments\nof the attributes and control the order in which they appear. Specifically,\npopupElements do the following: 1) provide the ability to explicitly add a\nfield/ value table in addition to a description, 2) allow adding multiple\ndescription elements, and 3) allow a user to author and consume elements of a\npopup in the order of their choosing.\n\nEach popupElement has a type property. This string value indicates the type\nof popupElement used.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupElement/\nand\nhttps://developers.arcgis.com/web-scene-specification/objects/popupElement/."},"esri.webmap.PopupInfo.PopupElementType":{"description":"The type of the PopupElement."},"esri.webmap.PopupInfo.PopupInfo":{"description":"Defines the look and feel of pop-up windows when users click or query a\nfeature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/\nand\nhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/."},"esri.webmap.RangeDomain.RangeDomain":{"description":"Range domain specifies a range of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}."},"esri.webmap.SpatialReference.SpatialReference":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"esri.webmap.TiledImageServiceLayer.TiledImageServiceLayer":{"description":"An ArcGIS Tiled Image Service layer displays map content from an ArcGIS\nServer Image service that has been cached (tiled).\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}."},"esri.webmap.TiledMapServiceLayer.TiledMapServiceLayer":{"description":"An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server\nMap service that has been cached (tiled).\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}."},"esri.webmap.Type.Type":{"description":"Types contain information about the combinations of attributes allowed for\nfeatures in the dataset. Each feature in the dataset can have a type,\nindicated in its typeIdField, which is used in LayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}."},"esri.webmap.VectorTileLayer.VectorTileLayer":{"description":"A vector tile layer references a set of web-accessible vector tiles and the\ncorresponding style for how those tiles should be drawn.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}."},"esri.webmap.Viewpoint.Viewpoint":{"description":"Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is\ndetermined using a center point and scale value. In a 3D view, it is\ndetermined using a camera position. The Viewpoint can be bookmarked for later\nuse, or used for navigation purposes.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}."},"esri.webmap.WMSLayer.WMSLayer":{"description":"A layer consuming a Web Map Service (WMS). The WMS specification is an\ninternational specification for serving and consuming dynamic maps on the\nweb. For additional information on publishing WMS services, please see the\nArcGIS Server help.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}."},"esri.webmap.WebMap.WebMap":{"description":"The web map data lists the basemap, operational layers, and bookmarks to be\nused in the web map. It also contains information about popup windows and\nlayer styling overrides to be used in the web map. A version property allows\nyou to supply the version of the web map JSON format being used.\n\nPart of the Esri web map specification. See{@linkhttp://resources.arcgis.com/en/help/arcgis-web-map-json/}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/webmap/}."},"esri.webmap.WebScene.WebScene":{"description":"An Esri web scene.\n\nThe web scene is the core element of 3D mapping across the ArcGIS platform.\nIt defines the content, style, environment, and slides of your scene and it\ncan be shared across multiple ArcGIS web and desktop applications. Web scenes\ncan be created, published, and consumed in ArcGIS Pro and ArcGIS Online with\nthe Scene Viewer. The web scene is saved as a JSON document that can be\nconsumed by the ArcGIS API for JavaScript via the WebScene class to easily\ncreate compelling 3D applications.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/webscene/}."},"esri.webmap.WebTileLayer.WebTileLayer":{"description":"A tile layer is a derived from a set of web-accessible tiles which reside on\na server. The tiles are accessed by a direct URL request from the web\nbrowser. Because the tiles in a tile layer are not available as a service,\nthey must be in a specific format for a web app such as the ArcGIS.com map\nviewer to display the layer on a map.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}."},"esri.webmap._LayerBase.BlendMode":{"description":"Options for blending layers."},"esri.webmap._LayerBase.LayerType":{"description":"Constants for the layerType property of service layers. This field and its\npossible values isn't officially documented by esri, however it's used in\nArcGIS online web maps."},"layer-preset.LayerPreset.LayerPreset":{"description":"A LayerPreset that can be applied to a map or a map extension."},"layer-preset.LayerPreset.LayerPresetProperties":{"description":"Properties that can be passed into the constructor for{@linklayer-preset /LayerPreset!LayerPreset}.","properties":{"basemap":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","national-geographic","oceans","oceans-vector","osm","osm-vector","satellite","streets","streets-navigation-vector","streets-night-vector","streets-relief-vector","streets-vector","terrain","terrain-vector","topo","topo-vector"],"type":"string"}],"description":"See{@linklayer-preset /LayerPreset!LayerPreset.basemap}."},"basemapOptions":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","national-geographic","oceans","oceans-vector","osm","osm-vector","satellite","streets","streets-navigation-vector","streets-night-vector","streets-relief-vector","streets-vector","terrain","terrain-vector","topo","topo-vector"],"type":"string"}]},"type":"array"},"description":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layers":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.layers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}],"description":"Layer preset properties with a layer reference."},"type":"array"},"title":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.title}.","type":"string"}},"type":"object"},"layer-preset.LayerPresetSettings.LayerPresetSettingProperties":{"description":"Properties that can be passed into the constructor for{@linklayer-preset /LayerPresetSettings!LayerPresetSetting}.","properties":{"childrenIncludedInLayerList":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.childrenIncludedInLayerList}.","type":"boolean"},"expanded":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.expanded}.","type":"boolean"},"includedInLayerList":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.includedInLayerList}.","type":"boolean"},"maxScale":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.maxScale}.","type":"number"},"minScale":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.minScale}.","type":"number"},"opacity":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.opacity}.","type":"number"},"sublayers":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.sublayers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}],"description":"Sublayer preset properties with a sublayer reference."},"type":"array"},"visible":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.visible}.","type":"boolean"}},"type":"object"}},"description":"Configuration for a VertiGIS Studio App. An App is a portable format for\ndescribing the items and settings used by VertiGIS Studio applications. Items\nthat are defined within an App (e.g. menus, layer extensions, web maps, etc.)\ncan be retrieved by loading the App configuration into an {@link AppContainer}\nand using its {@link AppContainer.get} method.","properties":{"failureModes":{"additionalProperties":{"$ref":"#/definitions/FailureMode"},"description":"User-defined failure modes for particular items. Items are referenced by\nitem uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this\none.\n\nImports are processed in the order specified, followed by items and\nsettings that are locally defined in this AppConfig. If the same item is\ndefined multiple times, then the items' properties will get merged in\nsuch a way that the later definitions will override earlier ones.\nSimilarly if a setting is defined several times, then the most recent\ndefinition wins.","items":{"type":"string"},"type":"array"},"items":{"description":"The set of items defined in the App (order is irrelevant).","items":{"anyOf":[{"$ref":"#/definitions/ItemConfig"},{"$ref":"#/definitions/BasemapExtensionPropertiesItem"},{"$ref":"#/definitions/FeaturePropertiesItem"},{"$ref":"#/definitions/FieldExtensionPropertiesItem"},{"$ref":"#/definitions/FeatureSetPropertiesItem"},{"$ref":"#/definitions/FeatureListPropertiesItem"},{"$ref":"#/definitions/GeocoderPropertiesItem"},{"$ref":"#/definitions/GroundExtensionPropertiesItem"},{"$ref":"#/definitions/LanguageResourcesPropertiesItem"},{"$ref":"#/definitions/LayerExtensionPropertiesItem"},{"$ref":"#/definitions/MapExtensionPropertiesItem"},{"$ref":"#/definitions/MenuPropertiesItem"},{"$ref":"#/definitions/MenuItemPropertiesItem"},{"$ref":"#/definitions/RelationshipPropertiesItem"},{"$ref":"#/definitions/SublayerExtensionPropertiesItem"},{"$ref":"#/definitions/ArcGISServiceTableExtensionPropertiesItem"},{"$ref":"#/definitions/MapPropertiesItem"},{"$ref":"#/definitions/AnalyticsModelPropertiesItem"},{"$ref":"#/definitions/BasemapPickerModelPropertiesItem"},{"$ref":"#/definitions/BookmarksModelPropertiesItem"},{"$ref":"#/definitions/BrandingModelPropertiesItem"},{"$ref":"#/definitions/CompassModelPropertiesItem"},{"$ref":"#/definitions/CoordinateModelPropertiesItem"},{"$ref":"#/definitions/DialogModelPropertiesItem"},{"$ref":"#/definitions/ExpandModelPropertiesItem"},{"$ref":"#/definitions/FeatureDetailsModelPropertiesItem"},{"$ref":"#/definitions/GeolocationModelPropertiesItem"},{"$ref":"#/definitions/HighlightModelPropertiesItem"},{"$ref":"#/definitions/ImageModelPropertiesItem"},{"$ref":"#/definitions/LayerListModelPropertiesItem"},{"$ref":"#/definitions/LayerPresetsModelPropertiesItem"},{"$ref":"#/definitions/LayoutPropertiesItem"},{"$ref":"#/definitions/LegendModelPropertiesItem"},{"$ref":"#/definitions/LicensingModelPropertiesItem"},{"$ref":"#/definitions/MapCoordinatesModelPropertiesItem"},{"$ref":"#/definitions/MapModelPropertiesItem"},{"$ref":"#/definitions/MenuModelPropertiesItem"},{"$ref":"#/definitions/PanelModelPropertiesItem"},{"$ref":"#/definitions/RegionModelPropertiesItem"},{"$ref":"#/definitions/ResultsModelPropertiesItem"},{"$ref":"#/definitions/ScalebarModelPropertiesItem"},{"$ref":"#/definitions/SearchModelPropertiesItem"},{"$ref":"#/definitions/SplitModelPropertiesItem"},{"$ref":"#/definitions/StackModelPropertiesItem"},{"$ref":"#/definitions/TextModelPropertiesItem"},{"$ref":"#/definitions/UserModelPropertiesItem"},{"$ref":"#/definitions/WorkflowModelPropertiesItem"},{"$ref":"#/definitions/WorkflowEventsPropertiesItem"},{"$ref":"#/definitions/ZoomModelPropertiesItem"},{"$ref":"#/definitions/AddFeatureModelPropertiesItem"},{"$ref":"#/definitions/AddRelatedFeatureModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/EventListenerModelPropertiesItem"},{"$ref":"#/definitions/VertigisMobileModelPropertiesItem"},{"$ref":"#/definitions/GeometryToolbarModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSelectionModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSettingsModelPropertiesItem"},{"$ref":"#/definitions/GnssMetadataModelPropertiesItem"},{"$ref":"#/definitions/OfflineModelPropertiesItem"},{"$ref":"#/definitions/PortalExtensionSettingsPropertiesItem"},{"$ref":"#/definitions/ScrollModelPropertiesItem"},{"$ref":"#/definitions/SelectLayerSettingsModelPropertiesItem"},{"$ref":"#/definitions/TaskbarModelPropertiesItem"},{"$ref":"#/definitions/UpdateFeatureModelPropertiesItem"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the {@link CURRENT_SCHEMA_VERSION} constant.","type":"string"},"settings":{"additionalProperties":{"type":["string","number","boolean"]},"description":"User-defined settings. These can be referenced via URIs in the form\nsetting://setting-name.","type":"object"},"title":{"description":"A human-readable name for the App.","type":"string"}},"required":["schemaVersion"],"type":"object"}
1
+ {"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"Action":{"description":"Defines an action to perform."},"AddFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AddRelatedFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add related feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddRelatedFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddRelatedFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-related-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnalyticsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the Analytics Service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"url":{"description":"The URL used by VertiGIS Studio Analytics for tracking this application.","type":"string"}},"type":"object"},"AnalyticsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AnalyticsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^analytics$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnnotationLayerJson":{"description":"Annotation layers can be created by referencing a layer from a feature\nservice. Annotation layers honor any feature templates configured in the\nsource document."},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkArcGISServiceTableExtension}.","properties":{"attachmentTypes":{"description":"A list of the valid file MIME types that can be uploaded as attachments.\nFor list of supported attachment types, see:\nhttps://developers.arcgis.com/rest/services-reference/enterprise/query-attachments-feature-service-layer-.htm.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"Request helper used to download table information."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"ArcGISServiceTableExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/ArcGISServiceTableExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^table-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapExtension":{"description":"Extends the capabilities of an Esri Basemap object."},"BasemapExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /BasemapExtension!BasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"onClick":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See{@linkmapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Basemap component.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"offline":{"description":"Whether this Basemap is only made up of offline layers. Only used by\nStudio Mobile Designer.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the{@linkmapping /BasemapExtension!BasemapExtensionProperties.basemap}property.","properties":{"baseMapLayers":{"description":"An array of BasemapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"anyOf":[{"$ref":"#/definitions/BingLayerJson"},{"$ref":"#/definitions/ImageServiceLayerJson"},{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"$ref":"#/definitions/MapServiceLayerJson"},{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"$ref":"#/definitions/VectorTileLayerJson"},{"$ref":"#/definitions/WebTileLayerJson"},{"$ref":"#/definitions/WMSLayerJson"},{"$ref":"#/definitions/OpenStreetMapLayerJson"}],"description":"A base map layer in a web map/scene."},"type":"array"},"elevationLayers":{"description":"Deprecated, use ground.layers instead. An array of elevationLayer objects\ndefining the basemaps used in the web scene.","items":{"anyOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"$ref":"#/definitions/TiledElevationServiceLayerJson"}],"description":"Elevation layers that can be used in a web scene's ground."},"type":"array"},"id":{"description":"An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!","type":"string"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"BingLayerJson":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See{@linkmapping /Bookmark!Bookmark.source}."},"title":{"description":"See{@linkmapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/ViewpointJson"}],"description":"See{@linkmapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BoundAction":{"description":"An action that is bound to arguments.","properties":{"arguments":{"description":"Arguments for the action. Can either be a primitive value (string,\nnumber, boolean), or a plain JSON object containing named arguments."},"name":{"description":"Determines which action to perform. It is up to the calling application\nhow it transforms an action name into actual executable code.","type":"string"}},"required":["arguments","name"],"type":"object"},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BuildSettingsProperties":{"properties":{"androidBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Android platform."},"iosBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the iOS platform."},"windowsBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Windows platform."}},"type":"object"},"BuildingSceneLayerJson":{"description":"The BuildingSceneLayer is a layer type designed for on-demand streaming and\ndisplaying building data."},"CIMSymbolJson":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"CSVLayerJson":{"description":"The CSV layer type references a CSV or TXT file from a publicly-accessible\nweb server. It then dynamically loads into the map at run time. The CSV layer\nwill maintain a reference to the CSV resource.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/csvLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/csvLayer/}."},"CodedValueDomainJson":{"description":"Coded value domain specifies an explicit set of valid values for a field.\nEach valid value is assigned a unique name. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/codedValue_domain/}."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/PopupExpressionInfoJson","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/FieldInfoJson"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/MediaInfoJson"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/OrderByFieldsJson"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"description":"String value indicating which element to use.","enum":["attachments","expression","fields","media","relationship","text"],"type":"string"}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"transformations":{"description":"Rules to apply when transforming coordinates between coordinate systems.","items":{"anyOf":[{"$ref":"#/definitions/Transformation"},{"$ref":"#/definitions/TransformationJson"}]},"type":"array"}},"type":"object"},"CoordinateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CoordinateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^coordinate-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DefinitionEditorJson":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"EventListenerDefinitionProperties":{"description":"Properties for a generic event listener definition. Specifies an action to\nexecute whenever the target event is published. If the sender property is\nassigned, the action will only be executed if the event is published with the\nspecified sender.","properties":{"action":{"$ref":"#/definitions/Action","description":"The action to perform, when the specified events gets published."},"event":{"description":"The name of the event to listen to. This value has to match the events\nname that gets published (including its namespace prefix, e.g.\nmap.navigation-completed). All events are supported, both built in events\nas well as custom events published through \"viewer.publish-event\" or the\nPublish Event workflow activity.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"sender":{"description":"An optional reference to an item, that is to be used as a filter. If set,\nonly events published by the specified sender object, will cause the\naction to be executed.","type":"string"},"title":{"description":"A human-readable title for the event listener instance.","type":"string"}},"required":["action","event"],"type":"object"},"EventListenerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a generic event listener.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"listeners":{"description":"A collection of event listener definitions. Each element has to be an\ninline JSON defining an event listener definition item.","items":{"$ref":"#/definitions/EventListenerDefinitionProperties"},"type":"array"}},"type":"object"},"EventListenerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/EventListenerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^event-listener$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExtentJson":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}{@linkhttps://developers.arcgis.com/web-map-specification/objects/extent/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/extent/}."},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a{@linkdata /FeatureSource!FeatureSource}. Both\nspatial and non-spatial features have attributes, while only spatial features\nhave geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxAttachmentSize":{"description":"The maximum size of a given attachment, in bytes.","type":"number"},"onFeatureDelete":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureNavigated":{"$ref":"#/definitions/Action","description":"The action to perform when navigating between features within the feature\ndetails view, in particular related records."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureLayerJson":{"description":"Feature layers can be created by referencing a layer from either a map\nservice or a feature service or by specifying a feature collection object.\nUse a map service if you just want to retrieve geometries and attributes from\nthe server and symbolize them yourself. Use a feature service if you want to\ntake advantage of symbols from the service's source map document. Also, use a\nfeature service if you plan on doing editing with the feature layer. Feature\nlayers honor any feature templates configured in the source map document.\nFeature collection objects are used to create a feature layer based on the\nsupplied definition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/featureLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/featureLayer/}."},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},{"$ref":"#/definitions/FeatureSet"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See{@linkdata /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.Geometry"},{"$ref":"#/definitions/PointJson"},{"$ref":"#/definitions/MultipointJson"},{"$ref":"#/definitions/PolylineJson"},{"$ref":"#/definitions/PolygonJson"},{"$ref":"#/definitions/ExtentJson"}],"description":"The feature's geometry."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about the feature, such as fields, domains, geometry type, etc."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Settings for this feature."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source of the feature."}},"type":"object"},"FeaturePropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSet":{"description":"A set of features that share a common schema."},"FeatureSetProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkdata /FeatureSet!FeatureSet}.","properties":{"features":{"description":"The features contained in the set.","items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about features such as fields, domains, and geometry type."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Default settings that apply to features in this set."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source for the features."},"title":{"description":"A human-readable name for the feature set.","type":"string"}},"type":"object"},"FeatureSetPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-set$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSettings":{"description":"Settings that pertain to features."},"FeatureSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /FeatureSettings!FeatureSettings}.","properties":{"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings affecting how feature attributes are formatted."},"hyperlinkTemplates":{"description":"Templates that define hyperlinks associated with the feature. Each\ntemplate's properties can contain field tokens enclosed in `{}`, which\nwill be replaced by actual field values. If not explicitly set, these\nwill be inherited from the associated layer extension if there is one.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"maxAllowableOffset":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkdata /FeatureSettings!FeatureSettings.outSpatialReference}."},"popupContentExtensions":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.popupContentExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/PopupContentExtensionProperties"},{"$ref":"#/definitions/PopupContentExtension"}]},"type":"array"},"popupTemplate":{"anyOf":[{"$ref":"#/definitions/esri.PopupTemplate"},{"$ref":"#/definitions/PopupInfoJson"}],"description":"The template for displaying content in a pop-up when the feature is\nselected. If not explicitly set, it will be inherited from the associated\nlayer extension if there is one."},"returnGeometry":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.returnGeometry}.","type":"boolean"},"zoomFactor":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See{@linkdata /FeatureSettings!FeatureSettings.zoomScale}.","type":"number"}},"type":"object"},"FeatureSource":{"description":"A source of features."},"FieldExtension":{"description":"Extends the capabilities of an Esri Field object."},"FieldExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /FieldExtension!FieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"field":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldProperties"},{"type":"string"}],"description":"The Esri Field object being extended."},"format":{"description":"The field format specifier. This is a standard .NET-style format string\ncontaining a `{0}` placeholder that will be replaced by the actual field\nvalue.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings that affect how values are formatted. Depending on the type of\nfield, some or all of these settings may not be applicable."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"searchable":{"description":"Whether the field is searchable or not.","type":"boolean"}},"type":"object"},"FieldExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^field-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FieldInfoJson":{"description":"Defines how a field in the dataset participates (or does not participate) in\na pop-up window.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/fieldInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}."},"FieldJson":{"description":"Contains information about an attribute field. This field could come from a\nfeature collection or a single layer in a map service. Used in\nlayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/field/}."},"FieldJsonType":{"description":"The type of the Field."},"FieldProperties":{"description":"Properties that extend the ArcGis portal representation of a Field.","properties":{"$ref":{"description":"A field name referring to an existing field in a schema. The field\nextension will attempt to find an existing field in its parent schema.","type":"string"},"alias":{"description":"The field alias (human-readable name).","type":"string"},"domain":{"anyOf":[{"$ref":"#/definitions/CodedValueDomainJson"},{"$ref":"#/definitions/InheritedDomainJson"},{"$ref":"#/definitions/RangeDomainJson"}],"description":"A domain object that provides the attribute domain information for the\nfield, if a domain exists."},"editable":{"description":"Whether this field is editable.","type":"boolean"},"exactMatch":{"description":"A Boolean defining whether or not the field is an exact match.","type":"boolean"},"length":{"description":"A number defining how many characters are allowed in a string field.","type":"number"},"name":{"description":"A string defining the field name.","type":"string"},"nullable":{"description":"Whether this field can have a null value.","type":"boolean"},"type":{"$ref":"#/definitions/FieldJsonType","description":"Type of the Field. See{@linkFieldJsonType}."}},"type":"object"},"FormInfoJson":{"description":"Defines the form configuration when a user edits a feature. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/formInfo/}."},"FormatSettings":{"description":"Settings that affect how values are formatted."},"FormatSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkFormatSettings}.","properties":{"currency":{"description":"The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when\nformatting a number using NumberFormat.CURRENCY or\nNumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a{@linkutilities /date!DateFormat}constant, or a custom date format\nstring.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a{@linkutilities /number!NumberFormat}constant, or a custom number format\nstring.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"GeoJSONLayerJson":{"description":"The GeoJSON layer type references a GeoJSON or TXT file from a\npublicly-accessible web server. It then dynamically loads into the map at run\ntime. The GeoJSON layer will maintain a reference to the GeoJSON resource.\n\nWeb map spec:{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}.\nWeb scene spec:{@linkhttps://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}."},"GeoRSSLayerJson":{"description":"GeoRSS feeds may contain any combination of points, lines, and polygons. Web\nclients use a GeoRSS to JSON request service. This service returns one to\nmany feature collections with different geometry types. The returned JSON\nspecifies the point, lines, and polygons symbols used to display the features\nin that layer.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}."},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linktasks /geocoding/Geocoder!Geocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linktasks /geocoding/Geocoder!Geocoder.addressSchema}."},"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See{@linktasks /geocoding/Geocoder!Geocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /FeatureSource!FeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"title":{"description":"See{@linktasks /geocoding/Geocoder!Geocoder.title}.","type":"string"}},"type":"object"},"GeocoderPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeocoderProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocoder$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeometryJson":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryJsonType":{"description":"Types of geometry. Geometry JSON objects don't reference these types, but\nthey appear within services to describe the type of geometries in layers."},"GeometryToolbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geometry toolbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeometryToolbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryToolbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-toolbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSelectionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device selector component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSelectionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSelectionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-selection$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssMetadataModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS metadata component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssMetadataModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssMetadataModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-metadata$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundExtension":{"description":"Extends the capabilities of an Esri Ground object."},"GroundExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /GroundExtension!GroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"ground":{"anyOf":[{"$ref":"#/definitions/esri.Ground"},{"$ref":"#/definitions/GroundProperties"},{"enum":["world-elevation"],"type":"string"}],"description":"The Esri Ground object being extended. This property can also be\n\"world-elevation\", in which case a default instance of Ground with the\nworld elevation service will be used."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerExtensions":{"description":"See{@linkmapping /GroundExtension!GroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"GroundExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^ground-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundProperties":{"description":"Properties that can be specified for the{@linkmapping /GroundExtension!GroundExtensionProperties.ground}property.","properties":{"$ref":{"description":"A reference to an existing Ground on the parent map extension. Note: This\ncan only be \"map.ground\".","enum":["map.ground"],"type":"string"},"layers":{"description":"An array of elevationLayer objects defining the elevation of the ground\nin the web scene.","items":{"anyOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"$ref":"#/definitions/TiledElevationServiceLayerJson"}],"description":"Elevation layers that can be used in a web scene's ground."},"type":"array"},"navigationConstraint":{"$ref":"#/definitions/__type","description":"Determines whether the camera is constrained to navigate only above, or\nalso under the ground surface."},"surfaceColor":{"description":"Defines the color of the ground surface, displayed underneath the\nbasemap. If no color, the default grid is shown.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The transparency of the ground surface. It is used for seeing through the\nground, therefore this property also changes the transparency of the\nbasemap. Draped operational layers are not affected by this property. The\nvalue has to lie between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"GroupLayerJson":{"description":"GroupLayer provides the ability to organize several sublayers into one common\nlayer. Suppose there are several FeatureLayers that all represent water\nfeatures in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The GroupLayer provides the functionality to\ntreat them as one layer called Water Features even though they are stored as\nseparate feature layers.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/groupLayer/}."},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering focus text on the map."},"focusMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the focus markers."},"focusMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a focus marker on the map. If\nthis property is undefined, no markers will be rendered for in-scale\nfocusing."},"highlightColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering highlight graphics on a map. A different\nborder color for highlight graphics will be derived from this color\nvalue. If this property is undefined, no highlight graphics will get\nrendered."},"highlightLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering highlight text on the map."},"highlightMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the highlight markers."},"highlightMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a highlight marker on the map.\nIf this property is undefined, no markers will be rendered for in-scale\nhighlighting."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxDeviationInMeters":{"description":"The maximum allowed deviation from the generalized geometry to the\noriginal geometry.","type":"number"},"maxVertices":{"description":"The maximum number of vertices a polyline or polygon geometry can have\nbefore it gets generalized.","type":"number"}},"type":"object"},"HighlightModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/HighlightModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^highlight-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Hyperlink":{"description":"A hyperlink associated with a feature or layer."},"HyperlinkProperties":{"description":"A hyperlink associated with a feature or layer.","properties":{"iconUrl":{"description":"See{@linkHyperlink.iconUrl}.","type":"string"},"target":{"description":"See{@linkHyperlink.target}.","type":"string"},"text":{"description":"See{@linkHyperlink.text}.","type":"string"},"tooltip":{"description":"See{@linkHyperlink.tooltip}.","type":"string"},"url":{"description":"See{@linkHyperlink.url}.","type":"string"}},"required":["text","url"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ImageServiceLayerJson":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"ImageServiceVectorLayerJson":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"InheritedDomainJson":{"description":"This domain applies to domains on subtypes. It implies that the domain for a\nfield at the subtype level is the same as the domain for the field at the\nlayer level. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/inherited_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/inherited_domain/}."},"IntegratedMeshLayerJson":{"description":"An integrated mesh can represent built and natural 3D features, such as\nbuilding walls, trees, valleys, and cliffs, with realistic textures and\nincludes elevation information.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}."},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"ItemJson":{"description":"An item (a unit of content) in the portal. Each item has a unique identifier\nand a well known URL that is independent of the user owning the item. An item\ncan have associated binary or textual data that's available via the item data\nresource. For example, an item of type Map Package returns the actual bits\ncorresponding to the map package via the item data resource. The numViews is\nincremented when an item is opened.\n\nSee{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.","properties":{"access":{"description":"Indicates the level of access to this item: private, shared, org, or\npublic.","type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.","type":"string"},"advancedSettings":{"description":"<not in spec>."},"appCategories":{"description":"An array that primarily applies to a list of categories that the\napplication item is applicable to.","items":{"type":"string"},"type":"array"},"avgRating":{"description":"Average rating. Uses a weighted average called \"Bayesian average.\".","type":"number"},"banner":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"string"},"categories":{"description":"An array of organization categories that are set on the item.","items":{"type":"string"},"type":"array"},"commentsEnabled":{"description":"Indicates if comments are allowed on the item.","type":"boolean"},"contentOrigin":{"description":"<not in spec>.","type":"string"},"created":{"description":"The date the item was created. Shown in UNIX time in milliseconds.","type":"number"},"culture":{"description":"The item locale information (language and country).","type":"string"},"description":{"description":"Item description.","type":"string"},"documentation":{"description":"<not in spec>."},"extent":{"description":"The bounding rectangle of the item. Should always be in WGS84.","items":{"items":{"type":"number"},"type":"array"},"type":"array"},"groupDesignations":{"description":"<not in spec>."},"guid":{"description":"<not in spec>.","type":"string"},"id":{"description":"The unique ID for this item.","type":"string"},"industries":{"description":"Primarily applies to industries associated with the application.","items":{"type":"string"},"type":"array"},"isOrgItem":{"description":"<not in spec>.","type":"boolean"},"itemControl":{"description":"Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).","enum":["admin","update"],"type":"string"},"languages":{"description":"Primarily applies to languages associated with the application.","items":{"type":"string"},"type":"array"},"largeThumbnail":{"description":"Primarily applies to thumbnails associated with an application. The URL\nto the thumbnail used for the application.","type":"string"},"licenseInfo":{"description":"Any license information or restrictions.","type":"string"},"listed":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"boolean"},"modified":{"description":"The date the item was last modified. Shown in UNIX time in milliseconds.","type":"number"},"name":{"description":"The file name of the item for file types. Read-only.","type":"string"},"numComments":{"description":"Number of comments on the item.","type":"number"},"numRatings":{"description":"Number of ratings on the item.","type":"number"},"numViews":{"description":"Number of views of the item.","type":"number"},"orgId":{"description":"<not in spec>.","type":"string"},"owner":{"description":"The username of the user who owns this item.","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item. The property\nis only returned to the item owner or the org admin.","type":"string"},"properties":{"description":"A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.","type":"string"},"protected":{"description":"Protects the item from deletion. False is the default.","type":"boolean"},"proxyFilter":{"description":"A JSON object used to restrict service item response results based on\nspecified filter, i.e. limit results returned from a geocode service\nbased on defined filters.See serviceProxyFilter for object details."},"scoreCompleteness":{"description":"Item information completeness score based upon item snippet, thumbnail,\ndescription, title, tags etc.","type":"number"},"screenshots":{"description":"Primarily applies to screenshots associated with an application. The URL\nto the screenshots used for the application.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item.","type":"number"},"snippet":{"description":"A short summary description of the item.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The coordinate system of the item."},"subInfo":{"description":"<not in spec>.","type":"number"},"tags":{"description":"User defined tags that describe the item.","items":{"type":"string"},"type":"array"},"thumbnail":{"description":"The URL to the thumbnail used for the item.","type":"string"},"title":{"description":"The title of the item. This is the name that's displayed to users and by\nwhich they refer to the item. Every item must have a title.","type":"string"},"type":{"description":"The GIS content type of this item. Example types include Web Map, Map\nService, Shapefile, and Web Mapping Application. See{@linkhttp://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.","type":"string"},"typeKeywords":{"description":"A set of keywords that further describes the type of this item. Each item\nis tagged with a set of type keywords that are derived based on its\nprimary type.","items":{"type":"string"},"type":"array"},"url":{"description":"The URL for the resource represented by the item. Applies only to items\nthat represent web-accessible resources such as map services.","type":"string"}},"required":["id"],"type":"object"},"KMLLayerJson":{"description":"Keyhole Markup Language (KML) is an XML-based format for storing geographic\ndata and associated content and is an official Open Geospatial Consortium\n(OGC) standard. KML is a common format for sharing geographic data with\nnon-GIS users as it can be easily delivered on the Internet.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/kmlLayer/}."},"LabelSymbol3DJson":{"description":"LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}."},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkLanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerDefinitionJson":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/layerDefinition/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"allOf":[{"$ref":"#/definitions/BingLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/BuildingSceneLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/CSVLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/FeatureLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoJSONLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoRSSLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GroupLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/KMLLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/MapServiceLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/PointCloudLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SceneLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/StreamLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/VectorTileLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WebTileLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WMSLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledElevationServiceLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/OpenStreetMapLayerJson"},{"properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"When present,{@linkmapping /_LayerExtension!LayerExtension.layer}will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]}],"description":"See{@linkmapping /_LayerExtension!LayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkmapping /_LayerExtension!LayerExtension.layerListSettings}."},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkmapping /_LayerExtension!LayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"sublayerExtensions":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"tpkSource":{"description":"See{@linkmapping /_LayerExtension!LayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkmapping /_LayerExtension!LayerExtension.visibilityMode}."}},"type":"object"},"LayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of{@linkmapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if{@linkincluded}is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerReference":{"description":"Matches an existing layer."},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LineSymbol3DJson":{"description":"LineSymbol3D is used to render features with Polyline geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}."},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for{@linkMapConstraints}.","properties":{"maxScale":{"description":"See{@linkMapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See{@linkMapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See{@linkMapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See{@linkMapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See{@linkViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkmapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkmapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkmapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/Bookmark"},{"$ref":"#/definitions/BookmarkProperties"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkmapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkmapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkmapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtension"},{"$ref":"#/definitions/GroundExtensionProperties"}],"description":"See{@linkmapping /MapExtension!MapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"}],"description":"See{@linkmapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkmapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkmapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See{@linkmapping /MapExtension!MapExtension.map}."},"onClick":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onClick}."},"onHover":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onInitialized}."},"onViewpointChanged":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkmapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkmapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkmapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/WebMapJson"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/WebSceneJson"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"type":"string"}],"description":"See{@linkmapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"mmpk":{"anyOf":[{"$ref":"#/definitions/MmpkProperties"},{"type":"string"}],"description":"Either a string path to the mmpk file on disk, or an object containing\nthe path and mapId. In either case, the path is relative to the root\nlevel user data directory for that app; for example, the File Sharing\nfolder for the app in iTunes for Apple devices. The referenced file can\nbe either a single .mmpk file or an unzipped/exploded folder. If a path\nis specified as a string, then the first map within the mmpk is selected.\nIf you would like to use a different path, then use the object syntax\nwhich allows for specifying which map within the mmpk to load."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onInitializing":{"$ref":"#/definitions/Action","description":"An action that will be performed when the map is about to initialize,\njust before the map is initialized."},"onSecondaryClick":{"$ref":"#/definitions/Action","description":"An action that will be performed when the user makes a secondary click\n(e.g. right click with mouse or long tap) on the map. If not defined and\nnot overridden, it will cause a context menu to appear at the position\nwhere the secondary click happened."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapProperties":{"$schema":"http://json-schema.org/draft-04/schema#","anyOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"definitions":{},"description":"Properties that can be specified for the{@linkmapping /MapExtension!MapExtensionProperties.map}property."},"MapPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^web-scene$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapServiceLayerJson":{"description":"ArcGIS web maps are designed to work with web services hosted on ArcGIS\nServer and ArcGIS Online, in addition to other types of servers. Map services\ncan be cached (tiled) or uncached (dynamic). This object specifically details\nproperties within uncached map services.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"MediaInfoJson":{"description":"Defines an image or a chart to be displayed in a pop-up window. See\nhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and\nhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a{@linkmenus /Menu!Menu}.","properties":{"_action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"Defines an action to perform."},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_assignPropertiesPromises":{"default":[],"items":{"$ref":"#/definitions/Promise"},"type":"array"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_failureMode":{"$ref":"#/definitions/FailureMode","default":"warn"},"_hideOnDisable":{"default":false,"type":"boolean"},"_iconId":{"type":"string"},"_id":{"description":"The unique ID for this entity. Once set, this should never change.","type":"string"},"_initializePromise":{"$ref":"#/definitions/Promise"},"_isDestroyed":{"default":false,"type":"boolean"},"_isEnabled":{"default":true,"type":"boolean"},"_isInitialized":{"default":false,"type":"boolean"},"_isToggled":{"default":false,"type":"boolean"},"_itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"_menu":{"$ref":"#/definitions/Menu"},"_submenu":{"$ref":"#/definitions/Menu"},"_title":{"type":"string"},"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"Indicates which action to perform when this item is selected."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"The alternate state to set when the menu item is toggled."},"canBeToggled":{"description":"Determines whether this item supports toggling.","type":"boolean"},"description":{"description":"A longer description explaining what the item does, typically displayed\nin a tooltip.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"Determines how a parent object should handle initialization failure in\nthis object. The default is \"warn\".\n\n- `\"error\"`:{@linksupport /InitializeError!InitializeError}is thrown.\n- `\"warn\"`: Message is logged and{@linksupport /InitializableBase!InitializeWarningEvent}is raised.\n- `\"ignore\"`:{@linksupport /InitializableBase!InitializeWarningEvent}is\n raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when{@linkmenus /MenuItem!MenuItem.isEnabled}is set to false. The default is\nfalse.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"description":"The unique ID for this entity.","type":"string"},"isDestroyed":{"description":"See{@linksupport /InitializableBase!Initializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See{@linksupport /InitializableBase!Initializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if{@linkmenus /MenuItem!MenuItem.canBeToggled}is true. When this property\nis changed, other properties of the menu item will be swapped with those\nin \"alternate\". An item can only be toggled if it has an alternate\nstate.","type":"boolean"},"itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"menu":{"$ref":"#/definitions/Menu","description":"The parent menu that this item belongs to."},"root":{"$ref":"#/definitions/Menu","description":"The root menu in the menu hierarchy."},"submenu":{"$ref":"#/definitions/Menu","description":"A submenu associated with this item."},"title":{"description":"The human-readable caption for the item.","type":"string"}},"required":["_action","_alternate","_assignPropertiesPromises","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_submenu","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for{@linkmenus /MenuItem!MenuItem}.","properties":{"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmenus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See{@linkmenus /MenuItem!MenuItem.alternate}."},"description":{"description":"See{@linkmenus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See{@linkmenus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See{@linkmenus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See{@linkmenus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See{@linkmenus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkmenus /MenuItem!MenuItem.submenu}."},"title":{"description":"See{@linkmenus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a{@linkmenus /MenuItem!MenuItem}when it is in a\nparticular state.","properties":{"action":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkmenus /MenuItem!MenuItem.action}."},"description":{"description":"See{@linkmenus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See{@linkmenus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See{@linkmenus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for{@linkmenus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See{@linkmenus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See{@linkmenus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeshSymbol3DJson":{"description":"MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}."},"MmpkProperties":{"description":"A reference to an MMPK map.","properties":{"mapId":{"description":"Either the name of the map or the index (starting at 0) of the map to\nload from the mmpk, for mmpks that have multiple maps.","type":["string","number"]},"path":{"description":"The path of the mmpk file. The referenced file can be either a single\n.mmpk file or an unzipped/exploded folder. The path is relative to the\nroot level user data directory for that app; for example, the File\nSharing folder for the app in iTunes for Apple devices.","type":"string"},"source":{"description":"The portal item which contains the mmpk. This may be either a Portal item\nID or a URL to the item.","type":"string"}},"required":["mapId","path"],"type":"object"},"MultipointJson":{"description":"Contains an array of points, along with a spatial reference field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"OfflineModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an offline component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onActivateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Activate Area."},"onCancelDownload":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Cancel Download."},"onCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user select Create when creating a new\noffline map area."},"onDeleteArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Delete Area."},"onDisplayCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Add Area."},"onDownloadArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Download."},"onGetAreas":{"$ref":"#/definitions/Action","description":"The action to perform when the list of map areas is produced."},"onGoOnline":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Go Online."},"onSubmitEdits":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Submit Edits."},"onUpdateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Update Area."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"OfflineModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/OfflineModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^offline$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"OpenStreetMapLayerJson":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}Note: In the JavaScript API, open street map derived from Web tile layer."},"OrderByFieldsJson":{"description":"Object indicating the field display order for the related records and whether\nthey should be sorted in ascending or descending order.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/orderByFields/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/orderByFields/}."},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PictureFillSymbolJson":{"description":"Picture fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbolJson":{"description":"Picture marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"PointCloudLayerJson":{"description":"Point cloud data is post-processed spatially organized lidar data that\nconsists of large collections of 3D points. Elevations for the ground,\nbuildings, forest canopy, highway overpasses, and anything else encountered\nduring the lidar survey make up the point cloud data. Point cloud layers\nallow for fast visualization of point cloud data in the browser.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}."},"PointJson":{"description":"Defines the JSON formats of the point and spatial reference objects. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}."},"PointSymbol3DJson":{"description":"PointSymbol3D is used to render features with Point geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}."},"PolygonJson":{"description":"A polygon contains an array of rings and a spatial reference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}."},"PolygonSymbol3DJson":{"description":"PolygonSymbol3D is used to render features with Polygon geometry in a 3D\nSceneView. Polygon features may also be rendered as points with icons or\nobjects at the centroid of each polygon.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"PolylineJson":{"description":"Contains an array of paths and a spatialReference. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"PopupContentExtension":{"description":"Extends the capabilities of an Esri popup Content object."},"PopupContentExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkPopupContentExtension}.","properties":{"content":{"anyOf":[{"$ref":"#/definitions/esri.Content"},{"$ref":"#/definitions/ContentProperties"}],"description":"The ESRI Content instance to be extended."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"summaryHiddenFields":{"description":"Names of fields that will be hidden when displayed in the a summary view.\nThis property is only applied to \"fields\" Content types.","items":{"type":"string"},"type":"array"},"visibleInSummary":{"description":"Whether the Content is visible when being displayed in a summary view.","type":"boolean"}},"type":"object"},"PopupExpressionInfoJson":{"description":"Arcade expression added to the pop-up.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}."},"PopupInfoJson":{"description":"Defines the look and feel of pop-up windows when users click or query a\nfeature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/\nand\nhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/."},"PortalExtensionSettingsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Portal extension object.","properties":{"appId":{"description":"The ID of the app.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isDefault":{"description":"Whether this portal extension is used by default.","type":"boolean"},"portal":{"$ref":"#/definitions/PortalProperties","description":"The portal."}},"type":"object"},"PortalExtensionSettingsPropertiesItem":{"allOf":[{"$ref":"#/definitions/PortalExtensionSettingsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^portal-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalProperties":{"description":"Describes a Portal.","properties":{"url":{"description":"The URL of the portal.","type":"string"}},"type":"object"},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"Promise":{},"RangeDomainJson":{"description":"Range domain specifies a range of valid values for a field. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/range_domain/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/range_domain/}."},"RasterDataElevationLayerJson":{"description":"RasterDataElevationLayer is a single-band raster layer used for rendering\nelevation.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/rasterDataElevationLayer/}."},"RegionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link RegionSettings}.","properties":{"fallbackLocale":{"description":"The fallback locale to use if the detected locale is not found in the\napp. This locale should be attempted to be used before 'invariant'.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"The root format settings for the app."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"measurementSystem":{"$ref":"#/definitions/MeasurementSystem","description":"The measurement system used to determine what units should be used for\nmeasurement values."}},"type":"object"},"RegionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/RegionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^region$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Relationship":{"description":"Describes a relationship between a{@linkdata /FeatureSource!FeatureSource}and another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a{@linkdata /_Relationship!Relationship}.","properties":{"$relationshipType":{"description":"The Relationship's type.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See{@linkdata /_Relationship!Relationship.title}.","type":"string"}},"type":"object"},"RelationshipPropertiesItem":{"allOf":[{"$ref":"#/definitions/RelationshipProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^relationship$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a results component (e.g. results list or results table in\nWeb).","properties":{"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SceneLayerJson":{"description":"The SceneLayer is a layer type designed for on-demand streaming and\ndisplaying large amounts of data in a SceneView. SceneLayers support two\ngeometry types: Point and 3D Objects (e.g. Buildings).\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}."},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /Schema!Schema}.","properties":{"displayField":{"description":"See{@linkdata /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See{@linkdata /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtension"},{"$ref":"#/definitions/FieldExtensionProperties"}]},"type":"array"},"fields":{"description":"See{@linkdata /Schema!Schema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldJson"}]},"type":"array"},"geometryType":{"$ref":"#/definitions/GeometryJsonType","description":"See{@linkdata /Schema!Schema.geometryType}."},"primaryKeyField":{"description":"See{@linkdata /Schema!Schema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkdata /Schema!Schema.spatialReference}."},"timeZone":{"description":"See{@linkdata /Schema!Schema.timeZone}.","type":"string"},"typeIdField":{"description":"See{@linkdata /Schema!Schema.typeIdField}.","type":"string"},"types":{"description":"See{@linkdata /Schema!Schema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/TypeJson"}]},"type":"array"}},"type":"object"},"ScrollModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scroll component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScrollModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScrollModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scroll$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SearchForType":{"description":"The type of search results."},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"searchFor":{"$ref":"#/definitions/SearchForType","description":"Determines what the search component should search for."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SelectLayerSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a select layer settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"workflow":{"description":"The workflow.","type":"string"}},"type":"object"},"SelectLayerSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SelectLayerSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^select-layer-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SimpleFillSymbolJson":{"description":"Simple fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}."},"SimpleLineSymbolJson":{"description":"Simple line symbols can be used to symbolize polyline geometries or outlines\nfor polygon fills.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbolJson":{"description":"Simple marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}."},"SpatialReferenceJson":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/spatialReference/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StreamLayerJson":{"description":"A stream layer in a web map. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/streamLayer/}."},"StyleSymbolReferenceJson":{"description":"The StyleSymbolReference is used to reference a symbol from a portal\nstyleItem.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}."},"SublayerExtension":{"description":"Extends the capabilities of an Esri Sublayer object."},"SublayerExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkmapping /_SublayerExtension!SublayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkmapping /_SublayerExtension!SublayerExtension.layerListSettings}."},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See{@linkmapping /_SublayerExtension!SublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkmapping /_SublayerExtension!SublayerExtension.visibilityMode}."}},"type":"object"},"SublayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^sublayer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SublayerLike":{"description":"Base interface for Esri sublayer classes."},"SublayerProperties":{"description":"Properties that can be specified for the{@linkmapping /_SublayerExtension!SublayerExtensionProperties.sublayer}property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/SublayerReference"},{"type":["string","number"]}],"description":"A reference to an existing sublayer, which is the ID or title of the\nsublayer (or both). In this case, the sublayer extension will attempt to\nfind an existing sublayer instead of creating one."},"$sublayerType":{"description":"The type of sublayer. This property is required when calling{@linkmapping /_SublayerExtension!SublayerExtension.create}.","type":"string"}},"type":"object"},"SublayerReference":{"description":"Matches an existing sublayer in a layer."},"SubtypeGroupLayerJson":{"description":"SubtypeGroupLayer provides the ability to organize several sublayers into one\ncommon layer. Suppose there are several FeatureLayers that all represent\nwater features in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The SubtypeGroupLayer provides the\nfunctionality to treat them as one layer called Water Features even though\nthey are stored as separate feature layers.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}."},"TableExtension":{"description":"Extends the capabilities of an table object (represented by an ArcGIS\n`FeatureLayer` object)."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /_TableExtension!TableExtension}.","properties":{"attachmentTypes":{"description":"See{@linkdata /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkdata /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"description":"A composite action that is made up of a sequence of one or more actions. The\nintent is that the application should execute these in the given order. If\nany of the actions produces an output, that should be used as the input\narguments for all subsequent actions.","items":{"anyOf":[{"$ref":"#/definitions/BoundAction"},{"type":"string"}],"description":"Defines a single action to perform."},"type":"array"},{"type":"string"}],"description":"See{@linkdata /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkdata /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkdata /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/TableProperties"}],"description":"See{@linkdata /_TableExtension!TableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkdata /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the{@linkdata /_TableExtension!TableExtensionProperties.table}property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'.","enum":["Create","Delete","Editing","Query","Update"],"type":"string"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/FormInfoJson","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for{@linkdata /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See{@linkdata /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See{@linkdata /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TaskbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a taskbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TaskbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TaskbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^taskbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbolJson":{"description":"Text symbols are used to add text to a feature (labeling).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"TiledElevationServiceLayerJson":{"description":"ElevationLayer is a tile layer used for rendering elevation in web scenes. A\ndefault world elevation layer can be added to the map by setting the map's\nground property to world-elevation.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}."},"TiledImageServiceLayerJson":{"description":"An ArcGIS Tiled Image Service layer displays map content from an ArcGIS\nServer Image service that has been cached (tiled).\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}."},"TiledMapServiceLayerJson":{"description":"An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server\nMap service that has been cached (tiled).\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references."},"TypeJson":{"description":"Types contain information about the combinations of attributes allowed for\nfeatures in the dataset. Each feature in the dataset can have a type,\nindicated in its typeIdField, which is used in LayerDefinition.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/type/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/type/}."},"UIDensity":{"description":"Specifies the visual density of components in the application."},"UpdateFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an update feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UpdateFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UpdateFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^update-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"VectorTileLayerJson":{"description":"A vector tile layer references a set of web-accessible vector tiles and the\ncorresponding style for how those tiles should be drawn.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}."},"VertigisMobileBuildProperties":{"description":"The application build settings for a specific platform.","properties":{"appIcon":{"description":"The icon to use for the app.","type":"string"},"appName":{"description":"The name of the app.","type":"string"},"identity":{"description":"The app's identity.","type":"string"},"version":{"description":"The app's version.","type":"string"}},"type":"object"},"VertigisMobileModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for the Vertigis Mobile application.","properties":{"arcgisRuntimeLicenseKey":{"description":"The ArcGIS runtime license key.","type":"string"},"buildSettings":{"$ref":"#/definitions/BuildSettingsProperties","description":"The application build settings for the different platforms."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onInitialized":{"$ref":"#/definitions/Action","description":"Action to be triggered when viewer initialization is complete."},"onInitializing":{"$ref":"#/definitions/Action","description":"Action to be triggered on viewer initialization before layout selection."},"privacyPolicyUrl":{"description":"A privacy policy URL.","type":"string"},"remoteConfigUrl":{"description":"An optional URL specifying the endpoint of a Portal app item containing\nthe latest version of the app configuration. Upon launching the VertiGIS\nStudio Mobile Viewer, the referenced remote app configuration will be\ndownloaded and loaded if it is more recent than the embedded or cached\napp configuration.","type":"string"},"version":{"description":"The version of VertiGIS Studio Mobile that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisMobileModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisMobileModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocortex-mobile-viewer$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ViewMode":{"description":"Viewing mode for a map (2D map or 3D scene)."},"ViewSyncConstraints":{"description":"Properties that specify constant values for the map/scene's viewpoint, while\nit is being synchronized with another map."},"ViewpointJson":{"description":"Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is\ndetermined using a center point and scale value. In a 3D view, it is\ndetermined using a camera position. The Viewpoint can be bookmarked for later\nuse, or used for navigation purposes.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/viewpoint/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/viewpoint/}."},"VisibilityMode":{},"WMSLayerJson":{"description":"A layer consuming a Web Map Service (WMS). The WMS specification is an\ninternational specification for serving and consuming dynamic maps on the\nweb. For additional information on publishing WMS services, please see the\nArcGIS Server help.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/wmsLayer/}."},"WebMapJson":{"description":"The web map data lists the basemap, operational layers, and bookmarks to be\nused in the web map. It also contains information about popup windows and\nlayer styling overrides to be used in the web map. A version property allows\nyou to supply the version of the web map JSON format being used.\n\nPart of the Esri web map specification. See{@linkhttp://resources.arcgis.com/en/help/arcgis-web-map-json/}. See{@linkhttps://developers.arcgis.com/web-map-specification/objects/webmap/}."},"WebMapLike":{"description":"A web map definition or reference."},"WebSceneJson":{"description":"An Esri web scene.\n\nThe web scene is the core element of 3D mapping across the ArcGIS platform.\nIt defines the content, style, environment, and slides of your scene and it\ncan be shared across multiple ArcGIS web and desktop applications. Web scenes\ncan be created, published, and consumed in ArcGIS Pro and ArcGIS Online with\nthe Scene Viewer. The web scene is saved as a JSON document that can be\nconsumed by the ArcGIS API for JavaScript via the WebScene class to easily\ncreate compelling 3D applications.\n\nSee{@linkhttps://developers.arcgis.com/web-scene-specification/objects/webscene/}."},"WebSceneLike":{"description":"A web scene definition or reference."},"WebTileLayerJson":{"description":"A tile layer is a derived from a set of web-accessible tiles which reside on\na server. The tiles are accessed by a direct URL request from the web\nbrowser. Because the tiles in a tile layer are not available as a service,\nthey must be in a specific format for a web app such as the ArcGIS.com map\nviewer to display the layer on a map.\n\nSee{@linkhttps://developers.arcgis.com/web-map-specification/objects/tiledLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}."},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.Geometry":{},"esri.Ground":{},"esri.Layer":{},"esri.Map":{},"esri.PopupTemplate":{},"esri.Portal":{},"esri.PortalItem":{"properties":{"access":{"description":"Indicates the level of access to this item: `private`, `shared`, `org`, or `public`.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access)","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation)","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey)","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating)","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories)","items":{"type":"string"},"type":"array"},"created":{"description":"The date the item was created.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created)","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture)","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description)","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent)"},"groupCategories":{"description":"An array of group categories set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories)","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id)","type":"string"},"initialized":{"type":"boolean"},"isLayer":{"description":"Indicates whether a layer can be created from this item using [Layer.fromPortalItem()](esri-layers-Layer.html#fromPortalItem).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer)","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong to the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem)","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl)","enum":["admin","null","update"],"type":"string"},"itemPageUrl":{"description":"The URL to the [Item page](https://doc.arcgis.com/en/arcgis-online/manage-data/item-details.htm) on the portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl)","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl)","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo)","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"not-loaded\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)","description":"Represents the status of a [load](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#load) operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadWarnings)","items":{},"type":"array"},"loaded":{"default":"false\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded)","description":"Indicates whether the item's resources have loaded from the portal.","type":"boolean"},"modified":{"description":"The date the item was last modified.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified)","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name)","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments)","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings)","type":"number"},"numViews":{"description":"Number of views on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews)","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner)","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder)","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal)"},"screenshots":{"default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots)","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size)","type":"number"},"snippet":{"description":"A summary description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet)","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON)"},"tags":{"description":"User defined tags that describe the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags)","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl)","type":"string"},"title":{"description":"The title for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title)","type":"string"},"type":{"description":"The GIS content type of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type)","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords)","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url)","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","created","culture","declaredClass","description","destroyed","extent","groupCategories","id","initialized","isLayer","isOrgItem","itemControl","itemPageUrl","itemUrl","licenseInfo","loadError","loadStatus","loadWarnings","loaded","modified","name","numComments","numRatings","numViews","owner","ownerFolder","portal","screenshots","size","snippet","sourceJSON","tags","thumbnailUrl","title","type","typeKeywords","url"],"type":"object"},"esri.PortalItemApplicationProxies":{"properties":{"proxyId":{"description":"The proxy ID registered in ArcGIS Online or ArcGIS Enterprise Portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"proxyUrl":{"description":"The proxy URL for the source URL.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"sourceUrl":{"description":"The URL of the premium map service layer.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SpatialReference":{},"esri.Symbol":{},"esri.Viewing":{},"esri.Viewpoint":{},"layer-preset.LayerPreset.LayerPreset":{"description":"A LayerPreset that can be applied to a map or a map extension."},"layer-preset.LayerPreset.LayerPresetProperties":{"description":"Properties that can be passed into the constructor for{@linklayer-preset /LayerPreset!LayerPreset}.","properties":{"basemap":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","national-geographic","oceans","oceans-vector","osm","osm-vector","satellite","streets","streets-navigation-vector","streets-night-vector","streets-relief-vector","streets-vector","terrain","terrain-vector","topo","topo-vector"],"type":"string"}],"description":"See{@linklayer-preset /LayerPreset!LayerPreset.basemap}."},"basemapOptions":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","national-geographic","oceans","oceans-vector","osm","osm-vector","satellite","streets","streets-navigation-vector","streets-night-vector","streets-relief-vector","streets-vector","terrain","terrain-vector","topo","topo-vector"],"type":"string"}]},"type":"array"},"description":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linksupport /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layers":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.layers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}],"description":"Layer preset properties with a layer reference."},"type":"array"},"title":{"description":"See{@linklayer-preset /LayerPreset!LayerPreset.title}.","type":"string"}},"type":"object"},"layer-preset.LayerPresetSettings.LayerPresetSettingProperties":{"description":"Properties that can be passed into the constructor for{@linklayer-preset /LayerPresetSettings!LayerPresetSetting}.","properties":{"childrenIncludedInLayerList":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.childrenIncludedInLayerList}.","type":"boolean"},"expanded":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.expanded}.","type":"boolean"},"includedInLayerList":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.includedInLayerList}.","type":"boolean"},"maxScale":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.maxScale}.","type":"number"},"minScale":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.minScale}.","type":"number"},"opacity":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.opacity}.","type":"number"},"sublayers":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.sublayers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}],"description":"Sublayer preset properties with a sublayer reference."},"type":"array"},"visible":{"description":"See{@linklayer-preset /LayerPresetSettings!LayerPresetSetting.visible}.","type":"boolean"}},"type":"object"}},"description":"Configuration for a VertiGIS Studio App. An App is a portable format for\ndescribing the items and settings used by VertiGIS Studio applications. Items\nthat are defined within an App (e.g. menus, layer extensions, web maps, etc.)\ncan be retrieved by loading the App configuration into an {@link AppContainer}\nand using its {@link AppContainer.get} method.","properties":{"failureModes":{"additionalProperties":{"$ref":"#/definitions/FailureMode"},"description":"User-defined failure modes for particular items. Items are referenced by\nitem uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this\none.\n\nImports are processed in the order specified, followed by items and\nsettings that are locally defined in this AppConfig. If the same item is\ndefined multiple times, then the items' properties will get merged in\nsuch a way that the later definitions will override earlier ones.\nSimilarly if a setting is defined several times, then the most recent\ndefinition wins.","items":{"type":"string"},"type":"array"},"items":{"description":"The set of items defined in the App (order is irrelevant).","items":{"anyOf":[{"$ref":"#/definitions/ItemConfig"},{"$ref":"#/definitions/BasemapExtensionPropertiesItem"},{"$ref":"#/definitions/FeaturePropertiesItem"},{"$ref":"#/definitions/FieldExtensionPropertiesItem"},{"$ref":"#/definitions/FeatureSetPropertiesItem"},{"$ref":"#/definitions/FeatureListPropertiesItem"},{"$ref":"#/definitions/GeocoderPropertiesItem"},{"$ref":"#/definitions/GroundExtensionPropertiesItem"},{"$ref":"#/definitions/LanguageResourcesPropertiesItem"},{"$ref":"#/definitions/LayerExtensionPropertiesItem"},{"$ref":"#/definitions/MapExtensionPropertiesItem"},{"$ref":"#/definitions/MenuPropertiesItem"},{"$ref":"#/definitions/MenuItemPropertiesItem"},{"$ref":"#/definitions/RelationshipPropertiesItem"},{"$ref":"#/definitions/SublayerExtensionPropertiesItem"},{"$ref":"#/definitions/ArcGISServiceTableExtensionPropertiesItem"},{"$ref":"#/definitions/MapPropertiesItem"},{"$ref":"#/definitions/AnalyticsModelPropertiesItem"},{"$ref":"#/definitions/BasemapPickerModelPropertiesItem"},{"$ref":"#/definitions/BookmarksModelPropertiesItem"},{"$ref":"#/definitions/BrandingModelPropertiesItem"},{"$ref":"#/definitions/CompassModelPropertiesItem"},{"$ref":"#/definitions/CoordinateModelPropertiesItem"},{"$ref":"#/definitions/DialogModelPropertiesItem"},{"$ref":"#/definitions/ExpandModelPropertiesItem"},{"$ref":"#/definitions/FeatureDetailsModelPropertiesItem"},{"$ref":"#/definitions/GeolocationModelPropertiesItem"},{"$ref":"#/definitions/HighlightModelPropertiesItem"},{"$ref":"#/definitions/ImageModelPropertiesItem"},{"$ref":"#/definitions/LayerListModelPropertiesItem"},{"$ref":"#/definitions/LayerPresetsModelPropertiesItem"},{"$ref":"#/definitions/LayoutPropertiesItem"},{"$ref":"#/definitions/LegendModelPropertiesItem"},{"$ref":"#/definitions/LicensingModelPropertiesItem"},{"$ref":"#/definitions/MapCoordinatesModelPropertiesItem"},{"$ref":"#/definitions/MapModelPropertiesItem"},{"$ref":"#/definitions/MenuModelPropertiesItem"},{"$ref":"#/definitions/PanelModelPropertiesItem"},{"$ref":"#/definitions/RegionModelPropertiesItem"},{"$ref":"#/definitions/ResultsModelPropertiesItem"},{"$ref":"#/definitions/ScalebarModelPropertiesItem"},{"$ref":"#/definitions/SearchModelPropertiesItem"},{"$ref":"#/definitions/SplitModelPropertiesItem"},{"$ref":"#/definitions/StackModelPropertiesItem"},{"$ref":"#/definitions/TextModelPropertiesItem"},{"$ref":"#/definitions/UserModelPropertiesItem"},{"$ref":"#/definitions/WorkflowModelPropertiesItem"},{"$ref":"#/definitions/WorkflowEventsPropertiesItem"},{"$ref":"#/definitions/ZoomModelPropertiesItem"},{"$ref":"#/definitions/AddFeatureModelPropertiesItem"},{"$ref":"#/definitions/AddRelatedFeatureModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/EventListenerModelPropertiesItem"},{"$ref":"#/definitions/VertigisMobileModelPropertiesItem"},{"$ref":"#/definitions/GeometryToolbarModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSelectionModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSettingsModelPropertiesItem"},{"$ref":"#/definitions/GnssMetadataModelPropertiesItem"},{"$ref":"#/definitions/OfflineModelPropertiesItem"},{"$ref":"#/definitions/PortalExtensionSettingsPropertiesItem"},{"$ref":"#/definitions/ScrollModelPropertiesItem"},{"$ref":"#/definitions/SelectLayerSettingsModelPropertiesItem"},{"$ref":"#/definitions/TaskbarModelPropertiesItem"},{"$ref":"#/definitions/UpdateFeatureModelPropertiesItem"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the {@link CURRENT_SCHEMA_VERSION} constant.","type":"string"},"settings":{"additionalProperties":{"type":["string","number","boolean"]},"description":"User-defined settings. These can be referenced via URIs in the form\nsetting://setting-name.","type":"object"},"title":{"description":"A human-readable name for the App.","type":"string"}},"required":["schemaVersion"],"type":"object"}