@vertigis/viewer-spec 57.3.0 → 58.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"Action":{"description":"Defines an action to perform."},"AddFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AddRelatedFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add related feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddRelatedFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddRelatedFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-related-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnalyticsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the Analytics Service.","properties":{"anonymizeUserInfo":{"description":"Indicates whether the application should anonymize user information in\nanalytics. Default is `true`, meaning user information is anonymized.","type":"boolean"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"url":{"description":"The URL used by VertiGIS Studio Analytics for tracking this application.","type":"string"}},"type":"object"},"AnalyticsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AnalyticsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^analytics$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnnotationLayerJson":{"description":"Annotation layers can be created by referencing a layer from a feature\nservice. Annotation layers honor any feature templates configured in the\nsource document."},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link ArcGISServiceTableExtension}.","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 {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"Request helper used to download table information."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"ArcGISServiceTableExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/ArcGISServiceTableExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^table-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapExtension":{"description":"Extends the capabilities of an Esri Basemap object."},"BasemapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /BasemapExtension!BasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"isSeries":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.isSeries}.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"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"}]},"BasemapLayerJson":{"description":"A base map layer in a web map/scene."},"BasemapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Basemap component.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"isSeries":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.isSeries}.","type":"boolean"},"offline":{"description":"Whether this Basemap is only made up of offline layers. Only used by\nStudio Mobile Designer.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the\n{@link mapping /BasemapExtension!BasemapExtensionProperties.basemap} property.","properties":{"baseMapLayers":{"description":"An array of BasemapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"$ref":"#/definitions/BasemapLayerJson"},"type":"array"},"elevationLayers":{"description":"Deprecated, use ground.layers instead. An array of elevationLayer objects\ndefining the basemaps used in the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"id":{"description":"An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!","type":"string"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"BingLayerJson":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See {@link mapping /Bookmark!Bookmark.source}."},"title":{"description":"See {@link mapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/ViewpointJson"}],"description":"See {@link mapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BuildSettingsProperties":{"properties":{"androidBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Android platform."},"iosBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the iOS platform."},"windowsBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Windows platform."}},"type":"object"},"BuildingSceneLayerJson":{"description":"The BuildingSceneLayer is a layer type designed for on-demand streaming and\ndisplaying building data."},"CIMSymbolJson":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"CSVLayerJson":{"description":"The CSV layer type references a CSV or TXT file from a publicly-accessible\nweb server. It then dynamically loads into the map at run time. The CSV layer\nwill maintain a reference to the CSV resource.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/PopupExpressionInfoJson","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/FieldInfoJson"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/MediaInfoJson"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/OrderByFieldsJson"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"description":"String value indicating which element to use.","enum":["attachments","expression","fields","media","relationship","text"],"type":"string"}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"transformations":{"description":"Rules to apply when transforming coordinates between coordinate systems.","items":{"anyOf":[{"$ref":"#/definitions/Transformation"},{"$ref":"#/definitions/TransformationJson"}]},"type":"array"}},"type":"object"},"CoordinateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CoordinateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^coordinate-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DefinitionEditorJson":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"DomainJson":{"description":"A domain specifies the set of valid values for a field.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/domain/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"EventListenerDefinitionProperties":{"description":"Properties for a generic event listener definition. Specifies an action to\nexecute whenever the target event is published. If the sender property is\nassigned, the action will only be executed if the event is published with the\nspecified sender.","properties":{"action":{"$ref":"#/definitions/Action","description":"The action to perform, when the specified events gets published."},"event":{"description":"The name of the event to listen to. This value has to match the events\nname that gets published (including its namespace prefix, e.g.\nmap.navigation-completed). All events are supported, both built in events\nas well as custom events published through \"viewer.publish-event\" or the\nPublish Event workflow activity.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"sender":{"description":"An optional reference to an item, that is to be used as a filter. If set,\nonly events published by the specified sender object, will cause the\naction to be executed.","type":"string"},"title":{"description":"A human-readable title for the event listener instance.","type":"string"}},"required":["action","event"],"type":"object"},"EventListenerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a generic event listener.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"listeners":{"description":"A collection of event listener definitions. Each element has to be an\ninline JSON defining an event listener definition item.","items":{"$ref":"#/definitions/EventListenerDefinitionProperties"},"type":"array"}},"type":"object"},"EventListenerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/EventListenerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^event-listener$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExtentJson":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See\n{@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/extent/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/extent/}."},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a {@link data /FeatureSource!FeatureSource}. Both\nspatial and non-spatial features have attributes, while only spatial features\nhave geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxAttachmentSize":{"description":"The maximum size of a given attachment, in bytes.","type":"number"},"onFeatureDelete":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureNavigated":{"$ref":"#/definitions/Action","description":"The action to perform when navigating between features within the feature\ndetails view, in particular related records."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureLayerJson":{"description":"Feature layers can be created by referencing a layer from either a map\nservice or a feature service or by specifying a feature collection object.\nUse a map service if you just want to retrieve geometries and attributes from\nthe server and symbolize them yourself. Use a feature service if you want to\ntake advantage of symbols from the service's source map document. Also, use a\nfeature service if you plan on doing editing with the feature layer. Feature\nlayers honor any feature templates configured in the source map document.\nFeature collection objects are used to create a feature layer based on the\nsupplied definition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}."},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSet"},{"$ref":"#/definitions/FeatureSetProperties"},{"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\ngenerated.","type":"string"},"title":{"description":"See {@link data /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.Geometry"},{"$ref":"#/definitions/PointJson"},{"$ref":"#/definitions/MultipointJson"},{"$ref":"#/definitions/PolylineJson"},{"$ref":"#/definitions/PolygonJson"},{"$ref":"#/definitions/ExtentJson"}],"description":"The feature's geometry."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about the feature, such as fields, domains, geometry type, etc."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Settings for this feature."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source of the feature."}},"type":"object"},"FeaturePropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSet":{"description":"A set of features that share a common schema."},"FeatureSetJson":{"description":"Contains the geometry and attributes of features in a layer. This object is\nused with feature collections only. For more information, see Layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureSet/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}."},"FeatureSetProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureSet!FeatureSet}.","properties":{"features":{"description":"The features contained in the set.","items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about features such as fields, domains, and geometry type."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Default settings that apply to features in this set."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source for the features."},"title":{"description":"A human-readable name for the feature set.","type":"string"}},"type":"object"},"FeatureSetPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-set$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSettings":{"description":"Settings that pertain to features."},"FeatureSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /FeatureSettings!FeatureSettings}.","properties":{"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings affecting how feature attributes are formatted."},"hyperlinkTemplates":{"description":"Templates that define hyperlinks associated with the feature. Each\ntemplate's properties can contain field tokens enclosed in `{}`, which\nwill be replaced by actual field values. If not explicitly set, these\nwill be inherited from the associated layer extension if there is one.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"maxAllowableOffset":{"description":"See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See {@link data /FeatureSettings!FeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."},"popupContentExtensions":{"description":"See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/PopupContentExtensionProperties"},{"$ref":"#/definitions/PopupContentExtension"}]},"type":"array"},"popupTemplate":{"anyOf":[{"$ref":"#/definitions/esri.PopupTemplate"},{"$ref":"#/definitions/PopupInfoJson"}],"description":"The template for displaying content in a pop-up when the feature is\nselected. If not explicitly set, it will be inherited from the associated\nlayer extension if there is one."},"returnGeometry":{"description":"See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.","type":"boolean"},"showRelatedRecordsWhenUnconfigured":{"description":"See\n{@link data /FeatureSettings!FeatureSettings.showRelatedRecordsWhenUnconfigured}.","type":"boolean"},"zoomFactor":{"description":"See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See {@link data /FeatureSettings!FeatureSettings.zoomScale}.","type":"number"}},"type":"object"},"FeatureSource":{"description":"A source of features."},"FieldExtension":{"description":"Extends the capabilities of an Esri Field object."},"FieldExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /FieldExtension!FieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"field":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldProperties"},{"type":"string"}],"description":"The Esri Field object being extended."},"format":{"description":"The field format specifier. This is a standard .NET-style format string\ncontaining a `{0}` placeholder that will be replaced by the actual field\nvalue.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings that affect how values are formatted. Depending on the type of\nfield, some or all of these settings may not be applicable."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"searchable":{"description":"Whether the field is searchable or not.","type":"boolean"}},"type":"object"},"FieldExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^field-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FieldInfoJson":{"description":"Defines how a field in the dataset participates (or does not participate) in\na pop-up window.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}."},"FieldJson":{"description":"Contains information about an attribute field. This field could come from a\nfeature collection or a single layer in a map service. Used in\nlayerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/field/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/field/}."},"FieldJsonType":{"description":"The type of the Field."},"FieldProperties":{"description":"Properties that extend the ArcGis portal representation of a Field.","properties":{"$ref":{"description":"A field name referring to an existing field in a schema. The field\nextension will attempt to find an existing field in its parent schema.","type":"string"},"alias":{"description":"The field alias (human-readable name).","type":"string"},"domain":{"$ref":"#/definitions/DomainJson","description":"A domain object that provides the attribute domain information for the\nfield, if a domain exists."},"editable":{"description":"Whether this field is editable.","type":"boolean"},"exactMatch":{"description":"A Boolean defining whether or not the field is an exact match.","type":"boolean"},"length":{"description":"A number defining how many characters are allowed in a string field.","type":"number"},"name":{"description":"A string defining the field name.","type":"string"},"nullable":{"description":"Whether this field can have a null value.","type":"boolean"},"type":{"$ref":"#/definitions/FieldJsonType","description":"Type of the Field. See {@link FieldJsonType}."}},"type":"object"},"FormInfoJson":{"description":"Defines the form configuration when a user edits a feature. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}."},"FormatSettings":{"description":"Settings that affect how values are formatted."},"FormatSettingsProperties":{"description":"Properties that can be passed into the constructor for {@link FormatSettings}.","properties":{"currency":{"description":"The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when\nformatting a number using NumberFormat.CURRENCY or\nNumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a\n{@link utilities /date!DateFormat} constant, or a custom date format\nstring.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a\n{@link utilities /number!NumberFormat} constant, or a custom number format\nstring.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"GeoJSONLayerJson":{"description":"The GeoJSON layer type references a GeoJSON or TXT file from a\npublicly-accessible web server. It then dynamically loads into the map at run\ntime. The GeoJSON layer will maintain a reference to the GeoJSON resource.\n\nWeb map spec:\n{@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}.\nWeb scene spec:\n{@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}."},"GeoRSSLayerJson":{"description":"GeoRSS feeds may contain any combination of points, lines, and polygons. Web\nclients use a GeoRSS to JSON request service. This service returns one to\nmany feature collections with different geometry types. The returned JSON\nspecifies the point, lines, and polygons symbols used to display the features\nin that layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}."},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link tasks /geocoding/Geocoder!Geocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link tasks /geocoding/Geocoder!Geocoder.addressSchema}."},"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See {@link tasks /geocoding/Geocoder!Geocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /FeatureSource!FeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"title":{"description":"See {@link tasks /geocoding/Geocoder!Geocoder.title}.","type":"string"}},"type":"object"},"GeocoderPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeocoderProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocoder$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeometryJson":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryJsonType":{"description":"Types of geometry. Geometry JSON objects don't reference these types, but\nthey appear within services to describe the type of geometries in layers."},"GeometryToolbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geometry toolbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeometryToolbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryToolbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-toolbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSelectionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device selector component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSelectionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSelectionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-selection$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssMetadataModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS metadata component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssMetadataModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssMetadataModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-metadata$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundExtension":{"description":"Extends the capabilities of an Esri Ground object."},"GroundExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /GroundExtension!GroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"ground":{"$ref":"#/definitions/GroundLike","description":"The Esri Ground object being extended. This property can also be\n\"world-elevation\", in which case a default instance of Ground with the\nworld elevation service will be used."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerExtensions":{"description":"See {@link mapping /GroundExtension!GroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"GroundExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^ground-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundLike":{"description":"Types that can represent a Ground."},"GroupLayerJson":{"description":"GroupLayer provides the ability to organize several sublayers into one common\nlayer. Suppose there are several FeatureLayers that all represent water\nfeatures in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The GroupLayer provides the functionality to\ntreat them as one layer called Water Features even though they are stored as\nseparate feature layers.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}."},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering focus text on the map."},"focusMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the focus markers."},"focusMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a focus marker on the map. If\nthis property is undefined, no markers will be rendered for in-scale\nfocusing."},"highlightColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering highlight graphics on a map. A different\nborder color for highlight graphics will be derived from this color\nvalue. If this property is undefined, no highlight graphics will get\nrendered."},"highlightLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering highlight text on the map."},"highlightMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the highlight markers."},"highlightMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a highlight marker on the map.\nIf this property is undefined, no markers will be rendered for in-scale\nhighlighting."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxDeviationInMeters":{"description":"The maximum allowed deviation from the generalized geometry to the\noriginal geometry.","type":"number"},"maxVertices":{"description":"The maximum number of vertices a polyline or polygon geometry can have\nbefore it gets generalized.","type":"number"}},"type":"object"},"HighlightModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/HighlightModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^highlight-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Hyperlink":{"description":"A hyperlink associated with a feature or layer."},"HyperlinkProperties":{"description":"A hyperlink associated with a feature or layer.","properties":{"iconUrl":{"description":"See {@link Hyperlink.iconUrl}.","type":"string"},"target":{"description":"See {@link Hyperlink.target}.","type":"string"},"text":{"description":"See {@link Hyperlink.text}.","type":"string"},"tooltip":{"description":"See {@link Hyperlink.tooltip}.","type":"string"},"url":{"description":"See {@link Hyperlink.url}.","type":"string"}},"required":["text","url"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ImageServiceLayerJson":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"ImageServiceVectorLayerJson":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"IntegratedMeshLayerJson":{"description":"An integrated mesh can represent built and natural 3D features, such as\nbuilding walls, trees, valleys, and cliffs, with realistic textures and\nincludes elevation information.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}."},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"ItemJson":{"description":"An item (a unit of content) in the portal. Each item has a unique identifier\nand a well known URL that is independent of the user owning the item. An item\ncan have associated binary or textual data that's available via the item data\nresource. For example, an item of type Map Package returns the actual bits\ncorresponding to the map package via the item data resource. The numViews is\nincremented when an item is opened.\n\nSee\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.","properties":{"access":{"description":"Indicates the level of access to this item: private, shared, org, or\npublic.","type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.","type":"string"},"advancedSettings":{"description":"<not in spec>."},"appCategories":{"description":"An array that primarily applies to a list of categories that the\napplication item is applicable to.","items":{"type":"string"},"type":"array"},"avgRating":{"description":"Average rating. Uses a weighted average called \"Bayesian average.\".","type":"number"},"banner":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"string"},"categories":{"description":"An array of organization categories that are set on the item.","items":{"type":"string"},"type":"array"},"commentsEnabled":{"description":"Indicates if comments are allowed on the item.","type":"boolean"},"contentOrigin":{"description":"<not in spec>.","type":"string"},"created":{"description":"The date the item was created. Shown in UNIX time in milliseconds.","type":"number"},"culture":{"description":"The item locale information (language and country).","type":"string"},"description":{"description":"Item description.","type":"string"},"documentation":{"description":"<not in spec>."},"extent":{"description":"The bounding rectangle of the item. Should always be in WGS84.","items":{"items":{"type":"number"},"type":"array"},"type":"array"},"groupDesignations":{"description":"<not in spec>."},"guid":{"description":"<not in spec>.","type":"string"},"id":{"description":"The unique ID for this item.","type":"string"},"industries":{"description":"Primarily applies to industries associated with the application.","items":{"type":"string"},"type":"array"},"isOrgItem":{"description":"<not in spec>.","type":"boolean"},"itemControl":{"description":"Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).","enum":["admin","update"],"type":"string"},"languages":{"description":"Primarily applies to languages associated with the application.","items":{"type":"string"},"type":"array"},"largeThumbnail":{"description":"Primarily applies to thumbnails associated with an application. The URL\nto the thumbnail used for the application.","type":"string"},"licenseInfo":{"description":"Any license information or restrictions.","type":"string"},"listed":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"boolean"},"modified":{"description":"The date the item was last modified. Shown in UNIX time in milliseconds.","type":"number"},"name":{"description":"The file name of the item for file types. Read-only.","type":"string"},"numComments":{"description":"Number of comments on the item.","type":"number"},"numRatings":{"description":"Number of ratings on the item.","type":"number"},"numViews":{"description":"Number of views of the item.","type":"number"},"orgId":{"description":"<not in spec>.","type":"string"},"owner":{"description":"The username of the user who owns this item.","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item. The property\nis only returned to the item owner or the org admin.","type":"string"},"properties":{"description":"A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.","type":"string"},"protected":{"description":"Protects the item from deletion. False is the default.","type":"boolean"},"proxyFilter":{"description":"A JSON object used to restrict service item response results based on\nspecified filter, i.e. limit results returned from a geocode service\nbased on defined filters.See serviceProxyFilter for object details."},"scoreCompleteness":{"description":"Item information completeness score based upon item snippet, thumbnail,\ndescription, title, tags etc.","type":"number"},"screenshots":{"description":"Primarily applies to screenshots associated with an application. The URL\nto the screenshots used for the application.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item.","type":"number"},"snippet":{"description":"A short summary description of the item.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The coordinate system of the item."},"subInfo":{"description":"<not in spec>.","type":"number"},"tags":{"description":"User defined tags that describe the item.","items":{"type":"string"},"type":"array"},"thumbnail":{"description":"The URL to the thumbnail used for the item.","type":"string"},"title":{"description":"The title of the item. This is the name that's displayed to users and by\nwhich they refer to the item. Every item must have a title.","type":"string"},"type":{"description":"The GIS content type of this item. Example types include Web Map, Map\nService, Shapefile, and Web Mapping Application. See\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.","type":"string"},"typeKeywords":{"description":"A set of keywords that further describes the type of this item. Each item\nis tagged with a set of type keywords that are derived based on its\nprimary type.","items":{"type":"string"},"type":"array"},"url":{"description":"The URL for the resource represented by the item. Applies only to items\nthat represent web-accessible resources such as map services.","type":"string"}},"required":["id"],"type":"object"},"KMLLayerJson":{"description":"Keyhole Markup Language (KML) is an XML-based format for storing geographic\ndata and associated content and is an official Open Geospatial Consortium\n(OGC) standard. KML is a common format for sharing geographic data with\nnon-GIS users as it can be easily delivered on the Internet.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}."},"LabelSymbol3DJson":{"description":"LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}."},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link LanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerDefinitionJson":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link mapping /_LayerExtension!LayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"allOf":[{"$ref":"#/definitions/BingLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/BuildingSceneLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/CSVLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GroupLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/FeatureLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoJSONLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoRSSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/KMLLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/MapServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/PointCloudLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SceneLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/StreamLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/VectorTileLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WebTileLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WFSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WMSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/OpenStreetMapLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledElevationServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]}],"description":"See {@link mapping /_LayerExtension!LayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See {@link mapping /_LayerExtension!LayerExtension.layerListSettings}."},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link mapping /_LayerExtension!LayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /_LayerExtension!LayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"sublayerExtensions":{"description":"See {@link mapping /_LayerExtension!LayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"tpkSource":{"description":"See {@link mapping /_LayerExtension!LayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See {@link mapping /_LayerExtension!LayerExtension.visibilityMode}."}},"type":"object"},"LayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of\n{@link mapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if\n{@link included} is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetJson":{"description":"Layer preset properties with a layer reference."},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerReference":{"description":"Matches an existing layer."},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LineSymbol3DJson":{"description":"LineSymbol3D is used to render features with Polyline geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}."},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for {@link MapConstraints}.","properties":{"maxScale":{"description":"See {@link MapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See {@link MapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See {@link MapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See {@link MapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See {@link ViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtension"},{"$ref":"#/definitions/GroundExtensionProperties"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"mmpk":{"anyOf":[{"$ref":"#/definitions/MmpkProperties"},{"type":"string"}],"description":"Either a string path to the mmpk file on disk, or an object containing\nthe path and mapId. In either case, the path is relative to the root\nlevel user data directory for that app; for example, the File Sharing\nfolder for the app in iTunes for Apple devices. The referenced file can\nbe either a single .mmpk file or an unzipped/exploded folder. If a path\nis specified as a string, then the first map within the mmpk is selected.\nIf you would like to use a different path, then use the object syntax\nwhich allows for specifying which map within the mmpk to load."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onInitializing":{"$ref":"#/definitions/Action","description":"An action that will be performed when the map is about to initialize,\njust before the map is initialized."},"onSecondaryClick":{"$ref":"#/definitions/Action","description":"An action that will be performed when the user makes a secondary click\n(e.g. right click with mouse or long tap) on the map. If not defined and\nnot overridden, it will cause a context menu to appear at the position\nwhere the secondary click happened."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapProperties":{"$schema":"http://json-schema.org/draft-04/schema#","anyOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"definitions":{},"description":"Properties that can be specified for the\n{@link mapping /MapExtension!MapExtensionProperties.map} property."},"MapPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^web-scene$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapServiceLayerJson":{"description":"ArcGIS web maps are designed to work with web services hosted on ArcGIS\nServer and ArcGIS Online, in addition to other types of servers. Map services\ncan be cached (tiled) or uncached (dynamic). This object specifically details\nproperties within uncached map services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"MediaInfoJson":{"description":"Defines an image or a chart to be displayed in a pop-up window. See\nhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and\nhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a {@link menus /Menu!Menu}.","properties":{"_action":{"$ref":"#/definitions/Action"},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_assignPropertiesPromises":{"default":[],"items":{"$ref":"#/definitions/Promise"},"type":"array"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_failureMode":{"$ref":"#/definitions/FailureMode","default":"warn"},"_hideOnDisable":{"default":false,"type":"boolean"},"_iconId":{"type":"string"},"_id":{"description":"The unique ID for this entity. Once set, this should never change.","type":"string"},"_initializePromise":{"$ref":"#/definitions/Promise"},"_isDestroyed":{"default":false,"type":"boolean"},"_isEnabled":{"default":true,"type":"boolean"},"_isInitialized":{"default":false,"type":"boolean"},"_isToggled":{"default":false,"type":"boolean"},"_itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"_menu":{"$ref":"#/definitions/Menu"},"_submenu":{"$ref":"#/definitions/Menu"},"_title":{"type":"string"},"action":{"$ref":"#/definitions/Action","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\"`: {@link support /InitializeError!InitializeError} is thrown.\n- `\"warn\"`: Message is logged and\n {@link support /InitializableBase!InitializeWarningEvent} is raised.\n- `\"ignore\"`: {@link support /InitializableBase!InitializeWarningEvent} is\n raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when\n{@link menus /MenuItem!MenuItem.isEnabled} is set to false. The default is\nfalse.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"description":"The unique ID for this entity.","type":"string"},"isDestroyed":{"description":"See {@link support /InitializableBase!Initializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See {@link support /InitializableBase!Initializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if\n{@link menus /MenuItem!MenuItem.canBeToggled} is true. When this property\nis changed, other properties of the menu item will be swapped with those\nin \"alternate\". An item can only be toggled if it has an alternate\nstate.","type":"boolean"},"itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"menu":{"$ref":"#/definitions/Menu","description":"The parent menu that this item belongs to."},"root":{"$ref":"#/definitions/Menu","description":"The root menu in the menu hierarchy."},"submenu":{"$ref":"#/definitions/Menu","description":"A submenu associated with this item."},"title":{"description":"The human-readable caption for the item.","type":"string"}},"required":["_action","_alternate","_assignPropertiesPromises","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_submenu","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /MenuItem!MenuItem}.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See {@link menus /MenuItem!MenuItem.alternate}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See {@link menus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See {@link menus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See {@link menus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link menus /MenuItem!MenuItem.submenu}."},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a {@link menus /MenuItem!MenuItem} when it is in a\nparticular state.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See {@link menus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeshSymbol3DJson":{"description":"MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}."},"MmpkProperties":{"description":"A reference to an MMPK map.","properties":{"mapId":{"description":"Either the name of the map or the index (starting at 0) of the map to\nload from the mmpk, for mmpks that have multiple maps.","type":["string","number"]},"path":{"description":"The path of the mmpk file. The referenced file can be either a single\n.mmpk file or an unzipped/exploded folder. The path is relative to the\nroot level user data directory for that app; for example, the File\nSharing folder for the app in iTunes for Apple devices.","type":"string"},"source":{"description":"The portal item which contains the mmpk. This may be either a Portal item\nID or a URL to the item.","type":"string"}},"required":["mapId","path"],"type":"object"},"MultipointJson":{"description":"Contains an array of points, along with a spatial reference field. See\n{@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"OfflineModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an offline component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onActivateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Activate Area."},"onCancelDownload":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Cancel Download."},"onCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user select Create when creating a new\noffline map area."},"onDeleteArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Delete Area."},"onDisplayCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Add Area."},"onDownloadArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Download."},"onGetAreas":{"$ref":"#/definitions/Action","description":"The action to perform when the list of map areas is produced."},"onGoOnline":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Go Online."},"onSubmitEdits":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Submit Edits."},"onUpdateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Update Area."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"OfflineModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/OfflineModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^offline$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"OpenStreetMapLayerJson":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}\nNote: In the JavaScript API, open street map derived from Web tile layer."},"OrderByFieldsJson":{"description":"Object indicating the field display order for the related records and whether\nthey should be sorted in ascending or descending order.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}."},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PictureFillSymbolJson":{"description":"Picture fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbolJson":{"description":"Picture marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"PointCloudLayerJson":{"description":"Point cloud data is post-processed spatially organized lidar data that\nconsists of large collections of 3D points. Elevations for the ground,\nbuildings, forest canopy, highway overpasses, and anything else encountered\nduring the lidar survey make up the point cloud data. Point cloud layers\nallow for fast visualization of point cloud data in the browser.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}."},"PointJson":{"description":"Defines the JSON formats of the point and spatial reference objects. See\n{@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}."},"PointSymbol3DJson":{"description":"PointSymbol3D is used to render features with Point geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}."},"PolygonJson":{"description":"A polygon contains an array of rings and a spatial reference. See\n{@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}."},"PolygonSymbol3DJson":{"description":"PolygonSymbol3D is used to render features with Polygon geometry in a 3D\nSceneView. Polygon features may also be rendered as points with icons or\nobjects at the centroid of each polygon.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"PolylineJson":{"description":"Contains an array of paths and a spatialReference. See\n{@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"PopupContentExtension":{"description":"Extends the capabilities of an Esri popup Content object."},"PopupContentExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link PopupContentExtension}.","properties":{"content":{"anyOf":[{"$ref":"#/definitions/esri.Content"},{"$ref":"#/definitions/ContentProperties"}],"description":"The ESRI Content instance to be extended."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"summaryHiddenFields":{"description":"Names of fields that will be hidden when displayed in the a summary view.\nThis property is only applied to \"fields\" Content types.","items":{"type":"string"},"type":"array"},"visibleInSummary":{"description":"Whether the Content is visible when being displayed in a summary view.","type":"boolean"}},"type":"object"},"PopupExpressionInfoJson":{"description":"Arcade expression added to the pop-up.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}."},"PopupInfoJson":{"description":"Defines the look and feel of pop-up windows when users click or query a\nfeature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/\nand\nhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/."},"PortalExtensionSettingsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Portal extension object.","properties":{"appId":{"description":"The ID of the app.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isDefault":{"description":"Whether this portal extension is used by default.","type":"boolean"},"portal":{"$ref":"#/definitions/PortalProperties","description":"The portal."}},"type":"object"},"PortalExtensionSettingsPropertiesItem":{"allOf":[{"$ref":"#/definitions/PortalExtensionSettingsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^portal-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalProperties":{"description":"Describes a Portal.","properties":{"url":{"description":"The URL of the portal.","type":"string"}},"type":"object"},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"Promise":{},"RasterDataElevationLayerJson":{"description":"RasterDataElevationLayer is a single-band raster layer used for rendering\nelevation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataElevationLayer/}."},"RegionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link RegionSettings}.","properties":{"fallbackLocale":{"description":"The fallback locale to use if the detected locale is not found in the\napp. This locale should be attempted to be used before 'invariant'.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"The root format settings for the app."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"measurementSystem":{"$ref":"#/definitions/MeasurementSystem","description":"The measurement system used to determine what units should be used for\nmeasurement values."}},"type":"object"},"RegionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/RegionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^region$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Relationship":{"description":"Describes a relationship between a {@link data /FeatureSource!FeatureSource}\nand another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a\n{@link data /_Relationship!Relationship}.","properties":{"$relationshipType":{"description":"The Relationship's type.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See {@link data /_Relationship!Relationship.title}.","type":"string"}},"type":"object"},"RelationshipPropertiesItem":{"allOf":[{"$ref":"#/definitions/RelationshipProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^relationship$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAllFeaturesRemoved":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when all features have been\nremoved."},"onClear":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a the search history is\ncleared."},"onFeatureClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a single feature is clicked."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible."},"onFeatureLocate":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is located."},"onFeatureRefresh":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets refreshed."},"onFeatureRemove":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets removed."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SceneLayerJson":{"description":"The SceneLayer is a layer type designed for on-demand streaming and\ndisplaying large amounts of data in a SceneView. SceneLayers support two\ngeometry types: Point and 3D Objects (e.g. Buildings).\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}."},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /Schema!Schema}.","properties":{"displayField":{"description":"See {@link data /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See {@link data /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtension"},{"$ref":"#/definitions/FieldExtensionProperties"}]},"type":"array"},"fields":{"description":"See {@link data /Schema!Schema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldJson"}]},"type":"array"},"geometryType":{"$ref":"#/definitions/GeometryJsonType","description":"See {@link data /Schema!Schema.geometryType}."},"primaryKeyField":{"description":"See {@link data /Schema!Schema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See {@link data /Schema!Schema.spatialReference}."},"timeZone":{"description":"See {@link data /Schema!Schema.timeZone}.","type":"string"},"typeIdField":{"description":"See {@link data /Schema!Schema.typeIdField}.","type":"string"},"types":{"description":"See {@link data /Schema!Schema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/TypeJson"}]},"type":"array"}},"type":"object"},"ScrollModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scroll component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScrollModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScrollModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scroll$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SearchForType":{"description":"The type of search results."},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"searchFor":{"$ref":"#/definitions/SearchForType","description":"Determines what the search component should search for."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SelectLayerSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a select layer settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"workflow":{"description":"The workflow.","type":"string"}},"type":"object"},"SelectLayerSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SelectLayerSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^select-layer-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SimpleFillSymbolJson":{"description":"Simple fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}."},"SimpleLineSymbolJson":{"description":"Simple line symbols can be used to symbolize polyline geometries or outlines\nfor polygon fills.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbolJson":{"description":"Simple marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}."},"SpatialReferenceJson":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StreamLayerJson":{"description":"A stream layer in a web map. See\n{@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}."},"StyleSymbolReferenceJson":{"description":"The StyleSymbolReference is used to reference a symbol from a portal\nstyleItem.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}."},"SublayerExtension":{"description":"Extends the capabilities of an Esri Sublayer object."},"SublayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_SublayerExtension!SublayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link mapping /_SublayerExtension!SublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See\n{@link mapping /_SublayerExtension!SublayerExtension.layerListSettings}."},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link mapping /_SublayerExtension!SublayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See {@link mapping /_SublayerExtension!SublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See\n{@link mapping /_SublayerExtension!SublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See {@link mapping /_SublayerExtension!SublayerExtension.visibilityMode}."}},"type":"object"},"SublayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^sublayer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SublayerLike":{"description":"Base interface for Esri sublayer classes."},"SublayerPresetJson":{"description":"Sublayer preset properties with a sublayer reference."},"SublayerProperties":{"description":"Properties that can be specified for the\n{@link mapping /_SublayerExtension!SublayerExtensionProperties.sublayer}\nproperty.","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\n{@link mapping /_SublayerExtension!SublayerExtension.create}.","type":"string"},"defaultVisibility":{"description":"Default visibility of the layers in the map service.","type":"boolean"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"An object that provides interactive filters."},"disablePopup":{"description":"Indicates whether to allow a client to ignore the popups defined on the\nlayer. The popupInfo object could be saved in the map or item.","type":"boolean"},"featureSet":{"$ref":"#/definitions/FeatureSetJson","description":"A featureSet object containing the geometry and attributes of the\nfeatures in the layer. Used with feature collections only."},"field":{"$ref":"#/definitions/FieldJson","description":"Information about each field in a layer.\n\nNOTE: This is how it's typed and documented in the web map spec, but is\nalmost certainly total nonsense."},"id":{"description":"A number indicating the index position of the layer in the WMS or map\nservice.","type":["string","number"]},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"An array of LayerDefinition objects defining the attribute schema and\ndrawing information for the layer."},"layerUrl":{"description":"A URL to a service that should be used for all queries against the layer.\nUsed with hosted tiled map services on ArcGIS Online when there is an\nassociated feature service that allows for queries.","type":"string"},"maxScale":{"description":"Represents the maximum scale at which the layer definition will be\napplied.","type":"number"},"minScale":{"description":"Represents the minimum scale at which the layer definition will be\napplied.","type":"number"},"name":{"description":"(Deprecated, use title instead.) A name for the layer.","type":"string"},"nextObjectId":{"description":"Iterates within a feature set. Number objectId value is incremented +1\nbased on last Object ID defined for the feature in a feature set.","type":"number"},"parentLayerId":{"description":"If working with nested layers, this is the numeric value indicating the\nlayer id of the next layer (parent) directly above the current referenced\nlayer.","type":"number"},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"A popupInfo object defining the pop-up window content for the layer."},"showLegend":{"description":"Indicates whether to allow map authors the ability to control what layers\nshould be shown in a client's legend.","type":"boolean"},"subLayerIds":{"description":"If the layer is a parent layer, it will have one or more sub layers\nincluded in an array.","items":{"type":"number"},"type":"array"},"title":{"description":"A user-friendly title for the layer that can be used in a table of\ncontents.","type":"string"}},"type":"object"},"SublayerReference":{"description":"Matches an existing sublayer in a layer."},"SubtypeGroupLayerJson":{"description":"SubtypeGroupLayer provides the ability to organize several sublayers into one\ncommon layer. Suppose there are several FeatureLayers that all represent\nwater features in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The SubtypeGroupLayer provides the\nfunctionality to treat them as one layer called Water Features even though\nthey are stored as separate feature layers.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/subtypeGroupLayer/}."},"TableExtension":{"description":"Extends the capabilities of an table object (represented by an ArcGIS\n`FeatureLayer` object)."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /_TableExtension!TableExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"See {@link data /_TableExtension!TableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the\n{@link data /_TableExtension!TableExtensionProperties.table} property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'.","enum":["Create","Delete","Editing","Query","Update"],"type":"string"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/FormInfoJson","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See {@link data /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See {@link data /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See {@link data /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See {@link data /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See {@link data /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See {@link data /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See {@link data /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See {@link data /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See {@link data /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TaskbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a taskbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TaskbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TaskbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^taskbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbolJson":{"description":"Text symbols are used to add text to a feature (labeling).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"TiledElevationServiceLayerJson":{"description":"ElevationLayer is a tile layer used for rendering elevation in web scenes. A\ndefault world elevation layer can be added to the map by setting the map's\nground property to world-elevation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}."},"TiledImageServiceLayerJson":{"description":"An ArcGIS Tiled Image Service layer displays map content from an ArcGIS\nServer Image service that has been cached (tiled).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}."},"TiledMapServiceLayerJson":{"description":"An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server\nMap service that has been cached (tiled).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references."},"TypeJson":{"description":"Types contain information about the combinations of attributes allowed for\nfeatures in the dataset. Each feature in the dataset can have a type,\nindicated in its typeIdField, which is used in LayerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/type/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/type/}."},"UIDensity":{"description":"Specifies the visual density of components in the application."},"UpdateFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an update feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UpdateFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UpdateFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^update-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"VectorTileLayerJson":{"description":"A vector tile layer references a set of web-accessible vector tiles and the\ncorresponding style for how those tiles should be drawn.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}."},"VertigisMobileBuildProperties":{"description":"The application build settings for a specific platform.","properties":{"appIcon":{"description":"The icon to use for the app.","type":"string"},"appName":{"description":"The name of the app.","type":"string"},"identity":{"description":"The app's identity.","type":"string"},"version":{"description":"The app's version.","type":"string"}},"type":"object"},"VertigisMobileModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for the Vertigis Mobile application.","properties":{"arcgisRuntimeLicenseKey":{"description":"The ArcGIS runtime license key.","type":"string"},"buildSettings":{"$ref":"#/definitions/BuildSettingsProperties","description":"The application build settings for the different platforms."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onInitialized":{"$ref":"#/definitions/Action","description":"Action to be triggered when viewer initialization is complete."},"onInitializing":{"$ref":"#/definitions/Action","description":"Action to be triggered on viewer initialization before layout selection."},"privacyPolicyUrl":{"description":"A privacy policy URL.","type":"string"},"remoteConfigUrl":{"description":"An optional URL specifying the endpoint of a Portal app item containing\nthe latest version of the app configuration. Upon launching the VertiGIS\nStudio Mobile Viewer, the referenced remote app configuration will be\ndownloaded and loaded if it is more recent than the embedded or cached\napp configuration.","type":"string"},"version":{"description":"The version of VertiGIS Studio Mobile that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisMobileModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisMobileModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocortex-mobile-viewer$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ViewMode":{"description":"Viewing mode for a map (2D map or 3D scene)."},"ViewSyncConstraints":{"description":"Properties that specify constant values for the map/scene's viewpoint, while\nit is being synchronized with another map."},"ViewpointJson":{"description":"Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is\ndetermined using a center point and scale value. In a 3D view, it is\ndetermined using a camera position. The Viewpoint can be bookmarked for later\nuse, or used for navigation purposes.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/viewpoint/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/viewpoint/}."},"VisibilityMode":{},"WFSLayerJson":{"description":"OGC Web Feature Service (WFS) is a dynamic feature service that follows the\nspecifications of OGC.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/}\nand\n{@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}."},"WMSLayerJson":{"description":"A layer consuming a Web Map Service (WMS). The WMS specification is an\ninternational specification for serving and consuming dynamic maps on the\nweb. For additional information on publishing WMS services, please see the\nArcGIS Server help.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}."},"WebMapLike":{"description":"A web map definition or reference."},"WebSceneLike":{"description":"A web scene definition or reference."},"WebTileLayerJson":{"description":"A tile layer is a derived from a set of web-accessible tiles which reside on\na server. The tiles are accessed by a direct URL request from the web\nbrowser. Because the tiles in a tile layer are not available as a service,\nthey must be in a specific format for a web app such as the ArcGIS.com map\nviewer to display the layer on a map.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}."},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.Feature":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.Geometry":{},"esri.Layer":{},"esri.Map":{},"esri.Popup":{},"esri.PopupTemplate":{},"esri.Portal":{},"esri.PortalItem":{"properties":{"access":{"description":"Indicates the level of access to this item: `private`, `shared`, `org`, or `public`.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access)","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation)","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey)","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating)","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories)","items":{"type":"string"},"type":"array"},"created":{"description":"The date the item was created.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created)","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture)","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description)","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent)"},"groupCategories":{"description":"An array of group categories set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories)","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id)","type":"string"},"initialized":{"type":"boolean"},"isLayer":{"description":"Indicates whether a layer can be created from this item using [Layer.fromPortalItem()](esri-layers-Layer.html#fromPortalItem).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer)","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong to the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem)","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl)","enum":["admin","null","update"],"type":"string"},"itemPageUrl":{"description":"The URL to the [Item page](https://doc.arcgis.com/en/arcgis-online/manage-data/item-details.htm) on the portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl)","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl)","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo)","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"not-loaded\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)","description":"Represents the status of a [load](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#load) operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadWarnings)","items":{},"type":"array"},"loaded":{"default":"false\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded)","description":"Indicates whether the item's resources have loaded from the portal.","type":"boolean"},"modified":{"description":"The date the item was last modified.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified)","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name)","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments)","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings)","type":"number"},"numViews":{"description":"Number of views on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews)","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner)","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder)","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal)"},"screenshots":{"default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots)","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size)","type":"number"},"snippet":{"description":"A summary description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet)","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON)"},"tags":{"description":"User defined tags that describe the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags)","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl)","type":"string"},"title":{"description":"The title for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title)","type":"string"},"type":{"description":"The GIS content type of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type)","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords)","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url)","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","created","culture","declaredClass","description","destroyed","extent","groupCategories","id","initialized","isLayer","isOrgItem","itemControl","itemPageUrl","itemUrl","licenseInfo","loadError","loadStatus","loadWarnings","loaded","modified","name","numComments","numRatings","numViews","owner","ownerFolder","portal","screenshots","size","snippet","sourceJSON","tags","thumbnailUrl","title","type","typeKeywords","url"],"type":"object"},"esri.PortalItemApplicationProxies":{"properties":{"proxyId":{"description":"The proxy ID registered in ArcGIS Online or ArcGIS Enterprise Portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"proxyUrl":{"description":"The proxy URL for the source URL.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"sourceUrl":{"description":"The URL of the premium map service layer.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SpatialReference":{},"esri.Symbol":{},"esri.Viewing":{},"esri.Viewpoint":{},"layer-preset.LayerPreset.LayerPreset":{"description":"A LayerPreset that can be applied to a map or a map extension."},"layer-preset.LayerPreset.LayerPresetProperties":{"description":"Properties that can be passed into the constructor for\n{@link layer-preset /LayerPreset!LayerPreset}.","properties":{"basemap":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","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 {@link layer-preset /LayerPreset!LayerPreset.basemap}."},"basemapOptions":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","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 {@link layer-preset /LayerPreset!LayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layers":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.layers}.","items":{"$ref":"#/definitions/LayerPresetJson"},"type":"array"},"title":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.title}.","type":"string"}},"type":"object"}},"description":"Configuration for a VertiGIS Studio App. An App is a portable format for\ndescribing the items and settings used by VertiGIS Studio applications. Items\nthat are defined within an App (e.g. menus, layer extensions, web maps, etc.)\ncan be retrieved by loading the App configuration into an {@link AppContainer}\nand using its {@link AppContainer.get} method.","properties":{"failureModes":{"additionalProperties":{"$ref":"#/definitions/FailureMode"},"description":"User-defined failure modes for particular items. Items are referenced by\nitem uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this\none.\n\nImports are processed in the order specified, followed by items and\nsettings that are locally defined in this AppConfig. If the same item is\ndefined multiple times, then the items' properties will get merged in\nsuch a way that the later definitions will override earlier ones.\nSimilarly if a setting is defined several times, then the most recent\ndefinition wins.","items":{"type":"string"},"type":"array"},"items":{"description":"The set of items defined in the App (order is irrelevant).","items":{"anyOf":[{"$ref":"#/definitions/ItemConfig"},{"$ref":"#/definitions/BasemapExtensionPropertiesItem"},{"$ref":"#/definitions/FeaturePropertiesItem"},{"$ref":"#/definitions/FieldExtensionPropertiesItem"},{"$ref":"#/definitions/FeatureSetPropertiesItem"},{"$ref":"#/definitions/FeatureListPropertiesItem"},{"$ref":"#/definitions/GeocoderPropertiesItem"},{"$ref":"#/definitions/GroundExtensionPropertiesItem"},{"$ref":"#/definitions/LanguageResourcesPropertiesItem"},{"$ref":"#/definitions/LayerExtensionPropertiesItem"},{"$ref":"#/definitions/MapExtensionPropertiesItem"},{"$ref":"#/definitions/MenuPropertiesItem"},{"$ref":"#/definitions/MenuItemPropertiesItem"},{"$ref":"#/definitions/RelationshipPropertiesItem"},{"$ref":"#/definitions/SublayerExtensionPropertiesItem"},{"$ref":"#/definitions/ArcGISServiceTableExtensionPropertiesItem"},{"$ref":"#/definitions/MapPropertiesItem"},{"$ref":"#/definitions/AnalyticsModelPropertiesItem"},{"$ref":"#/definitions/BasemapPickerModelPropertiesItem"},{"$ref":"#/definitions/BookmarksModelPropertiesItem"},{"$ref":"#/definitions/BrandingModelPropertiesItem"},{"$ref":"#/definitions/CompassModelPropertiesItem"},{"$ref":"#/definitions/CoordinateModelPropertiesItem"},{"$ref":"#/definitions/DialogModelPropertiesItem"},{"$ref":"#/definitions/ExpandModelPropertiesItem"},{"$ref":"#/definitions/FeatureDetailsModelPropertiesItem"},{"$ref":"#/definitions/GeolocationModelPropertiesItem"},{"$ref":"#/definitions/HighlightModelPropertiesItem"},{"$ref":"#/definitions/ImageModelPropertiesItem"},{"$ref":"#/definitions/LayerListModelPropertiesItem"},{"$ref":"#/definitions/LayerPresetsModelPropertiesItem"},{"$ref":"#/definitions/LayoutPropertiesItem"},{"$ref":"#/definitions/LegendModelPropertiesItem"},{"$ref":"#/definitions/LicensingModelPropertiesItem"},{"$ref":"#/definitions/MapCoordinatesModelPropertiesItem"},{"$ref":"#/definitions/MapModelPropertiesItem"},{"$ref":"#/definitions/MenuModelPropertiesItem"},{"$ref":"#/definitions/PanelModelPropertiesItem"},{"$ref":"#/definitions/RegionModelPropertiesItem"},{"$ref":"#/definitions/ResultsModelPropertiesItem"},{"$ref":"#/definitions/ScalebarModelPropertiesItem"},{"$ref":"#/definitions/SearchModelPropertiesItem"},{"$ref":"#/definitions/SplitModelPropertiesItem"},{"$ref":"#/definitions/StackModelPropertiesItem"},{"$ref":"#/definitions/TextModelPropertiesItem"},{"$ref":"#/definitions/UserModelPropertiesItem"},{"$ref":"#/definitions/WorkflowModelPropertiesItem"},{"$ref":"#/definitions/WorkflowEventsPropertiesItem"},{"$ref":"#/definitions/ZoomModelPropertiesItem"},{"$ref":"#/definitions/AddFeatureModelPropertiesItem"},{"$ref":"#/definitions/AddRelatedFeatureModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/EventListenerModelPropertiesItem"},{"$ref":"#/definitions/VertigisMobileModelPropertiesItem"},{"$ref":"#/definitions/GeometryToolbarModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSelectionModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSettingsModelPropertiesItem"},{"$ref":"#/definitions/GnssMetadataModelPropertiesItem"},{"$ref":"#/definitions/OfflineModelPropertiesItem"},{"$ref":"#/definitions/PortalExtensionSettingsPropertiesItem"},{"$ref":"#/definitions/ScrollModelPropertiesItem"},{"$ref":"#/definitions/SelectLayerSettingsModelPropertiesItem"},{"$ref":"#/definitions/TaskbarModelPropertiesItem"},{"$ref":"#/definitions/UpdateFeatureModelPropertiesItem"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the {@link CURRENT_SCHEMA_VERSION} constant.","type":"string"},"settings":{"additionalProperties":{"type":["string","number","boolean"]},"description":"User-defined settings. These can be referenced via URIs in the form\nsetting://setting-name.","type":"object"},"title":{"description":"A human-readable name for the App.","type":"string"}},"required":["schemaVersion"],"type":"object"}
1
+ {"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"Action":{"description":"Defines an action to perform."},"AddFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AddRelatedFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an add related feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"AddRelatedFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddRelatedFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^add-related-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnalyticsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the Analytics Service.","properties":{"anonymizeUserInfo":{"description":"Indicates whether the application should anonymize user information in\nanalytics. Default is `true`, meaning user information is anonymized.","type":"boolean"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"url":{"description":"The URL used by VertiGIS Studio Analytics for tracking this application.","type":"string"}},"type":"object"},"AnalyticsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AnalyticsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^analytics$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"AnnotationLayerJson":{"description":"Annotation layers can be created by referencing a layer from a feature\nservice. Annotation layers honor any feature templates configured in the\nsource document."},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link ArcGISServiceTableExtension}.","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 {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"Request helper used to download table information."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"The Geocortex ArcGISServiceTable object being extended."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"ArcGISServiceTableExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/ArcGISServiceTableExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^table-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapExtension":{"description":"Extends the capabilities of an Esri Basemap object."},"BasemapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /BasemapExtension!BasemapExtension}.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"isSeries":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.isSeries}.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"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"}]},"BasemapLayerJson":{"description":"A base map layer in a web map/scene."},"BasemapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Basemap component.","properties":{"baseLayerExtensions":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.baseLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"basemap":{"anyOf":[{"$ref":"#/definitions/esri.Basemap"},{"$ref":"#/definitions/BasemapProperties"},{"type":"string"}],"description":"The Esri Basemap object being extended. This property can also be a\nstring representing the ID of a well-known basemap, e.g. \"streets\". See\nhttps://developers.arcgis.com/javascript/latest/api-reference/esri-Map.html#basemap\nfor a complete list."},"description":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"iconUrl":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"included":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.included}.","type":"boolean"},"isSeries":{"description":"See {@link mapping /BasemapExtension!BasemapExtension.isSeries}.","type":"boolean"},"offline":{"description":"Whether this Basemap is only made up of offline layers. Only used by\nStudio Mobile Designer.","type":"boolean"},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /BasemapExtension!BasemapExtension.onClick}."},"referenceLayerExtensions":{"description":"See\n{@link mapping /BasemapExtension!BasemapExtension.referenceLayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"BasemapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the\n{@link mapping /BasemapExtension!BasemapExtensionProperties.basemap} property.","properties":{"baseMapLayers":{"description":"An array of BasemapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"$ref":"#/definitions/BasemapLayerJson"},"type":"array"},"elevationLayers":{"description":"Deprecated, use ground.layers instead. An array of elevationLayer objects\ndefining the basemaps used in the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"id":{"description":"An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!","type":"string"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"BingLayerJson":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See {@link mapping /Bookmark!Bookmark.source}."},"title":{"description":"See {@link mapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/ViewpointJson"}],"description":"See {@link mapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BuildSettingsProperties":{"properties":{"androidBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Android platform."},"iosBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the iOS platform."},"windowsBuildSettings":{"$ref":"#/definitions/VertigisMobileBuildProperties","description":"Build settings for the Windows platform."}},"type":"object"},"BuildingSceneLayerJson":{"description":"The BuildingSceneLayer is a layer type designed for on-demand streaming and\ndisplaying building data."},"CIMSymbolJson":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"CSVLayerJson":{"description":"The CSV layer type references a CSV or TXT file from a publicly-accessible\nweb server. It then dynamically loads into the map at run time. The CSV layer\nwill maintain a reference to the CSV resource.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/csvLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/csvLayer/}."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/PopupExpressionInfoJson","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/FieldInfoJson"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/MediaInfoJson"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/OrderByFieldsJson"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"description":"String value indicating which element to use.","enum":["attachments","expression","fields","media","relationship","text"],"type":"string"}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"transformations":{"description":"Rules to apply when transforming coordinates between coordinate systems.","items":{"anyOf":[{"$ref":"#/definitions/Transformation"},{"$ref":"#/definitions/TransformationJson"}]},"type":"array"}},"type":"object"},"CoordinateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CoordinateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^coordinate-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DefinitionEditorJson":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"DomainJson":{"description":"A domain specifies the set of valid values for a field.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/domain/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"EventListenerDefinitionProperties":{"description":"Properties for a generic event listener definition. Specifies an action to\nexecute whenever the target event is published. If the sender property is\nassigned, the action will only be executed if the event is published with the\nspecified sender.","properties":{"action":{"$ref":"#/definitions/Action","description":"The action to perform, when the specified events gets published."},"event":{"description":"The name of the event to listen to. This value has to match the events\nname that gets published (including its namespace prefix, e.g.\nmap.navigation-completed). All events are supported, both built in events\nas well as custom events published through \"viewer.publish-event\" or the\nPublish Event workflow activity.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"sender":{"description":"An optional reference to an item, that is to be used as a filter. If set,\nonly events published by the specified sender object, will cause the\naction to be executed.","type":"string"},"title":{"description":"A human-readable title for the event listener instance.","type":"string"}},"required":["action","event"],"type":"object"},"EventListenerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a generic event listener.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"listeners":{"description":"A collection of event listener definitions. Each element has to be an\ninline JSON defining an event listener definition item.","items":{"$ref":"#/definitions/EventListenerDefinitionProperties"},"type":"array"}},"type":"object"},"EventListenerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/EventListenerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^event-listener$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExtentJson":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See\n{@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/extent/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/extent/}."},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a {@link data /FeatureSource!FeatureSource}. Both\nspatial and non-spatial features have attributes, while only spatial features\nhave geometry."},"FeatureDetailsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxAttachmentSize":{"description":"The maximum size of a given attachment, in bytes.","type":"number"},"onFeatureDelete":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"The action to perform when delete is called from the feature details\nview."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureNavigated":{"$ref":"#/definitions/Action","description":"The action to perform when navigating between features within the feature\ndetails view, in particular related records."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureLayerJson":{"description":"Feature layers can be created by referencing a layer from either a map\nservice or a feature service or by specifying a feature collection object.\nUse a map service if you just want to retrieve geometries and attributes from\nthe server and symbolize them yourself. Use a feature service if you want to\ntake advantage of symbols from the service's source map document. Also, use a\nfeature service if you plan on doing editing with the feature layer. Feature\nlayers honor any feature templates configured in the source map document.\nFeature collection objects are used to create a feature layer based on the\nsupplied definition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}."},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSet"},{"$ref":"#/definitions/FeatureSetProperties"},{"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\ngenerated.","type":"string"},"title":{"description":"See {@link data /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.Geometry"},{"$ref":"#/definitions/PointJson"},{"$ref":"#/definitions/MultipointJson"},{"$ref":"#/definitions/PolylineJson"},{"$ref":"#/definitions/PolygonJson"},{"$ref":"#/definitions/ExtentJson"}],"description":"The feature's geometry."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about the feature, such as fields, domains, geometry type, etc."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Settings for this feature."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source of the feature."}},"type":"object"},"FeaturePropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSet":{"description":"A set of features that share a common schema."},"FeatureSetJson":{"description":"Contains the geometry and attributes of features in a layer. This object is\nused with feature collections only. For more information, see Layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureSet/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureSet/}."},"FeatureSetProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureSet!FeatureSet}.","properties":{"features":{"description":"The features contained in the set.","items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"Metadata about features such as fields, domains, and geometry type."},"settings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"Default settings that apply to features in this set."},"source":{"$ref":"#/definitions/FeatureSource","description":"The source for the features."},"title":{"description":"A human-readable name for the feature set.","type":"string"}},"type":"object"},"FeatureSetPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureSetProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-set$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureSettings":{"description":"Settings that pertain to features."},"FeatureSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /FeatureSettings!FeatureSettings}.","properties":{"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings affecting how feature attributes are formatted."},"hyperlinkTemplates":{"description":"Templates that define hyperlinks associated with the feature. Each\ntemplate's properties can contain field tokens enclosed in `{}`, which\nwill be replaced by actual field values. If not explicitly set, these\nwill be inherited from the associated layer extension if there is one.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"maxAllowableOffset":{"description":"See {@link data /FeatureSettings!FeatureSettings.maxAllowableOffset}.","type":"number"},"outFields":{"description":"See {@link data /FeatureSettings!FeatureSettings.outFields}.","items":{"type":"string"},"type":"array"},"outSpatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See {@link data /FeatureSettings!FeatureSettings.outSpatialReference}."},"popupContentExtensions":{"description":"See {@link data /FeatureSettings!FeatureSettings.popupContentExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/PopupContentExtensionProperties"},{"$ref":"#/definitions/PopupContentExtension"}]},"type":"array"},"popupTemplate":{"anyOf":[{"$ref":"#/definitions/esri.PopupTemplate"},{"$ref":"#/definitions/PopupInfoJson"}],"description":"The template for displaying content in a pop-up when the feature is\nselected. If not explicitly set, it will be inherited from the associated\nlayer extension if there is one."},"returnGeometry":{"description":"See {@link data /FeatureSettings!FeatureSettings.returnGeometry}.","type":"boolean"},"showRelatedRecordsWhenUnconfigured":{"description":"See\n{@link data /FeatureSettings!FeatureSettings.showRelatedRecordsWhenUnconfigured}.","type":"boolean"},"zoomFactor":{"description":"See {@link data /FeatureSettings!FeatureSettings.zoomFactor}.","type":"number"},"zoomScale":{"description":"See {@link data /FeatureSettings!FeatureSettings.zoomScale}.","type":"number"}},"type":"object"},"FeatureSource":{"description":"A source of features."},"FieldExtension":{"description":"Extends the capabilities of an Esri Field object."},"FieldExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /FieldExtension!FieldExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"field":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldProperties"},{"type":"string"}],"description":"The Esri Field object being extended."},"format":{"description":"The field format specifier. This is a standard .NET-style format string\ncontaining a `{0}` placeholder that will be replaced by the actual field\nvalue.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Settings that affect how values are formatted. Depending on the type of\nfield, some or all of these settings may not be applicable."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"searchable":{"description":"Whether the field is searchable or not.","type":"boolean"}},"type":"object"},"FieldExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/FieldExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^field-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FieldInfoJson":{"description":"Defines how a field in the dataset participates (or does not participate) in\na pop-up window.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/fieldInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/fieldInfo/}."},"FieldJson":{"description":"Contains information about an attribute field. This field could come from a\nfeature collection or a single layer in a map service. Used in\nlayerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/field/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/field/}."},"FieldJsonType":{"description":"The type of the Field."},"FieldProperties":{"description":"Properties that extend the ArcGis portal representation of a Field.","properties":{"$ref":{"description":"A field name referring to an existing field in a schema. The field\nextension will attempt to find an existing field in its parent schema.","type":"string"},"alias":{"description":"The field alias (human-readable name).","type":"string"},"domain":{"$ref":"#/definitions/DomainJson","description":"A domain object that provides the attribute domain information for the\nfield, if a domain exists."},"editable":{"description":"Whether this field is editable.","type":"boolean"},"exactMatch":{"description":"A Boolean defining whether or not the field is an exact match.","type":"boolean"},"length":{"description":"A number defining how many characters are allowed in a string field.","type":"number"},"name":{"description":"A string defining the field name.","type":"string"},"nullable":{"description":"Whether this field can have a null value.","type":"boolean"},"type":{"$ref":"#/definitions/FieldJsonType","description":"Type of the Field. See {@link FieldJsonType}."}},"type":"object"},"FormInfoJson":{"description":"Defines the form configuration when a user edits a feature. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formInfo/}."},"FormatSettings":{"description":"Settings that affect how values are formatted."},"FormatSettingsProperties":{"description":"Properties that can be passed into the constructor for {@link FormatSettings}.","properties":{"currency":{"description":"The 3-letter ISO 4217 currency code (e.g \"USD\", \"CAD\"). Required when\nformatting a number using NumberFormat.CURRENCY or\nNumberFormat.ACCOUNTING.","type":"string"},"dateFormat":{"description":"The default format for date values. Either a\n{@link utilities /date!DateFormat} constant, or a custom date format\nstring.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a\n{@link utilities /number!NumberFormat} constant, or a custom number format\nstring.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"GeoJSONLayerJson":{"description":"The GeoJSON layer type references a GeoJSON or TXT file from a\npublicly-accessible web server. It then dynamically loads into the map at run\ntime. The GeoJSON layer will maintain a reference to the GeoJSON resource.\n\nWeb map spec:\n{@link https://developers.arcgis.com/web-map-specification/objects/geoJsonLayer/}.\nWeb scene spec:\n{@link https://developers.arcgis.com/web-scene-specification/objects/geoJsonLayer/}."},"GeoRSSLayerJson":{"description":"GeoRSS feeds may contain any combination of points, lines, and polygons. Web\nclients use a GeoRSS to JSON request service. This service returns one to\nmany feature collections with different geometry types. The returned JSON\nspecifies the point, lines, and polygons symbols used to display the features\nin that layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/geoRSSLayer/}."},"GeocoderProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link tasks /geocoding/Geocoder!Geocoder}.","properties":{"addressSchema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link tasks /geocoding/Geocoder!Geocoder.addressSchema}."},"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"defaultAddressValues":{"description":"See {@link tasks /geocoding/Geocoder!Geocoder.defaultAddressValues}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /FeatureSource!FeatureSource.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"title":{"description":"See {@link tasks /geocoding/Geocoder!Geocoder.title}.","type":"string"}},"type":"object"},"GeocoderPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeocoderProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocoder$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeometryJson":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryJsonType":{"description":"Types of geometry. Geometry JSON objects don't reference these types, but\nthey appear within services to describe the type of geometries in layers."},"GeometryToolbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geometry toolbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeometryToolbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryToolbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-toolbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSelectionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device selector component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSelectionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSelectionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-selection$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssDeviceSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS device settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssDeviceSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssDeviceSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-device-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GnssMetadataModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a GNSS metadata component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GnssMetadataModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GnssMetadataModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^gnss-metadata$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundExtension":{"description":"Extends the capabilities of an Esri Ground object."},"GroundExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /GroundExtension!GroundExtension}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"ground":{"$ref":"#/definitions/GroundLike","description":"The Esri Ground object being extended. This property can also be\n\"world-elevation\", in which case a default instance of Ground with the\nworld elevation service will be used."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerExtensions":{"description":"See {@link mapping /GroundExtension!GroundExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"GroundExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^ground-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GroundLike":{"description":"Types that can represent a Ground."},"GroupLayerJson":{"description":"GroupLayer provides the ability to organize several sublayers into one common\nlayer. Suppose there are several FeatureLayers that all represent water\nfeatures in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The GroupLayer provides the functionality to\ntreat them as one layer called Water Features even though they are stored as\nseparate feature layers.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/groupLayer/}."},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering focus text on the map."},"focusMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the focus markers."},"focusMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a focus marker on the map. If\nthis property is undefined, no markers will be rendered for in-scale\nfocusing."},"highlightColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering highlight graphics on a map. A different\nborder color for highlight graphics will be derived from this color\nvalue. If this property is undefined, no highlight graphics will get\nrendered."},"highlightLabelTextSymbol":{"$ref":"#/definitions/TextSymbolJson","description":"The symbol properties used for rendering highlight text on the map."},"highlightMarkerDisplay":{"$ref":"#/definitions/DisplayMode","description":"The map view modes in which to display the highlight markers."},"highlightMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/esri.Symbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/SimpleLineSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"},{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"The symbol properties used for rendering a highlight marker on the map.\nIf this property is undefined, no markers will be rendered for in-scale\nhighlighting."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxDeviationInMeters":{"description":"The maximum allowed deviation from the generalized geometry to the\noriginal geometry.","type":"number"},"maxVertices":{"description":"The maximum number of vertices a polyline or polygon geometry can have\nbefore it gets generalized.","type":"number"}},"type":"object"},"HighlightModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/HighlightModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^highlight-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Hyperlink":{"description":"A hyperlink associated with a feature or layer."},"HyperlinkProperties":{"description":"A hyperlink associated with a feature or layer.","properties":{"iconUrl":{"description":"See {@link Hyperlink.iconUrl}.","type":"string"},"target":{"description":"See {@link Hyperlink.target}.","type":"string"},"text":{"description":"See {@link Hyperlink.text}.","type":"string"},"tooltip":{"description":"See {@link Hyperlink.tooltip}.","type":"string"},"url":{"description":"See {@link Hyperlink.url}.","type":"string"}},"required":["text","url"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ImageServiceLayerJson":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"ImageServiceVectorLayerJson":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"IntegratedMeshLayerJson":{"description":"An integrated mesh can represent built and natural 3D features, such as\nbuilding walls, trees, valleys, and cliffs, with realistic textures and\nincludes elevation information.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/integratedMeshLayer/}."},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"ItemJson":{"description":"An item (a unit of content) in the portal. Each item has a unique identifier\nand a well known URL that is independent of the user owning the item. An item\ncan have associated binary or textual data that's available via the item data\nresource. For example, an item of type Map Package returns the actual bits\ncorresponding to the map package via the item data resource. The numViews is\nincremented when an item is opened.\n\nSee\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Item/02r30000007w000000/}.","properties":{"access":{"description":"Indicates the level of access to this item: private, shared, org, or\npublic.","type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.","type":"string"},"advancedSettings":{"description":"<not in spec>."},"appCategories":{"description":"An array that primarily applies to a list of categories that the\napplication item is applicable to.","items":{"type":"string"},"type":"array"},"avgRating":{"description":"Average rating. Uses a weighted average called \"Bayesian average.\".","type":"number"},"banner":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"string"},"categories":{"description":"An array of organization categories that are set on the item.","items":{"type":"string"},"type":"array"},"commentsEnabled":{"description":"Indicates if comments are allowed on the item.","type":"boolean"},"contentOrigin":{"description":"<not in spec>.","type":"string"},"created":{"description":"The date the item was created. Shown in UNIX time in milliseconds.","type":"number"},"culture":{"description":"The item locale information (language and country).","type":"string"},"description":{"description":"Item description.","type":"string"},"documentation":{"description":"<not in spec>."},"extent":{"description":"The bounding rectangle of the item. Should always be in WGS84.","items":{"items":{"type":"number"},"type":"array"},"type":"array"},"groupDesignations":{"description":"<not in spec>."},"guid":{"description":"<not in spec>.","type":"string"},"id":{"description":"The unique ID for this item.","type":"string"},"industries":{"description":"Primarily applies to industries associated with the application.","items":{"type":"string"},"type":"array"},"isOrgItem":{"description":"<not in spec>.","type":"boolean"},"itemControl":{"description":"Indicates user's control to the item.\n\nValues: admin (for item owner and org admin) | update (for members of\ngroups with item update capability that the item is shared with).","enum":["admin","update"],"type":"string"},"languages":{"description":"Primarily applies to languages associated with the application.","items":{"type":"string"},"type":"array"},"largeThumbnail":{"description":"Primarily applies to thumbnails associated with an application. The URL\nto the thumbnail used for the application.","type":"string"},"licenseInfo":{"description":"Any license information or restrictions.","type":"string"},"listed":{"description":"Primarily applies to the banner associated with an application. The URL\nto the banner used for the application.","type":"boolean"},"modified":{"description":"The date the item was last modified. Shown in UNIX time in milliseconds.","type":"number"},"name":{"description":"The file name of the item for file types. Read-only.","type":"string"},"numComments":{"description":"Number of comments on the item.","type":"number"},"numRatings":{"description":"Number of ratings on the item.","type":"number"},"numViews":{"description":"Number of views of the item.","type":"number"},"orgId":{"description":"<not in spec>.","type":"string"},"owner":{"description":"The username of the user who owns this item.","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item. The property\nis only returned to the item owner or the org admin.","type":"string"},"properties":{"description":"A JSON object that primarily applies to system requirements, Terms and\nConditions, version, supported platforms, YouTube video ID, etc\nassociated with the application.","type":"string"},"protected":{"description":"Protects the item from deletion. False is the default.","type":"boolean"},"proxyFilter":{"description":"A JSON object used to restrict service item response results based on\nspecified filter, i.e. limit results returned from a geocode service\nbased on defined filters.See serviceProxyFilter for object details."},"scoreCompleteness":{"description":"Item information completeness score based upon item snippet, thumbnail,\ndescription, title, tags etc.","type":"number"},"screenshots":{"description":"Primarily applies to screenshots associated with an application. The URL\nto the screenshots used for the application.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item.","type":"number"},"snippet":{"description":"A short summary description of the item.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The coordinate system of the item."},"subInfo":{"description":"<not in spec>.","type":"number"},"tags":{"description":"User defined tags that describe the item.","items":{"type":"string"},"type":"array"},"thumbnail":{"description":"The URL to the thumbnail used for the item.","type":"string"},"title":{"description":"The title of the item. This is the name that's displayed to users and by\nwhich they refer to the item. Every item must have a title.","type":"string"},"type":{"description":"The GIS content type of this item. Example types include Web Map, Map\nService, Shapefile, and Web Mapping Application. See\n{@link http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#//02r3000000ms000000}.","type":"string"},"typeKeywords":{"description":"A set of keywords that further describes the type of this item. Each item\nis tagged with a set of type keywords that are derived based on its\nprimary type.","items":{"type":"string"},"type":"array"},"url":{"description":"The URL for the resource represented by the item. Applies only to items\nthat represent web-accessible resources such as map services.","type":"string"}},"required":["id"],"type":"object"},"KMLLayerJson":{"description":"Keyhole Markup Language (KML) is an XML-based format for storing geographic\ndata and associated content and is an official Open Geospatial Consortium\n(OGC) standard. KML is a common format for sharing geographic data with\nnon-GIS users as it can be easily delivered on the Internet.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}."},"LabelSymbol3DJson":{"description":"LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}."},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link LanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerDefinitionJson":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link mapping /_LayerExtension!LayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layer":{"anyOf":[{"$ref":"#/definitions/esri.Layer"},{"allOf":[{"$ref":"#/definitions/BingLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/BuildingSceneLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/CSVLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GroupLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/FeatureLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoJSONLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/GeoRSSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/KMLLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/MapServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/PointCloudLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SceneLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/StreamLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/VectorTileLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WebTileLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WFSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/WMSLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/OpenStreetMapLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/TiledElevationServiceLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]},{"allOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"properties":{"$portalItem":{"$ref":"#/definitions/PortalItemLike","description":"When present, {@link mapping /_LayerExtension!LayerExtension.layer} will be\nloaded from the given web layer in Portal. The web layer can be specified\neither as a PortalItem object, or simply using the portal item ID."},"$ref":{"anyOf":[{"$ref":"#/definitions/LayerReference"},{"type":"string"}],"description":"A reference to an existing layer, which is the ID or title of the layer\n(or both). In this case, the layer extension will attempt to find an\nexisting layer instead of creating one."}},"type":"object"}]}],"description":"See {@link mapping /_LayerExtension!LayerExtension.layer}."},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See {@link mapping /_LayerExtension!LayerExtension.layerListSettings}."},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link mapping /_LayerExtension!LayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /_LayerExtension!LayerExtension.requestHelper}."},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"sublayerExtensions":{"description":"See {@link mapping /_LayerExtension!LayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"tpkSource":{"description":"See {@link mapping /_LayerExtension!LayerExtension.tpkSource}.","type":"string"},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See {@link mapping /_LayerExtension!LayerExtension.visibilityMode}."}},"type":"object"},"LayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of\n{@link mapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if\n{@link included} is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetJson":{"description":"Layer preset properties with a layer reference."},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerReference":{"description":"Matches an existing layer."},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LineSymbol3DJson":{"description":"LineSymbol3D is used to render features with Polyline geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3D/}."},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for {@link MapConstraints}.","properties":{"maxScale":{"description":"See {@link MapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See {@link MapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See {@link MapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See {@link MapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See {@link ViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtension"},{"$ref":"#/definitions/GroundExtensionProperties"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"mmpk":{"anyOf":[{"$ref":"#/definitions/MmpkProperties"},{"type":"string"}],"description":"Either a string path to the mmpk file on disk, or an object containing\nthe path and mapId. In either case, the path is relative to the root\nlevel user data directory for that app; for example, the File Sharing\nfolder for the app in iTunes for Apple devices. The referenced file can\nbe either a single .mmpk file or an unzipped/exploded folder. If a path\nis specified as a string, then the first map within the mmpk is selected.\nIf you would like to use a different path, then use the object syntax\nwhich allows for specifying which map within the mmpk to load."},"onClick":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onClick}."},"onHover":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHover}."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onHoverEnd}."},"onInitialized":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onInitialized}."},"onInitializing":{"$ref":"#/definitions/Action","description":"An action that will be performed when the map is about to initialize,\njust before the map is initialized."},"onSecondaryClick":{"$ref":"#/definitions/Action","description":"An action that will be performed when the user makes a secondary click\n(e.g. right click with mouse or long tap) on the map. If not defined and\nnot overridden, it will cause a context menu to appear at the position\nwhere the secondary click happened."},"onViewpointChanged":{"$ref":"#/definitions/Action","description":"See {@link mapping /MapExtension!MapExtension.onViewpointChanged}."},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"tableExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.tableExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/TableExtensionProperties"},{"$ref":"#/definitions/TableExtension"}]},"type":"array"},"title":{"description":"See {@link mapping /MapExtension!MapExtension.title}.","type":"string"},"webMap":{"$ref":"#/definitions/WebMapLike","description":"See {@link mapping /MapExtension!MapExtension.webMap}."},"webScene":{"$ref":"#/definitions/WebSceneLike","description":"See {@link mapping /MapExtension!MapExtension.webScene}."}},"type":"object"},"MapModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapProperties":{"$schema":"http://json-schema.org/draft-04/schema#","anyOf":[{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"definitions":{},"description":"Properties that can be specified for the\n{@link mapping /MapExtension!MapExtensionProperties.map} property."},"MapPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^web-scene$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapServiceLayerJson":{"description":"ArcGIS web maps are designed to work with web services hosted on ArcGIS\nServer and ArcGIS Online, in addition to other types of servers. Map services\ncan be cached (tiled) or uncached (dynamic). This object specifically details\nproperties within uncached map services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/mapServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/mapServiceLayer/}."},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"MediaInfoJson":{"description":"Defines an image or a chart to be displayed in a pop-up window. See\nhttps://developers.arcgis.com/web-map-specification/objects/mediaInfo/ and\nhttps://developers.arcgis.com/web-scene-specification/objects/mediaInfo/."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a {@link menus /Menu!Menu}.","properties":{"_action":{"$ref":"#/definitions/Action"},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_assignPropertiesPromises":{"default":[],"items":{"$ref":"#/definitions/Promise"},"type":"array"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_failureMode":{"$ref":"#/definitions/FailureMode","default":"warn"},"_hideOnDisable":{"default":false,"type":"boolean"},"_iconId":{"type":"string"},"_id":{"description":"The unique ID for this entity. Once set, this should never change.","type":"string"},"_initializePromise":{"$ref":"#/definitions/Promise"},"_isDestroyed":{"default":false,"type":"boolean"},"_isEnabled":{"default":true,"type":"boolean"},"_isInitialized":{"default":false,"type":"boolean"},"_isToggled":{"default":false,"type":"boolean"},"_itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"_menu":{"$ref":"#/definitions/Menu"},"_submenu":{"$ref":"#/definitions/Menu"},"_title":{"type":"string"},"action":{"$ref":"#/definitions/Action","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\"`: {@link support /InitializeError!InitializeError} is thrown.\n- `\"warn\"`: Message is logged and\n {@link support /InitializableBase!InitializeWarningEvent} is raised.\n- `\"ignore\"`: {@link support /InitializableBase!InitializeWarningEvent} is\n raised."},"hideOnDisable":{"description":"Determines whether the item should be hidden when\n{@link menus /MenuItem!MenuItem.isEnabled} is set to false. The default is\nfalse.","type":"boolean"},"iconId":{"description":"The ID of the icon to show for this item, e.g. \"gcx-icon-zoom-in\".","type":"string"},"id":{"description":"The unique ID for this entity.","type":"string"},"isDestroyed":{"description":"See {@link support /InitializableBase!Initializable.isDestroyed}.","type":"boolean"},"isEnabled":{"description":"Determines whether the user is able to select this item.","type":"boolean"},"isInitialized":{"description":"See {@link support /InitializableBase!Initializable.isInitialized}.","type":"boolean"},"isToggled":{"description":"Determines whether this item is currently toggled from its initial state.\nThis property is only meaningful if\n{@link menus /MenuItem!MenuItem.canBeToggled} is true. When this property\nis changed, other properties of the menu item will be swapped with those\nin \"alternate\". An item can only be toggled if it has an alternate\nstate.","type":"boolean"},"itemType":{"description":"The item type for this entity when it participates in an App.","type":"string"},"menu":{"$ref":"#/definitions/Menu","description":"The parent menu that this item belongs to."},"root":{"$ref":"#/definitions/Menu","description":"The root menu in the menu hierarchy."},"submenu":{"$ref":"#/definitions/Menu","description":"A submenu associated with this item."},"title":{"description":"The human-readable caption for the item.","type":"string"}},"required":["_action","_alternate","_assignPropertiesPromises","_description","_destroyPromise","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_submenu","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /MenuItem!MenuItem}.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See {@link menus /MenuItem!MenuItem.alternate}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See {@link menus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See {@link menus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See {@link menus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link menus /MenuItem!MenuItem.submenu}."},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a {@link menus /MenuItem!MenuItem} when it is in a\nparticular state.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See {@link menus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeshSymbol3DJson":{"description":"MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}."},"MmpkProperties":{"description":"A reference to an MMPK map.","properties":{"mapId":{"description":"Either the name of the map or the index (starting at 0) of the map to\nload from the mmpk, for mmpks that have multiple maps.","type":["string","number"]},"path":{"description":"The path of the mmpk file. The referenced file can be either a single\n.mmpk file or an unzipped/exploded folder. The path is relative to the\nroot level user data directory for that app; for example, the File\nSharing folder for the app in iTunes for Apple devices.","type":"string"},"source":{"description":"The portal item which contains the mmpk. This may be either a Portal item\nID or a URL to the item.","type":"string"}},"required":["mapId","path"],"type":"object"},"MultipointJson":{"description":"Contains an array of points, along with a spatial reference field. See\n{@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"OfflineModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an offline component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onActivateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Activate Area."},"onCancelDownload":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Cancel Download."},"onCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user select Create when creating a new\noffline map area."},"onDeleteArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Delete Area."},"onDisplayCreateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Add Area."},"onDownloadArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Download."},"onGetAreas":{"$ref":"#/definitions/Action","description":"The action to perform when the list of map areas is produced."},"onGoOnline":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Go Online."},"onSubmitEdits":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Submit Edits."},"onUpdateArea":{"$ref":"#/definitions/Action","description":"The action to perform when a user selects Update Area."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"OfflineModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/OfflineModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^offline$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"OpenStreetMapLayerJson":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}\nNote: In the JavaScript API, open street map derived from Web tile layer."},"OrderByFieldsJson":{"description":"Object indicating the field display order for the related records and whether\nthey should be sorted in ascending or descending order.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/orderByFields/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/orderByFields/}."},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PictureFillSymbolJson":{"description":"Picture fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPFS_symbol/}."},"PictureMarkerSymbolJson":{"description":"Picture marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriPMS_symbol/}."},"PointCloudLayerJson":{"description":"Point cloud data is post-processed spatially organized lidar data that\nconsists of large collections of 3D points. Elevations for the ground,\nbuildings, forest canopy, highway overpasses, and anything else encountered\nduring the lidar survey make up the point cloud data. Point cloud layers\nallow for fast visualization of point cloud data in the browser.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudLayer/}."},"PointJson":{"description":"Defines the JSON formats of the point and spatial reference objects. See\n{@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}.\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/point_geometry/}."},"PointSymbol3DJson":{"description":"PointSymbol3D is used to render features with Point geometry in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointSymbol3D/}."},"PolygonJson":{"description":"A polygon contains an array of rings and a spatial reference. See\n{@link https://developers.arcgis.com/web-map-specification/objects/polygon_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygon_geometry/}."},"PolygonSymbol3DJson":{"description":"PolygonSymbol3D is used to render features with Polygon geometry in a 3D\nSceneView. Polygon features may also be rendered as points with icons or\nobjects at the centroid of each polygon.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}."},"PolylineJson":{"description":"Contains an array of paths and a spatialReference. See\n{@link https://developers.arcgis.com/web-map-specification/objects/polyline_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/polyline_geometry/}."},"PopupContentExtension":{"description":"Extends the capabilities of an Esri popup Content object."},"PopupContentExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link PopupContentExtension}.","properties":{"content":{"anyOf":[{"$ref":"#/definitions/esri.Content"},{"$ref":"#/definitions/ContentProperties"}],"description":"The ESRI Content instance to be extended."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"summaryHiddenFields":{"description":"Names of fields that will be hidden when displayed in the a summary view.\nThis property is only applied to \"fields\" Content types.","items":{"type":"string"},"type":"array"},"visibleInSummary":{"description":"Whether the Content is visible when being displayed in a summary view.","type":"boolean"}},"type":"object"},"PopupExpressionInfoJson":{"description":"Arcade expression added to the pop-up.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/popupExpressionInfo/}."},"PopupInfoJson":{"description":"Defines the look and feel of pop-up windows when users click or query a\nfeature.\n\nSee https://developers.arcgis.com/web-map-specification/objects/popupInfo/\nand\nhttps://developers.arcgis.com/web-scene-specification/objects/popupInfo/."},"PortalExtensionSettingsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Portal extension object.","properties":{"appId":{"description":"The ID of the app.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isDefault":{"description":"Whether this portal extension is used by default.","type":"boolean"},"portal":{"$ref":"#/definitions/PortalProperties","description":"The portal."}},"type":"object"},"PortalExtensionSettingsPropertiesItem":{"allOf":[{"$ref":"#/definitions/PortalExtensionSettingsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^portal-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalProperties":{"description":"Describes a Portal.","properties":{"url":{"description":"The URL of the portal.","type":"string"}},"type":"object"},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"Promise":{},"RasterDataElevationLayerJson":{"description":"RasterDataElevationLayer is a single-band raster layer used for rendering\nelevation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataElevationLayer/}."},"RegionModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link RegionSettings}.","properties":{"fallbackLocale":{"description":"The fallback locale to use if the detected locale is not found in the\napp. This locale should be attempted to be used before 'invariant'.","type":"string"},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"The root format settings for the app."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"measurementSystem":{"$ref":"#/definitions/MeasurementSystem","description":"The measurement system used to determine what units should be used for\nmeasurement values."}},"type":"object"},"RegionModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/RegionModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^region$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Relationship":{"description":"Describes a relationship between a {@link data /FeatureSource!FeatureSource}\nand another source."},"RelationshipProperties":{"description":"Properties that can be used to initialize a\n{@link data /_Relationship!Relationship}.","properties":{"$relationshipType":{"description":"The Relationship's type.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See {@link data /_Relationship!Relationship.title}.","type":"string"}},"type":"object"},"RelationshipPropertiesItem":{"allOf":[{"$ref":"#/definitions/RelationshipProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^relationship$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAllFeaturesRemoved":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when all features have been\nremoved."},"onClear":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a the search history is\ncleared."},"onFeatureClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a single feature is clicked."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible."},"onFeatureLocate":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is located."},"onFeatureRefresh":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets refreshed."},"onFeatureRemove":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets removed."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SceneLayerJson":{"description":"The SceneLayer is a layer type designed for on-demand streaming and\ndisplaying large amounts of data in a SceneView. SceneLayers support two\ngeometry types: Point and 3D Objects (e.g. Buildings).\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}."},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /Schema!Schema}.","properties":{"displayField":{"description":"See {@link data /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See {@link data /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/FieldExtension"},{"$ref":"#/definitions/FieldExtensionProperties"}]},"type":"array"},"fields":{"description":"See {@link data /Schema!Schema.fields}.","items":{"anyOf":[{"$ref":"#/definitions/esri.Field"},{"$ref":"#/definitions/FieldJson"}]},"type":"array"},"geometryType":{"$ref":"#/definitions/GeometryJsonType","description":"See {@link data /Schema!Schema.geometryType}."},"primaryKeyField":{"description":"See {@link data /Schema!Schema.primaryKeyField}.","type":"string"},"spatialReference":{"$ref":"#/definitions/esri.SpatialReference","description":"See {@link data /Schema!Schema.spatialReference}."},"timeZone":{"description":"See {@link data /Schema!Schema.timeZone}.","type":"string"},"typeIdField":{"description":"See {@link data /Schema!Schema.typeIdField}.","type":"string"},"types":{"description":"See {@link data /Schema!Schema.types}.","items":{"anyOf":[{"$ref":"#/definitions/esri.FeatureType"},{"$ref":"#/definitions/TypeJson"}]},"type":"array"}},"type":"object"},"ScrollModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scroll component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScrollModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScrollModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scroll$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SearchForType":{"description":"The type of search results."},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"searchFor":{"$ref":"#/definitions/SearchForType","description":"Determines what the search component should search for."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SelectLayerSettingsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a select layer settings component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"workflow":{"description":"The workflow.","type":"string"}},"type":"object"},"SelectLayerSettingsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SelectLayerSettingsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^select-layer-settings$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SimpleFillSymbolJson":{"description":"Simple fill symbols can be used to symbolize polygon geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSFS_symbol/}."},"SimpleLineSymbolJson":{"description":"Simple line symbols can be used to symbolize polyline geometries or outlines\nfor polygon fills.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSLS_symbol/}."},"SimpleMarkerSymbolJson":{"description":"Simple marker symbols can be used to symbolize point geometries.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriSMS_symbol/}."},"SpatialReferenceJson":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StreamLayerJson":{"description":"A stream layer in a web map. See\n{@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}."},"StyleSymbolReferenceJson":{"description":"The StyleSymbolReference is used to reference a symbol from a portal\nstyleItem.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}."},"SublayerExtension":{"description":"Extends the capabilities of an Esri Sublayer object."},"SublayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_SublayerExtension!SublayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link mapping /_SublayerExtension!SublayerExtension.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerListSettings":{"$ref":"#/definitions/LayerListSettingsProperties","description":"See\n{@link mapping /_SublayerExtension!SublayerExtension.layerListSettings}."},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link mapping /_SublayerExtension!SublayerExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"sublayer":{"anyOf":[{"$ref":"#/definitions/SublayerLike"},{"$ref":"#/definitions/SublayerProperties"}],"description":"See {@link mapping /_SublayerExtension!SublayerExtension.sublayer}."},"sublayerExtensions":{"description":"See\n{@link mapping /_SublayerExtension!SublayerExtension.sublayerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"$ref":"#/definitions/SublayerExtension"}]},"type":"array"},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."},"visibilityMode":{"$ref":"#/definitions/VisibilityMode","description":"See {@link mapping /_SublayerExtension!SublayerExtension.visibilityMode}."}},"type":"object"},"SublayerExtensionPropertiesItem":{"allOf":[{"$ref":"#/definitions/SublayerExtensionProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^sublayer-extension$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SublayerLike":{"description":"Base interface for Esri sublayer classes."},"SublayerPresetJson":{"description":"Sublayer preset properties with a sublayer reference."},"SublayerProperties":{"description":"Properties that can be specified for the\n{@link mapping /_SublayerExtension!SublayerExtensionProperties.sublayer}\nproperty.","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\n{@link mapping /_SublayerExtension!SublayerExtension.create}.","type":"string"},"defaultVisibility":{"description":"Default visibility of the layers in the map service.","type":"boolean"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"An object that provides interactive filters."},"disablePopup":{"description":"Indicates whether to allow a client to ignore the popups defined on the\nlayer. The popupInfo object could be saved in the map or item.","type":"boolean"},"featureSet":{"$ref":"#/definitions/FeatureSetJson","description":"A featureSet object containing the geometry and attributes of the\nfeatures in the layer. Used with feature collections only."},"field":{"$ref":"#/definitions/FieldJson","description":"Information about each field in a layer.\n\nNOTE: This is how it's typed and documented in the web map spec, but is\nalmost certainly total nonsense."},"id":{"description":"A number indicating the index position of the layer in the WMS or map\nservice.","type":["string","number"]},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"An array of LayerDefinition objects defining the attribute schema and\ndrawing information for the layer."},"layerUrl":{"description":"A URL to a service that should be used for all queries against the layer.\nUsed with hosted tiled map services on ArcGIS Online when there is an\nassociated feature service that allows for queries.","type":"string"},"maxScale":{"description":"Represents the maximum scale at which the layer definition will be\napplied.","type":"number"},"minScale":{"description":"Represents the minimum scale at which the layer definition will be\napplied.","type":"number"},"name":{"description":"(Deprecated, use title instead.) A name for the layer.","type":"string"},"nextObjectId":{"description":"Iterates within a feature set. Number objectId value is incremented +1\nbased on last Object ID defined for the feature in a feature set.","type":"number"},"parentLayerId":{"description":"If working with nested layers, this is the numeric value indicating the\nlayer id of the next layer (parent) directly above the current referenced\nlayer.","type":"number"},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"A popupInfo object defining the pop-up window content for the layer."},"showLegend":{"description":"Indicates whether to allow map authors the ability to control what layers\nshould be shown in a client's legend.","type":"boolean"},"subLayerIds":{"description":"If the layer is a parent layer, it will have one or more sub layers\nincluded in an array.","items":{"type":"number"},"type":"array"},"title":{"description":"A user-friendly title for the layer that can be used in a table of\ncontents.","type":"string"}},"type":"object"},"SublayerReference":{"description":"Matches an existing sublayer in a layer."},"SubtypeGroupLayerJson":{"description":"SubtypeGroupLayer provides the ability to organize several sublayers into one\ncommon layer. Suppose there are several FeatureLayers that all represent\nwater features in different dimensions. For example, wells (points), streams\n(lines), and lakes (polygons). The SubtypeGroupLayer provides the\nfunctionality to treat them as one layer called Water Features even though\nthey are stored as separate feature layers.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/subtypeGroupLayer/}."},"TableExtension":{"description":"Extends the capabilities of an table object (represented by an ArcGIS\n`FeatureLayer` object)."},"TableExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /_TableExtension!TableExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"hyperlinks":{"description":"See {@link data /FeatureSource!FeatureSource.hyperlinks}.","items":{"anyOf":[{"$ref":"#/definitions/HyperlinkProperties"},{"$ref":"#/definitions/Hyperlink"}]},"type":"array"},"iconUrl":{"description":"See {@link data /FeatureSource!FeatureSource.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onAddFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onAddFeature}."},"onEditFeature":{"$ref":"#/definitions/Action","description":"See {@link data /FeatureSource!FeatureSource.onEditFeature}."},"relationships":{"description":"See {@link data /_TableExtension!TableExtension.relationships}.","items":{"anyOf":[{"$ref":"#/definitions/Relationship"},{"$ref":"#/definitions/RelationshipProperties"}]},"type":"array"},"schema":{"$ref":"#/definitions/SchemaProperties","description":"See {@link data /FeatureSource!FeatureSource.schema}."},"table":{"anyOf":[{"$ref":"#/definitions/esri.FeatureLayer"},{"$ref":"#/definitions/TableProperties"}],"description":"See {@link data /_TableExtension!TableExtension.table}."},"taskSettings":{"$ref":"#/definitions/TaskSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.taskSettings}."}},"type":"object"},"TableProperties":{"description":"Properties that can be specified for the\n{@link data /_TableExtension!TableExtensionProperties.table} property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'.","enum":["Create","Delete","Editing","Query","Update"],"type":"string"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/FormInfoJson","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See {@link data /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See {@link data /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See {@link data /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See {@link data /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See {@link data /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See {@link data /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See {@link data /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See {@link data /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See {@link data /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TaskbarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a taskbar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TaskbarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TaskbarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^taskbar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbolJson":{"description":"Text symbols are used to add text to a feature (labeling).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/esriTS_symbol/}."},"TiledElevationServiceLayerJson":{"description":"ElevationLayer is a tile layer used for rendering elevation in web scenes. A\ndefault world elevation layer can be added to the map by setting the map's\nground property to world-elevation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/elevationLayer/}."},"TiledImageServiceLayerJson":{"description":"An ArcGIS Tiled Image Service layer displays map content from an ArcGIS\nServer Image service that has been cached (tiled).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledImageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledImageServiceLayer/}."},"TiledMapServiceLayerJson":{"description":"An ArcGIS Tiled Map Service layer displays map content from an ArcGIS Server\nMap service that has been cached (tiled).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledMapServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledMapServiceLayer/}."},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references."},"TypeJson":{"description":"Types contain information about the combinations of attributes allowed for\nfeatures in the dataset. Each feature in the dataset can have a type,\nindicated in its typeIdField, which is used in LayerDefinition.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/type/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/type/}."},"UIDensity":{"description":"Specifies the visual density of components in the application."},"UpdateFeatureModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an update feature component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UpdateFeatureModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UpdateFeatureModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^update-feature$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"VectorTileLayerJson":{"description":"A vector tile layer references a set of web-accessible vector tiles and the\ncorresponding style for how those tiles should be drawn.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/vectorTileLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/vectorTileLayer/}."},"VertigisMobileBuildProperties":{"description":"The application build settings for a specific platform.","properties":{"appIcon":{"description":"The icon to use for the app.","type":"string"},"appName":{"description":"The name of the app.","type":"string"},"identity":{"description":"The app's identity.","type":"string"},"version":{"description":"The app's version.","type":"string"}},"type":"object"},"VertigisMobileModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for the Vertigis Mobile application.","properties":{"arcgisRuntimeLicenseKey":{"description":"The ArcGIS runtime license key.","type":"string"},"buildSettings":{"$ref":"#/definitions/BuildSettingsProperties","description":"The application build settings for the different platforms."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onInitialized":{"$ref":"#/definitions/Action","description":"Action to be triggered when viewer initialization is complete."},"onInitializing":{"$ref":"#/definitions/Action","description":"Action to be triggered on viewer initialization before layout selection."},"privacyPolicyUrl":{"description":"A privacy policy URL.","type":"string"},"remoteConfigUrl":{"description":"An optional URL specifying the endpoint of a Portal app item containing\nthe latest version of the app configuration. Upon launching the VertiGIS\nStudio Mobile Viewer, the referenced remote app configuration will be\ndownloaded and loaded if it is more recent than the embedded or cached\napp configuration.","type":"string"},"version":{"description":"The version of VertiGIS Studio Mobile that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisMobileModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisMobileModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geocortex-mobile-viewer$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ViewMode":{"description":"Viewing mode for a map (2D map or 3D scene)."},"ViewSyncConstraints":{"description":"Properties that specify constant values for the map/scene's viewpoint, while\nit is being synchronized with another map."},"ViewpointJson":{"description":"Describes a point of view for a 2D or 3D view. In a 2D view, the viewpoint is\ndetermined using a center point and scale value. In a 3D view, it is\ndetermined using a camera position. The Viewpoint can be bookmarked for later\nuse, or used for navigation purposes.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/viewpoint/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/viewpoint/}."},"VisibilityMode":{},"WFSLayerJson":{"description":"OGC Web Feature Service (WFS) is a dynamic feature service that follows the\nspecifications of OGC.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/wfsLayer/}\nand\n{@link https://developers.arcgis.com/web-scene-specification/objects/wfsLayer/}."},"WMSLayerJson":{"description":"A layer consuming a Web Map Service (WMS). The WMS specification is an\ninternational specification for serving and consuming dynamic maps on the\nweb. For additional information on publishing WMS services, please see the\nArcGIS Server help.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/wmsLayer/}."},"WebMapLike":{"description":"A web map definition or reference."},"WebSceneLike":{"description":"A web scene definition or reference."},"WebTileLayerJson":{"description":"A tile layer is a derived from a set of web-accessible tiles which reside on\na server. The tiles are accessed by a direct URL request from the web\nbrowser. Because the tiles in a tile layer are not available as a service,\nthey must be in a specific format for a web app such as the ArcGIS.com map\nviewer to display the layer on a map.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/tiledLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tiledLayer/}."},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.Feature":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.Geometry":{},"esri.Layer":{},"esri.Map":{},"esri.Popup":{},"esri.PopupTemplate":{},"esri.Portal":{},"esri.PortalItem":{"properties":{"access":{"description":"Indicates the level of access to this item: `private`, `shared`, `org`, or `public`.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access)","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation)","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey)","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating)","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories)","items":{"type":"string"},"type":"array"},"created":{"description":"The date the item was created.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created)","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture)","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description)","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent)"},"groupCategories":{"description":"An array of group categories set on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories)","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id)","type":"string"},"initialized":{"type":"boolean"},"isLayer":{"description":"Indicates whether a layer can be created from this item using [Layer.fromPortalItem()](esri-layers-Layer.html#fromPortalItem).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer)","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong to the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem)","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl)","enum":["admin","null","update"],"type":"string"},"itemPageUrl":{"description":"The URL to the [Item page](https://doc.arcgis.com/en/arcgis-online/manage-data/item-details.htm) on the portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl)","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl)","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo)","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"not-loaded\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)","description":"Represents the status of a [load](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#load) operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadWarnings)","items":{},"type":"array"},"loaded":{"default":"false\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded)","description":"Indicates whether the item's resources have loaded from the portal.","type":"boolean"},"modified":{"description":"The date the item was last modified.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified)","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name)","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments)","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings)","type":"number"},"numViews":{"description":"Number of views on the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews)","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner)","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder)","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal)"},"screenshots":{"default":"null\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots)","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size)","type":"number"},"snippet":{"description":"A summary description of the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet)","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON)"},"tags":{"description":"User defined tags that describe the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags)","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl)","type":"string"},"title":{"description":"The title for the item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title)","type":"string"},"type":{"description":"The GIS content type of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type)","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords)","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url)","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","created","culture","declaredClass","description","destroyed","extent","groupCategories","id","initialized","isLayer","isOrgItem","itemControl","itemPageUrl","itemUrl","licenseInfo","loadError","loadStatus","loadWarnings","loaded","modified","name","numComments","numRatings","numViews","owner","ownerFolder","portal","screenshots","size","snippet","sourceJSON","tags","thumbnailUrl","title","type","typeKeywords","url"],"type":"object"},"esri.PortalItemApplicationProxies":{"properties":{"proxyId":{"description":"The proxy ID registered in ArcGIS Online or ArcGIS Enterprise Portal.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"proxyUrl":{"description":"The proxy URL for the source URL.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"},"sourceUrl":{"description":"The URL of the premium map service layer.\n\n[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies)","type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SpatialReference":{},"esri.Symbol":{},"esri.Viewing":{},"esri.Viewpoint":{},"layer-preset.LayerPreset.LayerPreset":{"description":"A LayerPreset that can be applied to a map or a map extension."},"layer-preset.LayerPreset.LayerPresetProperties":{"description":"Properties that can be passed into the constructor for\n{@link layer-preset /LayerPreset!LayerPreset}.","properties":{"basemap":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","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 {@link layer-preset /LayerPreset!LayerPreset.basemap}."},"basemapOptions":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapProperties"},{"enum":["dark-gray","dark-gray-vector","gray","gray-vector","hybrid","hybrid-vector","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 {@link layer-preset /LayerPreset!LayerPreset.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.icon}.","type":"string"},"iconUrl":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.iconUrl}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layers":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.layers}.","items":{"$ref":"#/definitions/LayerPresetJson"},"type":"array"},"title":{"description":"See {@link layer-preset /LayerPreset!LayerPreset.title}.","type":"string"}},"type":"object"}},"description":"Configuration for a VertiGIS Studio App. An App is a portable format for\ndescribing the items and settings used by VertiGIS Studio applications. Items\nthat are defined within an App (e.g. menus, layer extensions, web maps, etc.)\ncan be retrieved by loading the App configuration into an {@link AppContainer}\nand using its {@link AppContainer.get} method.","properties":{"failureModes":{"additionalProperties":{"$ref":"#/definitions/FailureMode"},"description":"User-defined failure modes for particular items. Items are referenced by\nitem uri.","type":"object"},"import":{"description":"Specifies zero or more App configurations that are imported into this\none.\n\nImports are processed in the order specified, followed by items and\nsettings that are locally defined in this AppConfig. If the same item is\ndefined multiple times, then the items' properties will get merged in\nsuch a way that the later definitions will override earlier ones.\nSimilarly if a setting is defined several times, then the most recent\ndefinition wins.","items":{"type":"string"},"type":"array"},"items":{"description":"The set of items defined in the App (order is irrelevant).","items":{"anyOf":[{"$ref":"#/definitions/ItemConfig"},{"$ref":"#/definitions/BasemapExtensionPropertiesItem"},{"$ref":"#/definitions/FeaturePropertiesItem"},{"$ref":"#/definitions/FieldExtensionPropertiesItem"},{"$ref":"#/definitions/FeatureSetPropertiesItem"},{"$ref":"#/definitions/FeatureListPropertiesItem"},{"$ref":"#/definitions/GeocoderPropertiesItem"},{"$ref":"#/definitions/GroundExtensionPropertiesItem"},{"$ref":"#/definitions/LanguageResourcesPropertiesItem"},{"$ref":"#/definitions/LayerExtensionPropertiesItem"},{"$ref":"#/definitions/MapExtensionPropertiesItem"},{"$ref":"#/definitions/MenuPropertiesItem"},{"$ref":"#/definitions/MenuItemPropertiesItem"},{"$ref":"#/definitions/RelationshipPropertiesItem"},{"$ref":"#/definitions/SublayerExtensionPropertiesItem"},{"$ref":"#/definitions/ArcGISServiceTableExtensionPropertiesItem"},{"$ref":"#/definitions/MapPropertiesItem"},{"$ref":"#/definitions/AnalyticsModelPropertiesItem"},{"$ref":"#/definitions/BasemapPickerModelPropertiesItem"},{"$ref":"#/definitions/BookmarksModelPropertiesItem"},{"$ref":"#/definitions/BrandingModelPropertiesItem"},{"$ref":"#/definitions/CompassModelPropertiesItem"},{"$ref":"#/definitions/CoordinateModelPropertiesItem"},{"$ref":"#/definitions/DialogModelPropertiesItem"},{"$ref":"#/definitions/ExpandModelPropertiesItem"},{"$ref":"#/definitions/FeatureDetailsModelPropertiesItem"},{"$ref":"#/definitions/GeolocationModelPropertiesItem"},{"$ref":"#/definitions/HighlightModelPropertiesItem"},{"$ref":"#/definitions/ImageModelPropertiesItem"},{"$ref":"#/definitions/LayerListModelPropertiesItem"},{"$ref":"#/definitions/LayerPresetsModelPropertiesItem"},{"$ref":"#/definitions/LayoutPropertiesItem"},{"$ref":"#/definitions/LegendModelPropertiesItem"},{"$ref":"#/definitions/LicensingModelPropertiesItem"},{"$ref":"#/definitions/MapCoordinatesModelPropertiesItem"},{"$ref":"#/definitions/MapModelPropertiesItem"},{"$ref":"#/definitions/MenuModelPropertiesItem"},{"$ref":"#/definitions/PanelModelPropertiesItem"},{"$ref":"#/definitions/RegionModelPropertiesItem"},{"$ref":"#/definitions/ResultsModelPropertiesItem"},{"$ref":"#/definitions/ScalebarModelPropertiesItem"},{"$ref":"#/definitions/SearchModelPropertiesItem"},{"$ref":"#/definitions/SplitModelPropertiesItem"},{"$ref":"#/definitions/StackModelPropertiesItem"},{"$ref":"#/definitions/TextModelPropertiesItem"},{"$ref":"#/definitions/UserModelPropertiesItem"},{"$ref":"#/definitions/WorkflowModelPropertiesItem"},{"$ref":"#/definitions/WorkflowEventsPropertiesItem"},{"$ref":"#/definitions/ZoomModelPropertiesItem"},{"$ref":"#/definitions/AddFeatureModelPropertiesItem"},{"$ref":"#/definitions/AddRelatedFeatureModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/EventListenerModelPropertiesItem"},{"$ref":"#/definitions/VertigisMobileModelPropertiesItem"},{"$ref":"#/definitions/GeometryToolbarModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSelectionModelPropertiesItem"},{"$ref":"#/definitions/GnssDeviceSettingsModelPropertiesItem"},{"$ref":"#/definitions/GnssMetadataModelPropertiesItem"},{"$ref":"#/definitions/OfflineModelPropertiesItem"},{"$ref":"#/definitions/PortalExtensionSettingsPropertiesItem"},{"$ref":"#/definitions/ScrollModelPropertiesItem"},{"$ref":"#/definitions/SelectLayerSettingsModelPropertiesItem"},{"$ref":"#/definitions/TaskbarModelPropertiesItem"},{"$ref":"#/definitions/UpdateFeatureModelPropertiesItem"}]},"type":"array"},"schemaVersion":{"description":"The version of the App configuration schema that is being used. Current\nversion is available via the {@link CURRENT_SCHEMA_VERSION} constant.","type":"string"},"settings":{"additionalProperties":{"type":["string","number","boolean"]},"description":"User-defined settings. These can be referenced via URIs in the form\nsetting://setting-name.","type":"object"},"title":{"description":"A human-readable name for the App.","type":"string"}},"required":["schemaVersion"],"type":"object"}