@vertigis/viewer-spec 49.6.0 → 49.7.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.
- package/app-config/schema/common-app-config.schema.json +1 -1
- package/app-config/schema/mobile-app-config.schema.json +1 -1
- package/app-config/schema/web-app-config.schema.json +1 -1
- package/app-config/web/DataLinkSourceProperties.d.ts +15 -0
- package/app-config/web/DataLinkSourceProperties.js +1 -0
- package/package.json +3 -3
- package/version.d.ts +1 -1
- package/version.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"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 generated.","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{@linkItemType}.","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{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.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{@linkFeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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{@linkBasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See{@linkBasemapExtension.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{@linkBasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"iconUrl":{"description":"See{@linkBasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"included":{"description":"See{@linkBasemapExtension.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{@linkBasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See{@linkBasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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"}]},"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 generated.","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{@linkItemType}.","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{@linkBasemapExtensionProperties.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.ImageServiceVectorLayer.ImageServiceVectorLayer"},{"$ref":"#/definitions/esri.webmap.MapServiceLayer.MapServiceLayer"},{"$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"},{"$ref":"#/definitions/esri.webmap.ImageServiceLayer.ImageServiceLayer"},{"$ref":"#/definitions/esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer"}],"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 array.","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{@linkBookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See{@linkBookmark.source}."},"title":{"description":"See{@linkBookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/esri.webmap.Viewpoint.Viewpoint"}],"description":"See{@linkBookmark.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 generated.","type":"string"},"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":"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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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 generated."},"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 generated."},"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."},"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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"Chai.Assertion":{},"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 generated.","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{@linkItemType}.","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"}]},"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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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."},"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 generated.","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{@linkItemType}.","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 item."},"Feature":{"description":"Represents a record in a{@linkFeatureSource}. Both spatial and non-spatial\nfeatures have attributes, while only spatial features have geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Base 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 generated.","type":"string"},"onFeatureHide":{"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":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureShow":{"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":"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{@linkItemType}.","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{@linkFeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"$ref":"#/definitions/FeatureSet"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"title":{"description":"See{@linkFeatureList.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{@linkFeature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 generated.","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{@linkFeatureSet}.","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 generated.","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{@linkFeatureSettings}.","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{@linkFeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See{@linkFeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkFeatureSettings.outSpatialReference}."},"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{@linkFeatureSettings.returnGeometry}.","type":"boolean"},"zoomFactor":{"description":"See{@linkFeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See{@linkFeatureSettings.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 layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://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{@linkFieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 value.","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 generated.","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{@linkFieldType}."}},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://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 NumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a{@linkDateFormat}constant,\nor a custom date format string.","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{@linkNumberFormat}constant, or a custom number format string.","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"},"Function":{},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkGeocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkGeocoder.addressSchema}."},"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See{@linkGeocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"title":{"description":"See{@linkGeocoder.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"}]},"GeographicTransformationJson":{"description":"The steps in transforming spatial references.{@linkhttps://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformation.html}.","properties":{"steps":{"description":"The steps in the process of transforming coordinates from one geographic\ncoordinate system to another.","items":{"$ref":"#/definitions/GeographicTransformationStepJson"},"type":"array"}},"required":["steps"],"type":"object"},"GeographicTransformationStepJson":{"description":"Represents a step in the process of transforming coordinates from one\ngeographic coordinate system to another.","properties":{"isInverse":{"description":"Indicates if the geographic transformation is inverted. AN inverted\ntransformation would be transforming from the out SR to the in SR.","type":"boolean"},"wkid":{"description":"The well-known id (wkid) that represents a known geographic transformation.","type":"number"},"wkt":{"description":"The well-known text (wkt) that represents a known geographic transformation.","type":"string"}},"required":["wkid","wkt"],"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 generated.","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{@linkItemType}.","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"}]},"Ground":{"description":"Ground defines the main surface of the web scene, based on elevation layers..{@linkhttps://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{@linkGroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 generated.","type":"string"},"layerExtensions":{"description":"See{@linkGroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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{@linkGroundExtensionProperties.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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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/CIMSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/TextSymbol"}],"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 focusing."},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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 rendered."},"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/CIMSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/TextSymbol"}],"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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.{@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 public.","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.{@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 primary 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{@linkAppConfig}.","properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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 generated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"additionalProperties":{"type":"string"},"description":"The set of localized strings, indexed by unique key.","type":"object"}},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://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{@linkLayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.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{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkLayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/LayerProperties"}],"description":"See{@linkLayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkLayerExtension.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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkLayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"sublayerExtensions":{"description":"See{@linkLayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"tpkSource":{"description":"See{@linkLayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkLayerExtension.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 generated.","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{@linkItemType}.","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 list."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of{@linkLayerListSettings}.","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 sublayers.","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 generated.","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 item.","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{@linkItemType}.","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{@linkLayerExtensionProperties.layer}property.","properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"type":"string"}],"description":"When present,{@linkLayerExtension.layer}will be loaded from the given\nweb layer in Portal. The web layer can be specified either as a\nPortalItem 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."},"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 service.","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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.","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{@linkLayout}.","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 generated.","type":"string"},"onLayoutLoaded":{"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":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"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":"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{@linkItemType}.","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 generated.","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{@linkItemType}.","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 Geocortex account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkMapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkMapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkMapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkMapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkMapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkMapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See{@linkMapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See{@linkMapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkMapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkMapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkMapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkMapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebMap.WebMap"},{"type":"string"}],"description":"See{@linkMapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebScene.WebScene"},{"type":"string"}],"description":"See{@linkMapExtension.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#","description":"Configuration for a map component.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkMapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkMapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkMapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkMapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkMapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See{@linkMapExtension.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 generated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See{@linkMapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkMapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkMapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkMapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkMapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/WebMap"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"See{@linkMapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/WebScene"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"See{@linkMapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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{@linkMapExtensionProperties.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{@linkMenu}.","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"},"_changed":{"$ref":"#/definitions/Set","description":"Properties that have changed since the last notification."},"_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"},"_notifyPending":{"description":"Determines whether a notification task is scheduled.","type":"boolean"},"_observers":{"$ref":"#/definitions/Map","description":"Property observers keyed by property name."},"_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\"`:{@linkInitializeError}is thrown.\n- `\"warn\"`: Message is logged and{@linkInitializeWarningEvent}is raised.\n- `\"ignore\"`:{@linkInitializeWarningEvent}is raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when{@linkMenuItem.isEnabled}is set to false. The default is false.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"type":"string"},"isDestroyed":{"description":"See{@linkInitializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See{@linkInitializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if{@linkMenuItem.canBeToggled}is true.\nWhen this property is changed, other properties of the menu item will be\nswapped with those in \"alternate\". An item can only be toggled if it has\nan alternate state.","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","_changed","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_notifyPending","_observers","_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{@linkMenuItem}.","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{@linkMenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See{@linkMenuItem.alternate}."},"description":{"description":"See{@linkMenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"hideOnDisable":{"description":"See{@linkMenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See{@linkMenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"isEnabled":{"description":"See{@linkMenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See{@linkMenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMenuItem.submenu}."},"title":{"description":"See{@linkMenuItem.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{@linkMenuItem}when it is in a particular 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{@linkMenuItem.action}."},"description":{"description":"See{@linkMenuItem.description}.","type":"string"},"iconId":{"description":"See{@linkMenuItem.iconId}.","type":"string"},"title":{"description":"See{@linkMenuItem.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{@linkInitializableBase.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 generated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See{@linkMenu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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{@linkMenu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"items":{"description":"See{@linkMenu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See{@linkMenu.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"}]},"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 generated.","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{@linkItemType}.","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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbol":{"description":"Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"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{@linkRegionSettings}.","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 generated.","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{@linkItemType}.","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{@linkFeatureSource}and another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a{@linkRelationship}.","properties":{"$relationshipType":{"$ref":"#/definitions/RelationshipType","description":"The Relationship's type."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"title":{"description":"See{@linkRelationship.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"}]},"RelationshipType":{"description":"The type of the Relationship."},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a results component (e.g. results list or results table in Web).","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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkSchema}.","properties":{"displayField":{"description":"See{@linkSchema.displayField}.","type":"string"},"fieldExtensions":{"description":"See{@linkSchema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"$ref":"#/definitions/FieldExtension"}]},"type":"array"},"fields":{"description":"See{@linkSchema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/esri.webmap.Field.Field"}]},"type":"array"},"geometryType":{"description":"See{@linkSchema.geometryType}.","type":"string"},"primaryKeyField":{"description":"See{@linkSchema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkSchema.spatialReference}."},"timeZone":{"description":"See{@linkSchema.timeZone}.","type":"string"},"typeIdField":{"description":"See{@linkSchema.typeIdField}.","type":"string"},"types":{"description":"See{@linkSchema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/esri.webmap.Type.Type"}]},"type":"array"}},"type":"object"},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a search 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 generated.","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":{"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":"The command to execute when the user clears the search input."},"onSearch":{"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":"The command to execute when the user initiates a search."},"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{@linkItemType}.","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"}]},"Set":{},"SimpleFillSymbol":{"description":"Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbol":{"description":"Simple marker symbols can be used to symbolize point geometries.{@linkhttps://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.{@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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkSublayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkSublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkSublayerExtension.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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See{@linkSublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See{@linkSublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkSublayerExtension.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{@linkSublayerExtensionProperties.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{@linkSublayerExtension.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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/table/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/table/}."},"TableExtension":{"description":"Extends the capabilities of an Geocortex{@linkTable}object."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkTableExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/TableProperties"}],"description":"See{@linkTableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the{@linkTableExtensionProperties.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{@linkTableType}.","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 filter."},"formInfo":{"$ref":"#/definitions/esri.webmap.FormInfo.FormInfo","description":"A formInfo object defining the content of the form when you are editing a record."},"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{@linkTaskSettings}.","properties":{"enableAdd":{"description":"See{@linkTaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See{@linkTaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See{@linkTaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See{@linkTaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See{@linkTaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See{@linkTaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See{@linkTaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See{@linkTaskSettings.enableUpdate}.","type":"boolean"}},"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 generated.","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{@linkItemType}.","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).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references.","properties":{"id":{"description":"The unique ID for the transformation item.","type":"string"},"inSpatialReference":{"$ref":"#/definitions/SpatialReference","description":"The spatial reference that the data is collected in."},"outSpatialReference":{"$ref":"#/definitions/SpatialReference","description":"The spatial reference that the data is displayed in (typically the SR of\nthe configured map's feature layers, or the SR of the map itself)."},"transformation":{"$ref":"#/definitions/GeographicTransformationJson","description":"The transformation to get from in SR to out SR."}},"type":"object"},"UIDensity":{"description":"Specifies the visual density of components in the application."},"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 generated.","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{@linkItemType}.","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"}]},"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{@linkhttp://resources.arcgis.com/en/help/arcgis-web-map-json/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/webmap/}."},"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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/webscene/}."},"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 generated.","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{@linkItemType}.","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 map 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 generated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"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 running.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.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"},"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"},"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","itemControl","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":{"constructor":{"$ref":"#/definitions/Function"},"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"},"should":{"$ref":"#/definitions/Chai.Assertion"},"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":["constructor","proxyId","proxyUrl","should","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 BingMapsHybrid.{@linkhttps://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"esri.webmap.CodedValueDomain.CodedValue":{"description":"A set of valid coded values with unique names.{@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.{@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 layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"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.{@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.{@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 layerDefinition.{@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.FormInfo.FormInfo":{"description":"Defines the form configuration when a user edits a feature.{@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.{@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.{@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.{@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.{@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 public.","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.{@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 primary 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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"esri.webmap.Multipoint.Multipoint":{"description":"Contains an array of points, along with a spatial reference field.{@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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"esri.webmap.PopupInfo.PopupInfo":{"description":"Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}."},"esri.webmap.RangeDomain.RangeDomain":{"description":"Range domain specifies a range of valid values for a field.{@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.{@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).{@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).{@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.{@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.{@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.{@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.{@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/}.{@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.{@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.{@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{@linkLayerPreset}.","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{@linkLayerPreset.basemap}."},"basemapOptions":{"description":"See{@linkLayerPreset.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{@linkLayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"icon":{"description":"See{@linkLayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See{@linkLayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layers":{"description":"See{@linkLayerPreset.layers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}]},"type":"array"},"title":{"description":"See{@linkLayerPreset.title}.","type":"string"}},"type":"object"},"layer-preset.LayerPresetSettings.LayerPresetSettingProperties":{"description":"Properties that can be passed into the constructor for{@linkLayerPresetSetting}.","properties":{"childrenIncludedInLayerList":{"description":"See{@linkLayerPresetSetting.childrenIncludedInLayerList}.","type":"boolean"},"expanded":{"description":"See{@linkLayerPresetSetting.expanded}.","type":"boolean"},"includedInLayerList":{"description":"See{@linkLayerPresetSetting.includedInLayerList}.","type":"boolean"},"maxScale":{"description":"See{@linkLayerPresetSetting.maxScale}.","type":"number"},"minScale":{"description":"See{@linkLayerPresetSetting.minScale}.","type":"number"},"opacity":{"description":"See{@linkLayerPresetSetting.opacity}.","type":"number"},"sublayers":{"description":"See{@linkLayerPresetSetting.sublayers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}]},"type":"array"},"visible":{"description":"See{@linkLayerPresetSetting.visible}.","type":"boolean"}},"type":"object"}},"description":"Configuration for a Geocortex App. An App is a portable format for describing\nthe items and settings used by Geocortex applications. Items that are defined\nwithin an App (e.g. menus, layer extensions, web maps, etc.) can be retrieved\nby loading the App configuration into an{@linkAppContainer}and using its{@linkAppContainer.get}method.","properties":{"failureModes":{"additionalProperties":{"description":"Possible modes of failure when there is an error resolving or initializing an item.","enum":["error","ignore","warn"],"type":"string"},"description":"User-defined failure modes for particular items. Items are referenced by item uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this one.\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"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the{@linkCURRENT_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":{"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 generated.","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{@linkItemType}.","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{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkTableExtension.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{@linkFeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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{@linkBasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See{@linkBasemapExtension.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{@linkBasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"iconUrl":{"description":"See{@linkBasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"included":{"description":"See{@linkBasemapExtension.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{@linkBasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See{@linkBasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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"}]},"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 generated.","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{@linkItemType}.","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{@linkBasemapExtensionProperties.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.ImageServiceVectorLayer.ImageServiceVectorLayer"},{"$ref":"#/definitions/esri.webmap.MapServiceLayer.MapServiceLayer"},{"$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"},{"$ref":"#/definitions/esri.webmap.ImageServiceLayer.ImageServiceLayer"},{"$ref":"#/definitions/esri.webmap.OpenStreetMapLayer.OpenStreetMapLayer"}],"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 array.","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{@linkBookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See{@linkBookmark.source}."},"title":{"description":"See{@linkBookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/esri.webmap.Viewpoint.Viewpoint"}],"description":"See{@linkBookmark.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 generated.","type":"string"},"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":"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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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 generated."},"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 generated."},"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."},"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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"Chai.Assertion":{},"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 generated.","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{@linkItemType}.","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"}]},"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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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."},"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 generated.","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{@linkItemType}.","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 item."},"Feature":{"description":"Represents a record in a{@linkFeatureSource}. Both spatial and non-spatial\nfeatures have attributes, while only spatial features have geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Base 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 generated.","type":"string"},"onFeatureHide":{"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":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureShow":{"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":"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{@linkItemType}.","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{@linkFeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"$ref":"#/definitions/FeatureSet"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"title":{"description":"See{@linkFeatureList.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{@linkFeature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 generated.","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{@linkFeatureSet}.","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 generated.","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{@linkFeatureSettings}.","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{@linkFeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See{@linkFeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkFeatureSettings.outSpatialReference}."},"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{@linkFeatureSettings.returnGeometry}.","type":"boolean"},"zoomFactor":{"description":"See{@linkFeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See{@linkFeatureSettings.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 layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/field/}{@linkhttps://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{@linkFieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 value.","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 generated.","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{@linkFieldType}."}},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/format/}{@linkhttps://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 NumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a{@linkDateFormat}constant,\nor a custom date format string.","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{@linkNumberFormat}constant, or a custom number format string.","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"},"Function":{},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for{@linkGeocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkGeocoder.addressSchema}."},"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See{@linkGeocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkFeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"title":{"description":"See{@linkGeocoder.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"}]},"GeographicTransformationJson":{"description":"The steps in transforming spatial references.{@linkhttps://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformation.html}.","properties":{"steps":{"description":"The steps in the process of transforming coordinates from one geographic\ncoordinate system to another.","items":{"$ref":"#/definitions/GeographicTransformationStepJson"},"type":"array"}},"required":["steps"],"type":"object"},"GeographicTransformationStepJson":{"description":"Represents a step in the process of transforming coordinates from one\ngeographic coordinate system to another.","properties":{"isInverse":{"description":"Indicates if the geographic transformation is inverted. AN inverted\ntransformation would be transforming from the out SR to the in SR.","type":"boolean"},"wkid":{"description":"The well-known id (wkid) that represents a known geographic transformation.","type":"number"},"wkt":{"description":"The well-known text (wkt) that represents a known geographic transformation.","type":"string"}},"required":["wkid","wkt"],"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 generated.","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{@linkItemType}.","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"}]},"Ground":{"description":"Ground defines the main surface of the web scene, based on elevation layers..{@linkhttps://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{@linkGroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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 generated.","type":"string"},"layerExtensions":{"description":"See{@linkGroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.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{@linkGroundExtensionProperties.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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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/CIMSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/TextSymbol"}],"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 focusing."},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/color/}{@linkhttps://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 rendered."},"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/CIMSymbol"},{"$ref":"#/definitions/SimpleLineSymbol"},{"$ref":"#/definitions/PictureFillSymbol"},{"$ref":"#/definitions/PictureMarkerSymbol"},{"$ref":"#/definitions/SimpleFillSymbol"},{"$ref":"#/definitions/SimpleMarkerSymbol"},{"$ref":"#/definitions/TextSymbol"}],"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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.{@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 public.","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.{@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 primary 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{@linkAppConfig}.","properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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 generated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"additionalProperties":{"type":"string"},"description":"The set of localized strings, indexed by unique key.","type":"object"}},"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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/layer/}{@linkhttps://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{@linkLayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.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{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkLayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/LayerProperties"}],"description":"See{@linkLayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkLayerExtension.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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkLayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkLayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"sublayerExtensions":{"description":"See{@linkLayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"tpkSource":{"description":"See{@linkLayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkLayerExtension.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 generated.","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{@linkItemType}.","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 list."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of{@linkLayerListSettings}.","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 sublayers.","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 generated.","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 item.","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{@linkItemType}.","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{@linkLayerExtensionProperties.layer}property.","properties":{"$portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"type":"string"}],"description":"When present,{@linkLayerExtension.layer}will be loaded from the given\nweb layer in Portal. The web layer can be specified either as a\nPortalItem 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."},"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 service.","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{@linkOperationalLayerType}and{@linkBaseMapLayerType}.","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{@linkLayout}.","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 generated.","type":"string"},"onLayoutLoaded":{"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":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"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":"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{@linkItemType}.","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 generated.","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{@linkItemType}.","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 Geocortex account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkMapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkMapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkMapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkMapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkMapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkMapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See{@linkMapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See{@linkMapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkMapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkMapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkMapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkMapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebMap.WebMap"},{"type":"string"}],"description":"See{@linkMapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Uri"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/esri.webmap.Item.Item"},{"$ref":"#/definitions/esri.webmap.WebScene.WebScene"},{"type":"string"}],"description":"See{@linkMapExtension.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#","description":"Configuration for a map component.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See{@linkMapExtension.basemapExtension}."},"basemapOptions":{"description":"See{@linkMapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See{@linkMapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See{@linkMapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See{@linkMapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See{@linkMapExtension.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 generated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See{@linkMapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use{@linkMapExtension.switchViewMode}."},"layerExtensions":{"description":"See{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.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{@linkMapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See{@linkMapExtension.requestHelper}."},"tableExtensions":{"description":"See{@linkMapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See{@linkMapExtension.title}.","type":"string"},"webMap":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/WebMap"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"See{@linkMapExtension.webMap}."},"webScene":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/WebScene"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"See{@linkMapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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{@linkMapExtensionProperties.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{@linkMenu}.","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"},"_changed":{"$ref":"#/definitions/Set","description":"Properties that have changed since the last notification."},"_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"},"_notifyPending":{"description":"Determines whether a notification task is scheduled.","type":"boolean"},"_observers":{"$ref":"#/definitions/Map","description":"Property observers keyed by property name."},"_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\"`:{@linkInitializeError}is thrown.\n- `\"warn\"`: Message is logged and{@linkInitializeWarningEvent}is raised.\n- `\"ignore\"`:{@linkInitializeWarningEvent}is raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when{@linkMenuItem.isEnabled}is set to false. The default is false.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"type":"string"},"isDestroyed":{"description":"See{@linkInitializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See{@linkInitializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if{@linkMenuItem.canBeToggled}is true.\nWhen this property is changed, other properties of the menu item will be\nswapped with those in \"alternate\". An item can only be toggled if it has\nan alternate state.","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","_changed","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_notifyPending","_observers","_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{@linkMenuItem}.","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{@linkMenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See{@linkMenuItem.alternate}."},"description":{"description":"See{@linkMenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"hideOnDisable":{"description":"See{@linkMenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See{@linkMenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"isEnabled":{"description":"See{@linkMenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See{@linkMenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See{@linkMenuItem.submenu}."},"title":{"description":"See{@linkMenuItem.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{@linkMenuItem}when it is in a particular 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{@linkMenuItem.action}."},"description":{"description":"See{@linkMenuItem.description}.","type":"string"},"iconId":{"description":"See{@linkMenuItem.iconId}.","type":"string"},"title":{"description":"See{@linkMenuItem.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{@linkInitializableBase.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 generated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See{@linkMenu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See{@linkItemType}.","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{@linkMenu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"items":{"description":"See{@linkMenu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See{@linkMenu.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"}]},"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 generated.","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{@linkItemType}.","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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbol":{"description":"Picture marker symbols can be used to symbolize point geometries.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"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{@linkRegionSettings}.","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 generated.","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{@linkItemType}.","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{@linkFeatureSource}and another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a{@linkRelationship}.","properties":{"$relationshipType":{"description":"The Relationship's type.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"title":{"description":"See{@linkRelationship.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 Web).","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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkSchema}.","properties":{"displayField":{"description":"See{@linkSchema.displayField}.","type":"string"},"fieldExtensions":{"description":"See{@linkSchema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"$ref":"#/definitions/FieldExtension"}]},"type":"array"},"fields":{"description":"See{@linkSchema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/esri.webmap.Field.Field"}]},"type":"array"},"geometryType":{"description":"See{@linkSchema.geometryType}.","type":"string"},"primaryKeyField":{"description":"See{@linkSchema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See{@linkSchema.spatialReference}."},"timeZone":{"description":"See{@linkSchema.timeZone}.","type":"string"},"typeIdField":{"description":"See{@linkSchema.typeIdField}.","type":"string"},"types":{"description":"See{@linkSchema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/esri.webmap.Type.Type"}]},"type":"array"}},"type":"object"},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a search 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 generated.","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":{"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":"The command to execute when the user clears the search input."},"onSearch":{"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":"The command to execute when the user initiates a search."},"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{@linkItemType}.","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"}]},"Set":{},"SimpleFillSymbol":{"description":"Simple fill symbols can be used to symbolize polygon geometries.{@linkhttps://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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbol":{"description":"Simple marker symbols can be used to symbolize point geometries.{@linkhttps://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.{@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 generated.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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{@linkSublayerExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See{@linkSublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See{@linkSublayerExtension.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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkSublayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See{@linkSublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See{@linkSublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See{@linkSublayerExtension.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{@linkSublayerExtensionProperties.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{@linkSublayerExtension.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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/table/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/table/}."},"TableExtension":{"description":"Extends the capabilities of an Geocortex{@linkTable}object."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for{@linkTableExtension}.","properties":{"attachmentTypes":{"description":"See{@linkFeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.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{@linkFeatureSource.featureSettings}."},"hyperlinks":{"description":"See{@linkFeatureSource.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 generated.","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{@linkFeatureSource.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{@linkFeatureSource.onEditFeature}."},"relationships":{"description":"See{@linkTableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/RelationshipProperties"},{"$ref":"#/definitions/Relationship"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See{@linkFeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"$ref":"#/definitions/TableProperties"}],"description":"See{@linkTableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See{@linkFeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the{@linkTableExtensionProperties.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{@linkTableType}.","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 filter."},"formInfo":{"$ref":"#/definitions/esri.webmap.FormInfo.FormInfo","description":"A formInfo object defining the content of the form when you are editing a record."},"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{@linkTaskSettings}.","properties":{"enableAdd":{"description":"See{@linkTaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See{@linkTaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See{@linkTaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See{@linkTaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See{@linkTaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See{@linkTaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See{@linkTaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See{@linkTaskSettings.enableUpdate}.","type":"boolean"}},"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 generated.","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{@linkItemType}.","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).{@linkhttps://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references.","properties":{"id":{"description":"The unique ID for the transformation item.","type":"string"},"inSpatialReference":{"$ref":"#/definitions/SpatialReference","description":"The spatial reference that the data is collected in."},"outSpatialReference":{"$ref":"#/definitions/SpatialReference","description":"The spatial reference that the data is displayed in (typically the SR of\nthe configured map's feature layers, or the SR of the map itself)."},"transformation":{"$ref":"#/definitions/GeographicTransformationJson","description":"The transformation to get from in SR to out SR."}},"type":"object"},"UIDensity":{"description":"Specifies the visual density of components in the application."},"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 generated.","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{@linkItemType}.","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"}]},"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{@linkhttp://resources.arcgis.com/en/help/arcgis-web-map-json/}.{@linkhttps://developers.arcgis.com/web-map-specification/objects/webmap/}."},"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.{@linkhttps://developers.arcgis.com/web-scene-specification/objects/webscene/}."},"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 generated.","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{@linkItemType}.","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 map 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 generated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/Item"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"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 running.","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{@linkItemType}.","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 generated.","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{@linkItemType}.","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.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"},"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"},"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","itemControl","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":{"constructor":{"$ref":"#/definitions/Function"},"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"},"should":{"$ref":"#/definitions/Chai.Assertion"},"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":["constructor","proxyId","proxyUrl","should","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 BingMapsHybrid.{@linkhttps://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"esri.webmap.CodedValueDomain.CodedValue":{"description":"A set of valid coded values with unique names.{@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.{@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 layerDefinition.{@linkhttps://developers.arcgis.com/web-map-specification/objects/definitionEditor/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"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.{@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.{@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 layerDefinition.{@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.FormInfo.FormInfo":{"description":"Defines the form configuration when a user edits a feature.{@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.{@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.{@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.{@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.{@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 public.","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.{@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 primary 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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"esri.webmap.Multipoint.Multipoint":{"description":"Contains an array of points, along with a spatial reference field.{@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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/point_geometry/}.{@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.{@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.{@linkhttps://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"esri.webmap.PopupInfo.PopupInfo":{"description":"Defines the look and feel of pop-up windows when users click or query a feature.{@linkhttps://developers.arcgis.com/web-map-specification/objects/popupInfo/}{@linkhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/}."},"esri.webmap.RangeDomain.RangeDomain":{"description":"Range domain specifies a range of valid values for a field.{@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.{@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).{@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).{@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.{@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.{@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.{@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.{@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/}.{@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.{@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.{@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{@linkLayerPreset}.","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{@linkLayerPreset.basemap}."},"basemapOptions":{"description":"See{@linkLayerPreset.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{@linkLayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See{@linkInitializableBase.failureMode}."},"icon":{"description":"See{@linkLayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See{@linkLayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be generated.","type":"string"},"layers":{"description":"See{@linkLayerPreset.layers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}]},"type":"array"},"title":{"description":"See{@linkLayerPreset.title}.","type":"string"}},"type":"object"},"layer-preset.LayerPresetSettings.LayerPresetSettingProperties":{"description":"Properties that can be passed into the constructor for{@linkLayerPresetSetting}.","properties":{"childrenIncludedInLayerList":{"description":"See{@linkLayerPresetSetting.childrenIncludedInLayerList}.","type":"boolean"},"expanded":{"description":"See{@linkLayerPresetSetting.expanded}.","type":"boolean"},"includedInLayerList":{"description":"See{@linkLayerPresetSetting.includedInLayerList}.","type":"boolean"},"maxScale":{"description":"See{@linkLayerPresetSetting.maxScale}.","type":"number"},"minScale":{"description":"See{@linkLayerPresetSetting.minScale}.","type":"number"},"opacity":{"description":"See{@linkLayerPresetSetting.opacity}.","type":"number"},"sublayers":{"description":"See{@linkLayerPresetSetting.sublayers}.","items":{"allOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/layer-preset.LayerPresetSettings.LayerPresetSettingProperties"}]},"type":"array"},"visible":{"description":"See{@linkLayerPresetSetting.visible}.","type":"boolean"}},"type":"object"}},"description":"Configuration for a Geocortex App. An App is a portable format for describing\nthe items and settings used by Geocortex applications. Items that are defined\nwithin an App (e.g. menus, layer extensions, web maps, etc.) can be retrieved\nby loading the App configuration into an{@linkAppContainer}and using its{@linkAppContainer.get}method.","properties":{"failureModes":{"additionalProperties":{"description":"Possible modes of failure when there is an error resolving or initializing an item.","enum":["error","ignore","warn"],"type":"string"},"description":"User-defined failure modes for particular items. Items are referenced by item uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this one.\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"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the{@linkCURRENT_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"}
|