@vertigis/viewer-spec 60.4.0 → 60.5.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."},"AddressModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an address component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"AddressModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddressModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^address$","type":"string"},"id":{"description":"The item's ID. No two items of the 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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"}]},"AreaMeasurementUnits":{"description":"The units for area measurements supported by ArcGIS."},"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"},"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"},"showInfoIcon":{"description":"Whether the info icon should be shown in the basemap picker.","type":"boolean"},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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":"Properties for the branding service.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"applicationName":{"description":"The name to be used as the application name.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"favIcon":{"description":"A link to an icon or png to be used as the application favIcon.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"splashScreenSettings":{"$ref":"#/definitions/SplashScreenModelProperties","description":"The splash screen configuration options."},"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."},"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/}."},"CIMSymbolReferenceJson":{"description":"Represents a symbol reference that contains a CIM symbol. More properties and\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md,\nhttps://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}."},"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/}."},"CardSize":{"description":"Specifies what card size a results list component should use to display\nresult items."},"ChartModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a chart component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"highchartsModules":{"description":"An optional list of highcharts modules that will be utilized by your\ncharts configuration.","items":{"$ref":"#/definitions/HighChartsModule"},"type":"array"},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"results":{"$ref":"#/definitions/FeatureSetProperties","description":"The set of features contained by the chart model. This property is only\nserialized into saved projects. Web only."},"template":{"$ref":"#/definitions/highcharts.highcharts.Options","description":"The chart template. This is based on Highcharts config defined at\nhttps://api.highcharts.com/highcharts/\nwith support for arcade expressions in the following syntax:\n```.\n{\n \"$script\": \"arcade expression\"\n \"$source\": \"item://layer-extension/id\"\n}\n```.\n\nThe Arcade script supports basic arcade functionality as well as operations\nthat target Arcade feature sets. The charts features from the specified source\nwill be available to the arcade script as a $features global variable.\n\nThe source specified can be any configured app item that can produce features\nex:\n```.\n Item://layer-extension/id\n item://table-extension/id\n item://workflow/id\n```.\n\nOur config also supports callbacks with the following syntax\nex:\n```\n {\n ...,\n events: {\n click: {@link Action}\n }\n }\n```\nThe action will be executed with the event argument provided by Highcharts."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"required":["template"],"type":"object"},"ChartModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ChartModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^chart$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ColorConfig":{"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":"A color."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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."},"CoordinateFormat":{"description":"The format in which a map coordinate could be displayed."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"activeCoordinateOption":{"description":"The ID of the active coordinate option being used in the application.\nDefaults to the first item in the list of coordinateOptions.","type":"string"},"coordinateOptions":{"description":"A list of configuration options for displaying map coordinates in the\napplication.","items":{"$ref":"#/definitions/CoordinateOptionProperties"},"type":"array"},"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"}]},"CoordinateOptionProperties":{"description":"Options for configuring the display of map coordinates.","properties":{"format":{"$ref":"#/definitions/CoordinateFormat","description":"The format to display map coordinates in."},"id":{"description":"The unique ID of the Coordinate Option.","type":"string"},"precision":{"description":"For LAT_LONG and XY coordinate formats, this property depicts the number\nof decimal places displayed. For MGRS and USNG coordinate formats, this\nproperty depicts the precision of the coordinates using an integer\nbetween 0 and 8 (inclusive). This Value is ignored by UTM coordinate\nformats. The default values for coordinate formats are as follows:\nLAT_LONG=4, XY=2, MGRS=5, and USNG=5.","type":"number"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference to display map coordinates in. If this property is\nnot defined, the spatial reference of the map will be used."},"title":{"description":"The display name of the CoordinateOption.","type":"string"}},"required":["format","id","title"],"type":"object"},"DataLinkSourceProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Data Link source.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"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":"URL to an icon that represents this layer.","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":"The title of the data link source.","type":"string"}},"type":"object"},"DataLinkSourcePropertiesItem":{"allOf":[{"$ref":"#/definitions/DataLinkSourceProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^data-link$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"DrawModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the draw service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"lineSymbol":{"anyOf":[{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/SimpleLineSymbolJson"}],"description":"The symbol used to draw line markup."},"lineSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/LineSymbol3DJson"}],"description":"The symbol used to draw 3D line markup."},"pointSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"}],"description":"The symbol used to draw point markup."},"pointSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/PointSymbol3DJson"}],"description":"The symbol used to draw 3D point markup."},"polygonSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureFillSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"}],"description":"The symbol used to draw polygon markup."},"polygonSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"The symbol used to draw 3D polygon markup."},"showOnlySymbolPresets":{"description":"Shows only symbol presets and no fine-grain controls when a symbol is\nbeing edited. If no symbol presets are configured, this property is\nignored.","type":"boolean"},"symbolPresets":{"description":"A list of SymbolPresets that can be assigned to graphics.","items":{"$ref":"#/definitions/SymbolPresetProperties"},"type":"array"},"synced":{"description":"Whether draw syncing is enabled. If enabled, draw syncing will propagate\nall graphics drawn on any map to all other maps in the layout.","type":"boolean"},"textSymbol":{"anyOf":[{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/TextSymbolJson"}],"description":"The symbol used to draw text markup."}},"type":"object"},"DrawModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DrawModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^draw$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"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":{"enableOneToOneAttributeDisplay":{"description":"Whether or not the attributes from all one-to-one related records in a\nfeature will display as if they part of the feature. All one-to-one\nrelated records will also not display in the Related Records section\nwhile this is enabled. Defaults to true. Web only.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"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"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"onFeatureAdd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is added into the\ncollection."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when an interactive feature\nediting session begins."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureRemove":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is removed from\nthe collection."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"onRelatedRecordClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a related record is clicked.\nThe related Feature is passed in as the argument for the command(s)."},"results":{"$ref":"#/definitions/FeatureListProperties","description":"The set of features contained by the feature-details model. This property\nis only serialized into saved projects. Web only."},"showDeleteButton":{"description":"If true, the feature details instance will show a button that deletes the\nfeature permanently.","type":"boolean"},"showEditButton":{"description":"If true, the feature details instance will show a button that runs the\naction that places the feature in edit mode.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"FeatureJson":{"description":"Contains information about an attribute field and feature geometry.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/feature/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/feature/}."},"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.Extent"},{"$ref":"#/definitions/esri.Multipoint"},{"$ref":"#/definitions/esri.Point"},{"$ref":"#/definitions/esri.Polygon"},{"$ref":"#/definitions/esri.Polyline"},{"$ref":"#/definitions/esri.Mesh"},{"$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}."},"visible":{"description":"<not in spec>.","type":"boolean"}},"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 /format/formats!DateFormat} constant, or a custom date\nformat string.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a\n{@link utilities /format/formats!NumberFormat} constant, or a custom number\nformat string.","type":"string"},"timeFormat":{"description":"The default format for time values. Either a\n{@link utilities /format/formats!DateFormat} constant, or a custom time\nformat string.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"Function":{},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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."},"GeometryModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the geometry service.","properties":{"bufferDistance":{"description":"The default distance value for buffer operations. The default units are\nbased on the application's measurement system: \"meters\" for metric,\notherwise \"yards\".","type":"number"},"bufferUnits":{"$ref":"#/definitions/LengthUnits","description":"The default distance units for buffer operations. The default is 100."},"geometryServiceUrl":{"description":"The URL for the external geometry service that's used for calculations\nthat can't be done client-side.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isGeodesic":{"description":"Whether or not geodesic buffers are performed. The default is true. If\nset to false, buffers will be planar.","type":"boolean"}},"type":"object"},"GeometryModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-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"}]},"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/}."},"HighChartsModule":{"description":"Modules that enable additional functionality in HighCharts."},"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.PictureFillSymbol"},{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/esri.CIMSymbol"},{"$ref":"#/definitions/esri.LabelSymbol3D"},{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/esri.MeshSymbol3D"},{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/esri.WebStyleSymbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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.PictureFillSymbol"},{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/esri.CIMSymbol"},{"$ref":"#/definitions/esri.LabelSymbol3D"},{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/esri.MeshSymbol3D"},{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/esri.WebStyleSymbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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#","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"},"lastViewed":{"description":"The date/time the item was last accessed in UNIX format (in\nmilliseconds).","type":"number"},"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"},"Iterable":{},"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/}."},"KpiCardConditionModelProperties":{"description":"Conditional configuration that is applied when the given expression is true.","properties":{"backgroundColor":{"$ref":"#/definitions/ColorConfig","description":"The background color to use if the condition is true."},"bottom":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the bottom section if the condition is true."},"expression":{"description":"The Arcade expression to evaluate. If the return value is \"truthy\", the\nconfiguration in this condition will take effect.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"middle":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the middle section if the condition is true."},"top":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the top section if the condition is true."}},"type":"object"},"KpiCardModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a KPI card component.","properties":{"backgroundColor":{"$ref":"#/definitions/ColorConfig","description":"The background color for the KPI card. If not specified, the branding\ntheme color will be used."},"bottom":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the bottom section."},"conditions":{"description":"A set of conditions to evaluated. If a condition's expression is true,\nits configuration will take effect. For any given configuration property,\nconditions that appear earlier in this list will take precedence over\nones that come later.","items":{"$ref":"#/definitions/KpiCardConditionModelProperties"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"middle":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the middle section."},"reference":{"description":"A reference value to use for comparison. This is available as a\npredefined `reference` variable within Arcade expressions.","type":"number"},"referenceExpression":{"description":"When `referenceType` is \"statistic\", this Arcade expression will be used\nto calculate the reference value.","type":"string"},"referenceType":{"$ref":"#/definitions/ReferenceType","description":"The type of reference to use."},"results":{"$ref":"#/definitions/FeatureSetProperties","description":"The set of features contained by the kpi-card model. This property is\nonly serialized into saved projects. Web only."},"source":{"description":"The feature source (e.g. layer, sublayer, table, etc.) that this KPI card\nis associated with.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"top":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the top section."},"value":{"description":"The initial KPI value. Normally this is computed from `valueExpression`\nrather than set directly.","type":"number"},"valueExpression":{"description":"An Arcade expression that calculates the KPI value from a feature set.\nThe feature set is made available via a `$features` variable that is\navailable for use within the expression.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"KpiCardModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/KpiCardModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^kpi-card$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"KpiCardSectionModelProperties":{"description":"Configuration for a specific section of a KPI card (top, middle, or bottom).","properties":{"color":{"$ref":"#/definitions/ColorConfig","description":"The foreground color to use for the text and icon. If undefined, it will\nuse the theme's color."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Format settings that affect how numbers and dates are formatted. Any\nsetting that isn't specified will use the equivalent setting in the\nregion service by default."},"icon":{"description":"The ID of the icon to display in this section, or undefined to show no\nicon.","type":"string"},"size":{"$ref":"#/definitions/KpiCardSectionSize","description":"The size of the text and icon."},"text":{"description":"The text to display for this section. The text can contain embedded\nArcade expressions, surrounded by braces (\"{\" and \"}\").","type":"string"}},"type":"object"},"KpiCardSectionSize":{"description":"Determines how large the text and icon are for a KPI card section."},"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"}]},"LayerComparisonDirection":{"description":"Direction in which the layer-comparison bar can slide."},"LayerComparisonLabelPosition":{"description":"The position of the label relative to the slider bar."},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/BuildingSceneLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/CSVLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledElevationServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/FeatureLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GeoJSONLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GeoRSSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GroupLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/KMLLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/MediaLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/MapServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/PointCloudLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/SceneLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/StreamLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/VectorTileLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WebTileLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WFSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WMSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/OpenStreetMapLayerJson"},{"$ref":"#/definitions/__type"}]}],"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#","properties":{"canReorder":{"description":"Whether or not the layer list will allow the drawing order of layers to\nbe changed. Defaults to true.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"layerActions":{"description":"A reference to a Menu containing layer actions (menu items that take a\nlayer as context).","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item is clicked."},"onHover":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item is moused-over."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item has finished\nthe moused-over event."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"LengthMeasurementUnits":{"description":"The units for length measurements supported by ArcGIS."},"LengthUnits":{"description":"The units for distance buffers supported by ArcGIS."},"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":{},"Map3dToggleModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a 3D toggle component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"Map3dToggleModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/Map3dToggleModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-3d-toggle$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"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#","properties":{"coordinateFormat":{"$ref":"#/definitions/CoordinateFormat","description":"The coordinate format that is displayed. The default is XY."},"decimalPlacesLatLong":{"description":"The number of decimal places displayed for LAT_LONG coordinate formats.\nThe value must be an integer between 0 and 8 (inclusive). The default is\n4.","type":"number"},"decimalPlacesXY":{"description":"The number of decimal places displayed for the XY coordinate format. The\nvalue must be an integer between 0 and 8 (inclusive). The default is 2.","type":"number"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"precisionMGRS":{"description":"The precision with which to represent the coordinates, when using the\nMGRS format. The value must be an integer between 0 and 8 (inclusive).\nThe default is 5.","type":"number"},"precisionUSNG":{"description":"The precision with which to represent the coordinates, when using the\nUSNG format. The value must be an integer between 0 and 8 (inclusive).\nThe default is 5.","type":"number"},"showCoordinateFormats":{"description":"Whether or not the corresponding component should render the coordinate\nformat selector. The default is true.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/Bookmark"},{"$ref":"#/definitions/BookmarkProperties"}]},"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.LayerPreset"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"}],"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#","description":"Properties for configuring a MapModel.","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}."},"contextMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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"},{"$ref":"#/definitions/Symbol"}],"description":"The symbology for the map's context menu marker."},"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}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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}."},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"layerComparisonDirection":{"$ref":"#/definitions/LayerComparisonDirection","description":"The direction in which the layer-comparison bar slides. 'horizontal'\npositions the leading layers on the left and trailing layers on the\nright; 'vertical' positions the leading layers on the top and the\ntrailing layers on the bottom."},"layerComparisonFlattenLayers":{"description":"Whether or not group layer children and sublayers are included in\nleading/trailing layers selection. The default is false.","type":"boolean"},"layerComparisonIsActive":{"description":"Whether or not the layer-comparison tool is active on the map.","type":"boolean"},"layerComparisonIsConfigurable":{"description":"Whether or not the leading and trailing layers are configurable from the\nlabel buttons on the map. The default is true.","type":"boolean"},"layerComparisonLabelPosition":{"$ref":"#/definitions/LayerComparisonLabelPosition","description":"The position of the label relative to the slider bar. The default is\n\"start\"."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"leadingLayers":{"description":"Layers used within the map's layer-comparison tool, positioned on the\nleft if the layer-comparison orientation is 'horizontal' or on the top if\nthe layer-comparison orientation is 'vertical'.","items":{"type":"string"},"type":"array"},"leadingLayersLabel":{"description":"The label shown on the map for the leading layers, when the\nlayer-comparison tool is active.","type":"string"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"markupGraphics":{"description":"The markup graphics currently present on the map. This property is only\nserialized to saved projects.","items":{"$ref":"#/definitions/FeatureJson"},"type":"array"},"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}."},"pulseNewStreamFeatures":{"description":"Whether or not to pulse new features that are dynamically added to the\nmap's stream layers. The default is false.","type":"boolean"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"snappingConfiguration":{"$ref":"#/definitions/SnappingProperties","description":"Specify the configuration to be used for snapping during drawing and\nediting when enabled."},"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"},"topologyConfiguration":{"$ref":"#/definitions/TopologyProperties","description":"Specify the configuration to be used for topology during drawing and\nediting, when enabled."},"trailingLayers":{"description":"Layers used within the map's layer-comparison tool, positioned on the\nright if the layer-comparison orientation is 'horizontal' or on the\nbottom if the layer-comparison orientation is 'vertical'.","items":{"type":"string"},"type":"array"},"trailingLayersLabel":{"description":"The label shown on the map for the trailing layers, when the\nlayer-comparison tool is active.","type":"string"},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"The viewpoint of the map. This property is only serialized to saved\nprojects."},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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/}."},"MeasurementModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create and config a MeasurementModel.","properties":{"areaUnits":{"$ref":"#/definitions/AreaMeasurementUnits","description":"The units used when creating measurement labels for polygons. When left\nundefined, measurement units will be intelligently assigned based on the\nlocale. The default is undefined."},"decimalPlaces":{"description":"The number of decimal places to use in measurement labels. The default is\n2.","type":"number"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isGeodesic":{"description":"Whether measurements are geodesic. The default is true. If set to false,\nmeasurements will be planar.","type":"boolean"},"lengthUnits":{"$ref":"#/definitions/LengthMeasurementUnits","description":"The units used when creating measurement labels for polylines. When left\nundefined, measurement units will be intelligently assigned based on the\nlocale. The default is undefined."},"lineSymbol":{"anyOf":[{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/SimpleLineSymbolJson"}],"description":"The symbol used to draw line markup."},"lineSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/LineSymbol3DJson"}],"description":"The symbol used to draw 3D line markup."},"pointSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"}],"description":"The symbol used to draw point markup."},"pointSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/PointSymbol3DJson"}],"description":"The symbol used to draw 3D point markup."},"polygonSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureFillSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"}],"description":"The symbol used to draw polygon markup."},"polygonSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"The symbol used to draw 3D polygon markup."},"showOnlySymbolPresets":{"description":"Shows only symbol presets and no fine-grain controls when a symbol is\nbeing edited. If no symbol presets are configured, this property is\nignored.","type":"boolean"},"symbolPresets":{"description":"A list of SymbolPresets that can be assigned to graphics.","items":{"$ref":"#/definitions/SymbolPresetProperties"},"type":"array"},"textSymbol":{"anyOf":[{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/TextSymbolJson"}],"description":"The symbol used to draw text markup."}},"type":"object"},"MeasurementModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MeasurementModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^measure$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"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/."},"MediaLayerJson":{"description":"The MediaLayer is used to add image and video elements to the map at a\nspecified geographic location. This layer can be used to display old scanned\nmaps, weather data, satellite imagery, aerial and drone images, fantasy\nimages and video feedback, etc. The geographic location of the image or video\ncan be set using the extent and rotation, corner points or control points.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer/}."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a {@link menus /Menu!Menu}.","properties":{"__isObservable":{"const":true,"type":"boolean"},"_action":{"$ref":"#/definitions/Action"},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_assignPropertiesPromises":{"default":[],"items":{"$ref":"#/definitions/Promise"},"type":"array"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_esriProps":{"$ref":"#/definitions/Map"},"_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"},"_onWatchPaths":{"$ref":"#/definitions/Map"},"_submenu":{"$ref":"#/definitions/Menu"},"_subscribedPaths":{"$ref":"#/definitions/Map"},"_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":["__isObservable","_action","_alternate","_assignPropertiesPromises","_description","_destroyPromise","_esriProps","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_onWatchPaths","_submenu","_subscribedPaths","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemModelProperties":{"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}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemModelProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"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/}."},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/."},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"PrintFormModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a print form component.","properties":{"additionalMapOverview":{"$ref":"#/definitions/WebMapLike","description":"Web map used as overview map in the print layout; defaults to application\nmap if not set."},"additionalMapOverviewPage":{"$ref":"#/definitions/WebMapLike","description":"Web map used as overview page map in the print layout; defaults to\napplication map if not set."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"gridPrintEnabled":{"description":"Whether the grid print type should be enabled.","type":"boolean"},"grids":{"description":"The spatial reference grids to choose from.","items":{"$ref":"#/definitions/SpatialReferenceGrid"},"type":"array"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"linePrintEnabled":{"description":"Whether the line print type should be enabled.","type":"boolean"},"mapOnlyPrintEnabled":{"description":"Whether map only print should be enabled.","type":"boolean"},"resolutions":{"description":"The supported print resolutions to choose from.","items":{"type":"number"},"type":"array"},"scales":{"description":"The supported print scales to choose from.","items":{"type":"number"},"type":"array"},"templates":{"description":"The templates to choose from.","items":{"anyOf":[{"$ref":"#/definitions/PrintTemplateModelProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"PrintFormModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PrintFormModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^print-form$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PrintTemplateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link PrintTemplate}.","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"},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"See {@link ReportBase.portalItem}."},"title":{"description":"See {@link ReportBase.title}.","type":"string"}},"type":"object"},"PrintTemplateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PrintTemplateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^print-template$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PrivacyPolicyInfoProperties":{"description":"Information on how and where to display the privacy policy link.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"location":{"$ref":"#/definitions/PrivacyPolicyLocation","description":"The location in which the privacy policy information should be shown.\nDefaults to user-component and falls back to the app-footer if the\nspecified location is not available."},"markdown":{"description":"Optional markdown that contains additional information. This information\nis shown in a secondary dialog when the location is not the user\ncomponent, or directly in the user component when it is the location.","type":"string"}},"type":"object"},"PrivacyPolicyLocation":{"description":"The privacy policy link location options."},"Promise":{},"ProxyRuleProperties":{"description":"An object specifying a URL that should use a specific proxy.","properties":{"proxyUrl":{"description":"The URL of the proxy.","type":"string"},"urlPrefix":{"description":"The URL prefix of the resources that should be accessed through the given\nproxy.","type":"string"}},"required":["proxyUrl","urlPrefix"],"type":"object"},"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/}."},"ReferenceType":{"description":"Determines how the reference value for a KPI card is calculated. A reference\nis a number to compare against.\n\n- \"none\": No reference value is used for this card.\n- \"previous\": The reference value will reflect the previous KPI value whenever\n it changes. Initially it will be undefined.\n- \"fixed\": A constant value.\n- \"statistic\": A calculated value determined via an Arcade expression (see\n `referenceExpression`)."},"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"}]},"ReportModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link ReportBase}.","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"},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"See {@link ReportBase.portalItem}."},"title":{"description":"See {@link ReportBase.title}.","type":"string"}},"type":"object"},"ReportModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ReportModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^report$","type":"string"},"id":{"description":"The item's ID. No two items of the 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":{"cardSize":{"$ref":"#/definitions/CardSize","description":"The admin preference for the card size used to display the results. The\ndefault is \"standard\". Web only."},"enableOneToOneAttributeDisplay":{"description":"Whether or not the attributes from all one-to-one related records in a\nfeature will display as if they part of the feature. Defaults to false.\nWeb only.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"onDeselect":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group of\nfeatures is deselected. Web only."},"onFeatureAdd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets added."},"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."},"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."},"onHover":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group is\nmoused-over. Web only."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group is has\nfinished the moused-over event. Web only."},"onSelect":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group of\nfeatures is selected. Web only."},"results":{"$ref":"#/definitions/FeatureListProperties","description":"The list of features contained by the results model. This property is\nonly serialized into saved projects. Web only."},"showFilter":{"description":"Whether or not to allow results to be filtered by source. Web only.","type":"boolean"},"showSizeToggle":{"description":"Whether or not to allow the user to change the card size. Web only.","type":"boolean"},"showViewModeToggle":{"description":"Whether or not to allow the user to change feature grouping. Web only.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"viewMode":{"$ref":"#/definitions/ViewMode","description":"The admin preference for the view mode used to display the results. The\ndefault is \"ungrouped\". Web only."},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"ScaleInputModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scale input component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"ScaleInputModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScaleInputModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scale-input$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"showDualUnits":{"description":"Whether or not to show both metric and US customary units at once.","type":"boolean"},"style":{"$ref":"#/definitions/ScalebarStyle","description":"The visual style for the scalebar."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"ScalebarStyle":{"description":"The visual style to set for the scalebar."},"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/FieldExtensionProperties"},{"$ref":"#/definitions/FieldExtension"}]},"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"},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"disableSearchAreaExpansion":{"description":"By default the search area will be expanded to try and return the\nspecified maxResults. Set to true to disable this behavior.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geocoderEnabled":{"description":"This setting is used to indicate if the geocoder should be used by the\nsearch.","type":"boolean"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"maxSuggestions":{"description":"The maximum number of suggestions to show based on the user's input.\nSetting this to 0 will disable suggestions.","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."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"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/}."},"SnappingProperties":{"description":"Global configuration for snapping.","properties":{"enableTooltips":{"description":"Enable a tooltip that shows the name of the layer that has been snapped\nto and the type of the snap target, i.e. vertex or edge. Defaults to\ntrue.","type":"boolean"},"enableUtilityNetworkRules":{"description":"Enable the automatic application of feature class based rules if any\nutility networks are included in the web map.","type":"boolean"},"maxSearchRadius":{"description":"The radius in screen units in which to search for things to snap to\n(these are displayed as guides). Should be larger than snappingRadius.\nDefaults to 150.","type":"number"},"maxSnappingGuides":{"description":"Indicates the maximum number of snapping guides to be displayed at any\ntime. Defaults to 4.","type":"number"},"respectLayerVisibility":{"description":"Indicates that snapping should respect the layer's visibility in the\nlayer list, i.e. if a layer is not checked here it will not be considered\nfor snapping. Defaults to true.","type":"boolean"},"snappingRadius":{"description":"The radius in screen units in which the user will be automatically\nsnapped. Defaults to 25.","type":"number"},"sourceMappings":{"description":"Configuration for snapping sources.","items":{"$ref":"#/definitions/SnappingSourceMapping"},"type":"array"}},"type":"object"},"SnappingSourceMapping":{"description":"Maps snapping source layers to destination layers to be considered."},"SpatialReferenceGrid":{"description":"A spatial reference grid to use for printing."},"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/}."},"SplashScreenModelProperties":{"description":"Properties for the splash screen.","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"},"showSplashScreen":{"description":"Whether to show the splash screen.","type":"boolean"},"splashScreenIcon":{"description":"The splash icon source.","type":"string"},"useApplicationName":{"description":"Whether to use application name on the splash screen.","type":"boolean"}},"type":"object"},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"},"visible":{"description":"Visibility of the sublayer.","type":"boolean"}},"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/}."},"Symbol":{},"SymbolGeometryType":{"description":"The type of geometry that a given symbol can symbolize."},"SymbolLike":{"description":"Symbols supported for drawing."},"SymbolPresetProperties":{"description":"Configuration properties for a SymbolPreset.","properties":{"description":{"description":"A description of the SymbolPreset.","type":"string"},"geometryType":{"$ref":"#/definitions/SymbolGeometryType","description":"The geometry type associated with the symbol."},"id":{"description":"The unique ID.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolLike","description":"The Symbol."},"title":{"description":"The title of the the SymbolPreset.","type":"string"}},"required":["symbol","title"],"type":"object"},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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."},"TabsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a tabs component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"TabsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TabsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^tabs$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"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"},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"TopologyProperties":{"description":"Configuration for topological editing and sketching.","properties":{"coincidentRadius":{"description":"A multiplier of the distance tolerance associated with the map's spatial\nreference, which will be used to calculate a 'coincident distance'\nthreshold. Geometries that fall within the coincident distance of each\nother will qualify as 'coincident' and will be affected by editing\noperations while topological editing is enabled.\n\nEg. Maps using the Web Mercator spatial reference (WKID 102100) have a\ntolerance distance of 0.0001 meters; a coincidentRadius multiplier value\nof 20 means geometries within 0.002 meters of each other would be\nconsidered 'coincident.'.\n\nDefaults to 20.","type":"number"},"sourceMappings":{"description":"Configuration for topology sources.","items":{"$ref":"#/definitions/TopologySourceMapping"},"type":"array"}},"type":"object"},"TopologySourceMapping":{"description":"Maps topology source layers to destination layers to be considered."},"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."},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"menu":{"description":"A menu to display in the user component's fly-out panel.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"UserPreferencesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user preferences component.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"saveDelay":{"description":"The amount of time we debounce the save operation for.","type":"number"}},"type":"object"},"UserPreferencesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserPreferencesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user-preferences$","type":"string"},"id":{"description":"The item's ID. No two items of the 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/}."},"VertigisWebModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for a VertiGIS Web application.","properties":{"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."},"platformApiKey":{"description":"Use an Esri API key to access location services and premium content in\nyour public application.","type":"string"},"postMessageAllowedOrigin":{"description":"Allowed origin for sending and receiving PostMessages.","type":"string"},"privacyPolicyInfo":{"$ref":"#/definitions/PrivacyPolicyInfoProperties","description":"The privacy policy information."},"proxyRules":{"description":"The collection of rules specifying the proxy URL to use for a given URL\nprefix.","items":{"$ref":"#/definitions/ProxyRuleProperties"},"type":"array"},"proxyUrl":{"description":"The proxy URL for the application.","type":"string"},"trustedServers":{"description":"Indicates whether cross origin requests made to the associated server\nshould include credentials such as cookies and authorization headers.","items":{"type":"string"},"type":"array"},"version":{"description":"The version of VertiGIS Studio Web that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisWebModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisWebModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^vertigis-web$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"async":{"description":"Whether or not the workflow should be executed asynchronously. If this\nproperty is true, commands executing the workflow will not wait for it to\nfinish. Defaults to false.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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."},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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.CIMSymbol":{},"esri.Collection":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.Feature":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.LabelSymbol3D":{},"esri.Layer":{},"esri.LineSymbol3D":{},"esri.Map":{},"esri.Mesh":{},"esri.MeshSymbol3D":{},"esri.Multipoint":{},"esri.PictureFillSymbol":{},"esri.PictureMarkerSymbol":{},"esri.Point":{},"esri.PointSymbol3D":{},"esri.Polygon":{},"esri.PolygonSymbol3D":{},"esri.Polyline":{},"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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access Read more...}","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation Read more...}","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey Read more...}","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies Read more...}","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating Read more...}","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories Read more...}","items":{"type":"string"},"type":"array"},"classification":{"$ref":"#/definitions/__type","description":"The classification information for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#classification Read more...}"},"created":{"description":"The date the item was created.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created Read more...}","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture Read more...}","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description Read more...}","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent Read more...}"},"groupCategories":{"description":"An array of group categories set on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories Read more...}","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer Read more...}","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong\nto the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem Read more...}","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl Read more...}","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl Read more...}","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo Read more...}","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadError Read more...}","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"\"not-loaded\"\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadStatus Read more...}","description":"Represents the status of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#load load} operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadWarnings Read more...}","items":{},"type":"array"},"loaded":{"default":"false\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified Read more...}","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name Read more...}","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments Read more...}","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings Read more...}","type":"number"},"numViews":{"description":"Number of views on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews Read more...}","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner Read more...}","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder Read more...}","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal Read more...}"},"screenshots":{"default":"null\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots Read more...}","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size Read more...}","type":"number"},"snippet":{"description":"A summary description of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet Read more...}","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON Read more...}"},"tags":{"description":"User defined tags that describe the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags Read more...}","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl Read more...}","type":"string"},"title":{"description":"The title for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title Read more...}","type":"string"},"type":{"description":"The GIS content type of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type Read more...}","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords Read more...}","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url Read more...}","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","classification","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":{"type":"string"},"proxyUrl":{"type":"string"},"sourceUrl":{"type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SimpleFillSymbol":{},"esri.SimpleLineSymbol":{},"esri.SimpleMarkerSymbol":{},"esri.SpatialReference":{},"esri.TextSymbol":{},"esri.TimeExtent":{},"esri.Viewing":{},"esri.Viewpoint":{},"esri.WebStyleSymbol":{},"highcharts.highcharts.AnimationOptionsObject":{"description":"An animation configuration. Animation configurations can also be defined as\nbooleans, where `false` turns off animation and `true` defaults to a duration\nof 500ms and defer of 0ms."},"highcharts.highcharts.BorderRadiusOptionsObject":{"description":"Detailed options for border radius."},"highcharts.highcharts.DataGroupingOptionsObject":{"description":"(Highstock) A custom data grouping object for each button."},"highcharts.highcharts.Dictionary":{"description":"Generic dictionary in TypeScript notation. Use the native `AnyRecord`\ninstead."},"highcharts.highcharts.GeoJSON":{"description":"Represents the loose structure of a geographic JSON file."},"highcharts.highcharts.GradientColorObject":{"description":"Gradient options instead of a solid color."},"highcharts.highcharts.Options":{},"highcharts.highcharts.OptionsAlgorithmValue":{},"highcharts.highcharts.OptionsCompareValue":{},"highcharts.highcharts.OptionsGapUnitValue":{},"highcharts.highcharts.OptionsLegendSymbolValue":{},"highcharts.highcharts.OptionsMapFunctionValue":{},"highcharts.highcharts.OptionsValueMapFunctionValue":{},"highcharts.highcharts.OptionsWithinValue":{},"highcharts.highcharts.PatternObject":{"description":"Holds a pattern definition."},"highcharts.highcharts.PlotItemOnPointConnectorOptions":{"description":"(Highcharts) Options for the connector in the _Series on point_ feature.\n\nIn styled mode, the connector can be styled with the\n`.highcharts-connector-seriesonpoint` class name.","properties":{"dashstyle":{"description":"(Highcharts) A name for the dash style to use for the connector.","type":"string"},"stroke":{"description":"(Highcharts) Color of the connector line. By default it's the series'\ncolor.","type":"string"},"width":{"description":"(Highcharts) Pixel width of the connector line.","type":"number"}},"type":"object"},"highcharts.highcharts.PlotItemOnPointOptions":{"description":"(Highcharts) Options for the _Series on point_ feature. Only `pie` and\n`sunburst` series are supported at this moment.","properties":{"connectorOptions":{"anyOf":[{"$ref":"#/definitions/highcharts.highcharts.PlotItemOnPointConnectorOptions"},{"$ref":"#/definitions/highcharts.highcharts.SVGAttributes"}],"description":"(Highcharts) Options for the connector in the _Series on point_ feature.\n\nIn styled mode, the connector can be styled with the\n`.highcharts-connector-seriesonpoint` class name."},"id":{"description":"(Highcharts) The `id` of the point that we connect the series to. Only\npoints with a given `plotX` and `plotY` values and map points are valid.","type":"string"},"position":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemOnPointPositionOptions"}],"description":"(Highcharts) Options allowing to set a position and an offset of the\nseries in the _Series on point_ feature."}},"type":"object"},"highcharts.highcharts.PlotItemOnPointPositionOptions":{"description":"(Highcharts) Options allowing to set a position and an offset of the series\nin the _Series on point_ feature.","properties":{"offsetX":{"description":"(Highcharts) Series center offset from the original x position. If\ndefined, the connector line is drawn connecting original position with\nnew position.","type":"number"},"offsetY":{"description":"(Highcharts) Series center offset from the original y position. If\ndefined, the connector line is drawn from original position to a new\nposition.","type":"number"},"x":{"description":"(Highcharts) X position of the series center. By default, the series is\ndisplayed on the point that it is connected to.","type":"number"},"y":{"description":"(Highcharts) Y position of the series center. By default, the series is\ndisplayed on the point that it is connected to.","type":"number"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Rate mapping for speech tracks."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) Text mapping for speech tracks."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingRateOptions":{"description":"(Highcharts) Rate mapping for speech tracks.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingOptions":{"description":"(Highcharts) Mapping configuration for the speech/audio parameters.\n\nAll parameters except `text` can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the speech parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the speech\nparameter. The function is called for each speech event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Speech pitch (how high/low the voice is) multiplier."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Speech rate (speed) multiplier."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) The text to announce for speech tracks. Can either be a\nformat string or a function.\n\nIf it is a function, it should return the format string to announce. The\nfunction is called for each audio event, and receives a parameter object\nwith `time`, and potentially `point` and `value` properties depending on\nthe track. `point` is available if the audio event is related to a data\npoint. `value` is available if the track is used as a context track, and\n`valueInterval` is used.\n\nIf it is a format string, in addition to normal string content, format\nvalues can be accessed using bracket notation. For example `\"Value is\n{point.y}%\"`.\n\n`time`, `point` and `value` are available to the format strings similarly\nto with functions. Nested properties can be accessed with dot notation,\nfor example `\"Density: {point.options.custom.density}\"`"},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Volume of the speech announcement."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPitchOptions":{"description":"(Highcharts) Speech pitch (how high/low the voice is) multiplier.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingRateOptions":{"description":"(Highcharts) Speech rate (speed) multiplier.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingVolumeOptions":{"description":"(Highcharts) Volume of the speech announcement.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group.","type":"string"},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Rate mapping for speech tracks."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) Text mapping for speech tracks."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingRateOptions":{"description":"(Highcharts) Rate mapping for speech tracks.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotSeriesOptions":{"description":"(Highcharts, Highstock, Highmaps, Gantt) General options for all series\ntypes.\n\nIn TypeScript the type option must always be set.\n\nConfiguration options for the series are given in three levels:\n\n1. Options for all series in a chart are defined in the plotOptions.series\nobject.\n\n2. Options for all `line` series are defined in plotOptions.line.\n\n3. Options for one single series are given in the series instance array. (see\nonline documentation for example)"},"highcharts.highcharts.PlotSeriesPointOptions":{"description":"(Highstock) Properties for each single point."},"highcharts.highcharts.PointMarkerOptionsObject":{"description":"(Highcharts, Highstock) Options for the point markers of line-like series."},"highcharts.highcharts.PointOptionsObject":{"description":"The generic point options for all series.\n\nIn TypeScript you have to extend `PointOptionsObject` with an additional\ndeclaration to allow custom data options: (see online documentation for\nexample)"},"highcharts.highcharts.SVGAttributes":{"description":"An object of key-value pairs for SVG attributes. Attributes in Highcharts\nelements for the most parts correspond to SVG, but some are specific to\nHighcharts, like `zIndex`, `rotation`, `rotationOriginX`, `rotationOriginY`,\n`translateX`, `translateY`, `scaleX` and `scaleY`. SVG attributes containing\na hyphen are _not_ camel-cased, they should be quoted to preserve the hyphen."},"highcharts.highcharts.SeriesAccessibilityOptionsObject":{"description":"(Highstock) Accessibility options for a series."},"highcharts.highcharts.SeriesConnectorsOptionsObject":{"description":"(Gantt) Override Pathfinder connector options for a series. Requires\nHighcharts Gantt to be loaded."},"highcharts.highcharts.SeriesEventsOptionsObject":{"description":"(Highstock) General event handlers for the series items. These event hooks\ncan also be attached to the series at run time using the\n`Highcharts.addEvent` function."},"highcharts.highcharts.SeriesLastPriceOptionsObject":{"description":"(Highstock) The line marks the last price from all points."},"highcharts.highcharts.SeriesLastVisiblePriceOptionsObject":{"description":"(Highstock) The line marks the last price from visible range of points."},"highcharts.highcharts.SeriesMapDataOptions":{"description":"(Highmaps) An array of data points for the series. For the `map` series type,\npoints can be given in the following ways:\n\n1. An array of numerical values. In this case, the numerical values will be\ninterpreted as `value` options. Example: (see online documentation for\nexample)\n\n2. An array of arrays with 2 values. In this case, the values correspond to\n`[hc-key, value]`. Example: (see online documentation for example)\n\n3. An array of objects with named values. The following snippet shows only a\nfew settings, see the complete options set below. If the total number of data\npoints exceeds the series' turboThreshold, this option is not available. (see\nonline documentation for example)"},"highcharts.highcharts.SeriesPieDataLabelsOptionsObject":{"description":"(Highcharts, Highstock, Highmaps, Gantt) Options for the series data labels,\nappearing next to each data point.\n\nSince v6.2.0, multiple data labels can be applied to each single point by\ndefining them as an array of configs.\n\nIn styled mode, the data labels can be styled with the\n`.highcharts-data-label-box` and `.highcharts-data-label` class names (see\nexample)."},"highcharts.highcharts.SeriesSonificationOptions":{"description":"(Highstock) Sonification/audio chart options for a series."},"highcharts.highcharts.SeriesStatesOptionsObject":{"description":"(Highcharts) A wrapper object for all the series options in specific states."},"highcharts.highcharts.SeriesTooltipOptionsObject":{"description":"(Highstock) A configuration object for the tooltip rendering of each single\nseries. Properties are inherited from tooltip, but only the following\nproperties can be defined on a series level."},"highcharts.highcharts.SonifcationTypeValue":{},"highcharts.highcharts.SynthPatchOptionsObject":{"description":"A set of options for the SynthPatch class."},"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/AddressModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/ChartModelPropertiesItem"},{"$ref":"#/definitions/DataLinkSourcePropertiesItem"},{"$ref":"#/definitions/DrawModelPropertiesItem"},{"$ref":"#/definitions/GeometryModelPropertiesItem"},{"$ref":"#/definitions/KpiCardModelPropertiesItem"},{"$ref":"#/definitions/Map3dToggleModelPropertiesItem"},{"$ref":"#/definitions/MeasurementModelPropertiesItem"},{"$ref":"#/definitions/PrintFormModelPropertiesItem"},{"$ref":"#/definitions/PrintTemplateModelPropertiesItem"},{"$ref":"#/definitions/ReportModelPropertiesItem"},{"$ref":"#/definitions/ScaleInputModelPropertiesItem"},{"$ref":"#/definitions/TabsModelPropertiesItem"},{"$ref":"#/definitions/UserPreferencesModelPropertiesItem"},{"$ref":"#/definitions/VertigisWebModelPropertiesItem"}]},"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."},"AddressModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an address component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"AddressModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/AddressModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^address$","type":"string"},"id":{"description":"The item's ID. No two items of the 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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"}]},"AreaMeasurementUnits":{"description":"The units for area measurements supported by ArcGIS."},"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"},"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"},"showInfoIcon":{"description":"Whether the info icon should be shown in the basemap picker.","type":"boolean"},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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":"Properties for the branding service.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"applicationName":{"description":"The name to be used as the application name.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"favIcon":{"description":"A link to an icon or png to be used as the application favIcon.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"splashScreenSettings":{"$ref":"#/definitions/SplashScreenModelProperties","description":"The splash screen configuration options."},"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."},"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/}."},"CIMSymbolReferenceJson":{"description":"Represents a symbol reference that contains a CIM symbol. More properties and\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/main/docs/v3/Overview-Symbols.md,\nhttps://github.com/Esri/cim-spec/blob/main/docs/v3/CIMRenderers.md#CIMSymbolReference.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/cimSymbolReference/}."},"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/}."},"CardSize":{"description":"Specifies what card size a results list component should use to display\nresult items."},"ChartModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a chart component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"highchartsModules":{"description":"An optional list of highcharts modules that will be utilized by your\ncharts configuration.","items":{"$ref":"#/definitions/HighChartsModule"},"type":"array"},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"results":{"$ref":"#/definitions/FeatureSetProperties","description":"The set of features contained by the chart model. This property is only\nserialized into saved projects. Web only."},"template":{"$ref":"#/definitions/highcharts.highcharts.Options","description":"The chart template. This is based on Highcharts config defined at\nhttps://api.highcharts.com/highcharts/\nwith support for arcade expressions in the following syntax:\n```.\n{\n \"$script\": \"arcade expression\"\n \"$source\": \"item://layer-extension/id\"\n}\n```.\n\nThe Arcade script supports basic arcade functionality as well as operations\nthat target Arcade feature sets. The charts features from the specified source\nwill be available to the arcade script as a $features global variable.\n\nThe source specified can be any configured app item that can produce features\nex:\n```.\n Item://layer-extension/id\n item://table-extension/id\n item://workflow/id\n```.\n\nOur config also supports callbacks with the following syntax\nex:\n```\n {\n ...,\n events: {\n click: {@link Action}\n }\n }\n```\nThe action will be executed with the event argument provided by Highcharts."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"required":["template"],"type":"object"},"ChartModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ChartModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^chart$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ColorConfig":{"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":"A color."},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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."},"CoordinateFormat":{"description":"The format in which a map coordinate could be displayed."},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"activeCoordinateOption":{"description":"The ID of the active coordinate option being used in the application.\nDefaults to the first item in the list of coordinateOptions.","type":"string"},"coordinateOptions":{"description":"A list of configuration options for displaying map coordinates in the\napplication.","items":{"$ref":"#/definitions/CoordinateOptionProperties"},"type":"array"},"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"}]},"CoordinateOptionProperties":{"description":"Options for configuring the display of map coordinates.","properties":{"format":{"$ref":"#/definitions/CoordinateFormat","description":"The format to display map coordinates in."},"id":{"description":"The unique ID of the Coordinate Option.","type":"string"},"precision":{"description":"For LAT_LONG and XY coordinate formats, this property depicts the number\nof decimal places displayed. For MGRS and USNG coordinate formats, this\nproperty depicts the precision of the coordinates using an integer\nbetween 0 and 8 (inclusive). This Value is ignored by UTM coordinate\nformats. The default values for coordinate formats are as follows:\nLAT_LONG=4, XY=2, MGRS=5, and USNG=5.","type":"number"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference to display map coordinates in. If this property is\nnot defined, the spatial reference of the map will be used."},"title":{"description":"The display name of the CoordinateOption.","type":"string"}},"required":["format","id","title"],"type":"object"},"DataLinkSourceProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a Data Link source.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"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":"URL to an icon that represents this layer.","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":"The title of the data link source.","type":"string"}},"type":"object"},"DataLinkSourcePropertiesItem":{"allOf":[{"$ref":"#/definitions/DataLinkSourceProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^data-link$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"DrawModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the draw service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"lineSymbol":{"anyOf":[{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/SimpleLineSymbolJson"}],"description":"The symbol used to draw line markup."},"lineSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/LineSymbol3DJson"}],"description":"The symbol used to draw 3D line markup."},"pointSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"}],"description":"The symbol used to draw point markup."},"pointSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/PointSymbol3DJson"}],"description":"The symbol used to draw 3D point markup."},"polygonSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureFillSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"}],"description":"The symbol used to draw polygon markup."},"polygonSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"The symbol used to draw 3D polygon markup."},"showOnlySymbolPresets":{"description":"Shows only symbol presets and no fine-grain controls when a symbol is\nbeing edited. If no symbol presets are configured, this property is\nignored.","type":"boolean"},"symbolPresets":{"description":"A list of SymbolPresets that can be assigned to graphics.","items":{"$ref":"#/definitions/SymbolPresetProperties"},"type":"array"},"synced":{"description":"Whether draw syncing is enabled. If enabled, draw syncing will propagate\nall graphics drawn on any map to all other maps in the layout.","type":"boolean"},"textSymbol":{"anyOf":[{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/TextSymbolJson"}],"description":"The symbol used to draw text markup."}},"type":"object"},"DrawModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DrawModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^draw$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"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":{"enableOneToOneAttributeDisplay":{"description":"Whether or not the attributes from all one-to-one related records in a\nfeature will display as if they part of the feature. All one-to-one\nrelated records will also not display in the Related Records section\nwhile this is enabled. Defaults to true. Web only.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"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"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"onFeatureAdd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is added into the\ncollection."},"onFeatureEdit":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when an interactive feature\nediting session begins."},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureRemove":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature is removed from\nthe collection."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"onRelatedRecordClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a related record is clicked.\nThe related Feature is passed in as the argument for the command(s)."},"results":{"$ref":"#/definitions/FeatureListProperties","description":"The set of features contained by the feature-details model. This property\nis only serialized into saved projects. Web only."},"showDeleteButton":{"description":"If true, the feature details instance will show a button that deletes the\nfeature permanently.","type":"boolean"},"showEditButton":{"description":"If true, the feature details instance will show a button that runs the\naction that places the feature in edit mode.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"FeatureJson":{"description":"Contains information about an attribute field and feature geometry.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/feature/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/feature/}."},"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.Extent"},{"$ref":"#/definitions/esri.Multipoint"},{"$ref":"#/definitions/esri.Point"},{"$ref":"#/definitions/esri.Polygon"},{"$ref":"#/definitions/esri.Polyline"},{"$ref":"#/definitions/esri.Mesh"},{"$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}."},"visible":{"description":"<not in spec>.","type":"boolean"}},"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 /format/formats!DateFormat} constant, or a custom date\nformat string.","type":"string"},"fractionalDigits":{"description":"The number of digits to show after the decimal point. If unspecified, an\nappropriate value is determined based on the locale and currency.","type":"number"},"locale":{"description":"The locale to use when formatting values.","type":"string"},"numberFormat":{"description":"The default format for number values. Either a\n{@link utilities /format/formats!NumberFormat} constant, or a custom number\nformat string.","type":"string"},"timeFormat":{"description":"The default format for time values. Either a\n{@link utilities /format/formats!DateFormat} constant, or a custom time\nformat string.","type":"string"},"timeZone":{"description":"The time zone to display date/time data in. The default will be the\nuser's local time zone.","type":"string"},"useFieldInfo":{"description":"Whether to use formatting from the field info if it is specified.","type":"boolean"}},"type":"object"},"Function":{},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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."},"GeometryModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the geometry service.","properties":{"bufferDistance":{"description":"The default distance value for buffer operations. The default units are\nbased on the application's measurement system: \"meters\" for metric,\notherwise \"yards\".","type":"number"},"bufferUnits":{"$ref":"#/definitions/LengthUnits","description":"The default distance units for buffer operations. The default is 100."},"geometryServiceUrl":{"description":"The URL for the external geometry service that's used for calculations\nthat can't be done client-side.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isGeodesic":{"description":"Whether or not geodesic buffers are performed. The default is true. If\nset to false, buffers will be planar.","type":"boolean"}},"type":"object"},"GeometryModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeometryModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geometry-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"}]},"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/}."},"HighChartsModule":{"description":"Modules that enable additional functionality in HighCharts."},"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.PictureFillSymbol"},{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/esri.CIMSymbol"},{"$ref":"#/definitions/esri.LabelSymbol3D"},{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/esri.MeshSymbol3D"},{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/esri.WebStyleSymbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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.PictureFillSymbol"},{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/esri.CIMSymbol"},{"$ref":"#/definitions/esri.LabelSymbol3D"},{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/esri.MeshSymbol3D"},{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/esri.WebStyleSymbol"},{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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#","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"},"lastViewed":{"description":"The date/time the item was last accessed in UNIX format (in\nmilliseconds).","type":"number"},"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"},"Iterable":{},"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/}."},"KpiCardConditionModelProperties":{"description":"Conditional configuration that is applied when the given expression is true.","properties":{"backgroundColor":{"$ref":"#/definitions/ColorConfig","description":"The background color to use if the condition is true."},"bottom":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the bottom section if the condition is true."},"expression":{"description":"The Arcade expression to evaluate. If the return value is \"truthy\", the\nconfiguration in this condition will take effect.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"middle":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the middle section if the condition is true."},"top":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Settings to apply to the top section if the condition is true."}},"type":"object"},"KpiCardModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a KPI card component.","properties":{"backgroundColor":{"$ref":"#/definitions/ColorConfig","description":"The background color for the KPI card. If not specified, the branding\ntheme color will be used."},"bottom":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the bottom section."},"conditions":{"description":"A set of conditions to evaluated. If a condition's expression is true,\nits configuration will take effect. For any given configuration property,\nconditions that appear earlier in this list will take precedence over\nones that come later.","items":{"$ref":"#/definitions/KpiCardConditionModelProperties"},"type":"array"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"middle":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the middle section."},"reference":{"description":"A reference value to use for comparison. This is available as a\npredefined `reference` variable within Arcade expressions.","type":"number"},"referenceExpression":{"description":"When `referenceType` is \"statistic\", this Arcade expression will be used\nto calculate the reference value.","type":"string"},"referenceType":{"$ref":"#/definitions/ReferenceType","description":"The type of reference to use."},"results":{"$ref":"#/definitions/FeatureSetProperties","description":"The set of features contained by the kpi-card model. This property is\nonly serialized into saved projects. Web only."},"source":{"description":"The feature source (e.g. layer, sublayer, table, etc.) that this KPI card\nis associated with.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"top":{"$ref":"#/definitions/KpiCardSectionModelProperties","description":"Configuration for the top section."},"value":{"description":"The initial KPI value. Normally this is computed from `valueExpression`\nrather than set directly.","type":"number"},"valueExpression":{"description":"An Arcade expression that calculates the KPI value from a feature set.\nThe feature set is made available via a `$features` variable that is\navailable for use within the expression.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"KpiCardModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/KpiCardModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^kpi-card$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"KpiCardSectionModelProperties":{"description":"Configuration for a specific section of a KPI card (top, middle, or bottom).","properties":{"color":{"$ref":"#/definitions/ColorConfig","description":"The foreground color to use for the text and icon. If undefined, it will\nuse the theme's color."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"Format settings that affect how numbers and dates are formatted. Any\nsetting that isn't specified will use the equivalent setting in the\nregion service by default."},"icon":{"description":"The ID of the icon to display in this section, or undefined to show no\nicon.","type":"string"},"size":{"$ref":"#/definitions/KpiCardSectionSize","description":"The size of the text and icon."},"text":{"description":"The text to display for this section. The text can contain embedded\nArcade expressions, surrounded by braces (\"{\" and \"}\").","type":"string"}},"type":"object"},"KpiCardSectionSize":{"description":"Determines how large the text and icon are for a KPI card section."},"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"}]},"LayerComparisonDirection":{"description":"Direction in which the layer-comparison bar can slide."},"LayerComparisonLabelPosition":{"description":"The position of the label relative to the slider bar."},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/BuildingSceneLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/CSVLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/RasterDataElevationLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledElevationServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/FeatureLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GeoJSONLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GeoRSSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/GroupLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/KMLLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/MediaLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/MapServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/PointCloudLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/SceneLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/StreamLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/VectorTileLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WebTileLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WFSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/WMSLayerJson"},{"$ref":"#/definitions/__type"}]},{"allOf":[{"$ref":"#/definitions/OpenStreetMapLayerJson"},{"$ref":"#/definitions/__type"}]}],"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#","properties":{"canReorder":{"description":"Whether or not the layer list will allow the drawing order of layers to\nbe changed. Defaults to true.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"layerActions":{"description":"A reference to a Menu containing layer actions (menu items that take a\nlayer as context).","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item is clicked."},"onHover":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item is moused-over."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a layer item has finished\nthe moused-over event."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"LengthMeasurementUnits":{"description":"The units for length measurements supported by ArcGIS."},"LengthUnits":{"description":"The units for distance buffers supported by ArcGIS."},"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":{},"Map3dToggleModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a 3D toggle component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"Map3dToggleModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/Map3dToggleModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-3d-toggle$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"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#","properties":{"coordinateFormat":{"$ref":"#/definitions/CoordinateFormat","description":"The coordinate format that is displayed. The default is XY."},"decimalPlacesLatLong":{"description":"The number of decimal places displayed for LAT_LONG coordinate formats.\nThe value must be an integer between 0 and 8 (inclusive). The default is\n4.","type":"number"},"decimalPlacesXY":{"description":"The number of decimal places displayed for the XY coordinate format. The\nvalue must be an integer between 0 and 8 (inclusive). The default is 2.","type":"number"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"precisionMGRS":{"description":"The precision with which to represent the coordinates, when using the\nMGRS format. The value must be an integer between 0 and 8 (inclusive).\nThe default is 5.","type":"number"},"precisionUSNG":{"description":"The precision with which to represent the coordinates, when using the\nUSNG format. The value must be an integer between 0 and 8 (inclusive).\nThe default is 5.","type":"number"},"showCoordinateFormats":{"description":"Whether or not the corresponding component should render the coordinate\nformat selector. The default is true.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/Bookmark"},{"$ref":"#/definitions/BookmarkProperties"}]},"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.LayerPreset"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"}],"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#","description":"Properties for configuring a MapModel.","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}."},"contextMarkerSymbol":{"anyOf":[{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$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"},{"$ref":"#/definitions/Symbol"}],"description":"The symbology for the map's context menu marker."},"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}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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}."},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"layerComparisonDirection":{"$ref":"#/definitions/LayerComparisonDirection","description":"The direction in which the layer-comparison bar slides. 'horizontal'\npositions the leading layers on the left and trailing layers on the\nright; 'vertical' positions the leading layers on the top and the\ntrailing layers on the bottom."},"layerComparisonFlattenLayers":{"description":"Whether or not group layer children and sublayers are included in\nleading/trailing layers selection. The default is false.","type":"boolean"},"layerComparisonIsActive":{"description":"Whether or not the layer-comparison tool is active on the map.","type":"boolean"},"layerComparisonIsConfigurable":{"description":"Whether or not the leading and trailing layers are configurable from the\nlabel buttons on the map. The default is true.","type":"boolean"},"layerComparisonLabelPosition":{"$ref":"#/definitions/LayerComparisonLabelPosition","description":"The position of the label relative to the slider bar. The default is\n\"start\"."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"leadingLayers":{"description":"Layers used within the map's layer-comparison tool, positioned on the\nleft if the layer-comparison orientation is 'horizontal' or on the top if\nthe layer-comparison orientation is 'vertical'.","items":{"type":"string"},"type":"array"},"leadingLayersLabel":{"description":"The label shown on the map for the leading layers, when the\nlayer-comparison tool is active.","type":"string"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"markupGraphics":{"description":"The markup graphics currently present on the map. This property is only\nserialized to saved projects.","items":{"$ref":"#/definitions/FeatureJson"},"type":"array"},"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}."},"pulseNewStreamFeatures":{"description":"Whether or not to pulse new features that are dynamically added to the\nmap's stream layers. The default is false.","type":"boolean"},"requestHelper":{"$ref":"#/definitions/ArcGISRequestHelper","description":"See {@link mapping /MapExtension!MapExtension.requestHelper}."},"snappingConfiguration":{"$ref":"#/definitions/SnappingProperties","description":"Specify the configuration to be used for snapping during drawing and\nediting when enabled."},"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"},"topologyConfiguration":{"$ref":"#/definitions/TopologyProperties","description":"Specify the configuration to be used for topology during drawing and\nediting, when enabled."},"trailingLayers":{"description":"Layers used within the map's layer-comparison tool, positioned on the\nright if the layer-comparison orientation is 'horizontal' or on the\nbottom if the layer-comparison orientation is 'vertical'.","items":{"type":"string"},"type":"array"},"trailingLayersLabel":{"description":"The label shown on the map for the trailing layers, when the\nlayer-comparison tool is active.","type":"string"},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"The viewpoint of the map. This property is only serialized to saved\nprojects."},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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/}."},"MeasurementModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create and config a MeasurementModel.","properties":{"areaUnits":{"$ref":"#/definitions/AreaMeasurementUnits","description":"The units used when creating measurement labels for polygons. When left\nundefined, measurement units will be intelligently assigned based on the\nlocale. The default is undefined."},"decimalPlaces":{"description":"The number of decimal places to use in measurement labels. The default is\n2.","type":"number"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isGeodesic":{"description":"Whether measurements are geodesic. The default is true. If set to false,\nmeasurements will be planar.","type":"boolean"},"lengthUnits":{"$ref":"#/definitions/LengthMeasurementUnits","description":"The units used when creating measurement labels for polylines. When left\nundefined, measurement units will be intelligently assigned based on the\nlocale. The default is undefined."},"lineSymbol":{"anyOf":[{"$ref":"#/definitions/esri.SimpleLineSymbol"},{"$ref":"#/definitions/SimpleLineSymbolJson"}],"description":"The symbol used to draw line markup."},"lineSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.LineSymbol3D"},{"$ref":"#/definitions/LineSymbol3DJson"}],"description":"The symbol used to draw 3D line markup."},"pointSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureMarkerSymbol"},{"$ref":"#/definitions/esri.SimpleMarkerSymbol"},{"$ref":"#/definitions/PictureMarkerSymbolJson"},{"$ref":"#/definitions/SimpleMarkerSymbolJson"}],"description":"The symbol used to draw point markup."},"pointSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PointSymbol3D"},{"$ref":"#/definitions/PointSymbol3DJson"}],"description":"The symbol used to draw 3D point markup."},"polygonSymbol":{"anyOf":[{"$ref":"#/definitions/esri.PictureFillSymbol"},{"$ref":"#/definitions/esri.SimpleFillSymbol"},{"$ref":"#/definitions/PictureFillSymbolJson"},{"$ref":"#/definitions/SimpleFillSymbolJson"}],"description":"The symbol used to draw polygon markup."},"polygonSymbol3D":{"anyOf":[{"$ref":"#/definitions/esri.PolygonSymbol3D"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"The symbol used to draw 3D polygon markup."},"showOnlySymbolPresets":{"description":"Shows only symbol presets and no fine-grain controls when a symbol is\nbeing edited. If no symbol presets are configured, this property is\nignored.","type":"boolean"},"symbolPresets":{"description":"A list of SymbolPresets that can be assigned to graphics.","items":{"$ref":"#/definitions/SymbolPresetProperties"},"type":"array"},"textSymbol":{"anyOf":[{"$ref":"#/definitions/esri.TextSymbol"},{"$ref":"#/definitions/TextSymbolJson"}],"description":"The symbol used to draw text markup."}},"type":"object"},"MeasurementModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MeasurementModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^measure$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeasurementSystem":{"description":"A system used to determine what units should be used for measurement values."},"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/."},"MediaLayerJson":{"description":"The MediaLayer is used to add image and video elements to the map at a\nspecified geographic location. This layer can be used to display old scanned\nmaps, weather data, satellite imagery, aerial and drone images, fantasy\nimages and video feedback, etc. The geographic location of the image or video\ncan be set using the extent and rotation, corner points or control points.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/mediaLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/mediaLayer/}."},"Menu":{"description":"A set of actions that can be performed by a user."},"MenuItem":{"description":"An item within a {@link menus /Menu!Menu}.","properties":{"__isObservable":{"const":true,"type":"boolean"},"_action":{"$ref":"#/definitions/Action"},"_alternate":{"$ref":"#/definitions/MenuItemState"},"_assignPropertiesPromises":{"default":[],"items":{"$ref":"#/definitions/Promise"},"type":"array"},"_description":{"type":"string"},"_destroyPromise":{"$ref":"#/definitions/Promise"},"_esriProps":{"$ref":"#/definitions/Map"},"_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"},"_onWatchPaths":{"$ref":"#/definitions/Map"},"_submenu":{"$ref":"#/definitions/Menu"},"_subscribedPaths":{"$ref":"#/definitions/Map"},"_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":["__isObservable","_action","_alternate","_assignPropertiesPromises","_description","_destroyPromise","_esriProps","_failureMode","_hideOnDisable","_iconId","_id","_initializePromise","_isDestroyed","_isEnabled","_isInitialized","_isToggled","_itemType","_menu","_onWatchPaths","_submenu","_subscribedPaths","_title","action","alternate","canBeToggled","description","failureMode","hideOnDisable","iconId","id","isDestroyed","isEnabled","isInitialized","isToggled","itemType","menu","root","submenu","title"],"type":"object"},"MenuItemModelProperties":{"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}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemModelProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"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/}."},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/."},"PortalItemLike":{"anyOf":[{"$ref":"#/definitions/esri.PortalItem"},{"$ref":"#/definitions/ItemJson"},{"$ref":"#/definitions/PortalUri"},{"$ref":"#/definitions/Uri"},{"type":"string"}],"description":"A reference to a portal item."},"PortalUri":{"description":"A Portal URI, which is a special URI in the form \"portal://item-id\" or\n\"portal://portal-id/item-id\"."},"PrintFormModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a print form component.","properties":{"additionalMapOverview":{"$ref":"#/definitions/WebMapLike","description":"Web map used as overview map in the print layout; defaults to application\nmap if not set."},"additionalMapOverviewPage":{"$ref":"#/definitions/WebMapLike","description":"Web map used as overview page map in the print layout; defaults to\napplication map if not set."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"gridPrintEnabled":{"description":"Whether the grid print type should be enabled.","type":"boolean"},"grids":{"description":"The spatial reference grids to choose from.","items":{"$ref":"#/definitions/SpatialReferenceGrid"},"type":"array"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"linePrintEnabled":{"description":"Whether the line print type should be enabled.","type":"boolean"},"mapOnlyPrintEnabled":{"description":"Whether map only print should be enabled.","type":"boolean"},"resolutions":{"description":"The supported print resolutions to choose from.","items":{"type":"number"},"type":"array"},"scales":{"description":"The supported print scales to choose from.","items":{"type":"number"},"type":"array"},"strictModeEnabled":{"description":"Whether strict mode for prints should be enabled.","type":"boolean"},"templates":{"description":"The templates to choose from.","items":{"anyOf":[{"$ref":"#/definitions/PrintTemplateModelProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"PrintFormModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PrintFormModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^print-form$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PrintTemplateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link PrintTemplate}.","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"},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"See {@link ReportBase.portalItem}."},"title":{"description":"See {@link ReportBase.title}.","type":"string"}},"type":"object"},"PrintTemplateModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PrintTemplateModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^print-template$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"PrivacyPolicyInfoProperties":{"description":"Information on how and where to display the privacy policy link.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"location":{"$ref":"#/definitions/PrivacyPolicyLocation","description":"The location in which the privacy policy information should be shown.\nDefaults to user-component and falls back to the app-footer if the\nspecified location is not available."},"markdown":{"description":"Optional markdown that contains additional information. This information\nis shown in a secondary dialog when the location is not the user\ncomponent, or directly in the user component when it is the location.","type":"string"}},"type":"object"},"PrivacyPolicyLocation":{"description":"The privacy policy link location options."},"Promise":{},"ProxyRuleProperties":{"description":"An object specifying a URL that should use a specific proxy.","properties":{"proxyUrl":{"description":"The URL of the proxy.","type":"string"},"urlPrefix":{"description":"The URL prefix of the resources that should be accessed through the given\nproxy.","type":"string"}},"required":["proxyUrl","urlPrefix"],"type":"object"},"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/}."},"ReferenceType":{"description":"Determines how the reference value for a KPI card is calculated. A reference\nis a number to compare against.\n\n- \"none\": No reference value is used for this card.\n- \"previous\": The reference value will reflect the previous KPI value whenever\n it changes. Initially it will be undefined.\n- \"fixed\": A constant value.\n- \"statistic\": A calculated value determined via an Arcade expression (see\n `referenceExpression`)."},"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"}]},"ReportModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for {@link ReportBase}.","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"},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"See {@link ReportBase.portalItem}."},"title":{"description":"See {@link ReportBase.title}.","type":"string"}},"type":"object"},"ReportModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ReportModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^report$","type":"string"},"id":{"description":"The item's ID. No two items of the 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":{"cardSize":{"$ref":"#/definitions/CardSize","description":"The admin preference for the card size used to display the results. The\ndefault is \"standard\". Web only."},"enableOneToOneAttributeDisplay":{"description":"Whether or not the attributes from all one-to-one related records in a\nfeature will display as if they part of the feature. Defaults to false.\nWeb only.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"description":"A menu used to run commands on specific features or groups of features.\n(MenuModel).","type":"string"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"onDeselect":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group of\nfeatures is deselected. Web only."},"onFeatureAdd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature gets added."},"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."},"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."},"onHover":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group is\nmoused-over. Web only."},"onHoverEnd":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group is has\nfinished the moused-over event. Web only."},"onSelect":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature or group of\nfeatures is selected. Web only."},"results":{"$ref":"#/definitions/FeatureListProperties","description":"The list of features contained by the results model. This property is\nonly serialized into saved projects. Web only."},"showFilter":{"description":"Whether or not to allow results to be filtered by source. Web only.","type":"boolean"},"showSizeToggle":{"description":"Whether or not to allow the user to change the card size. Web only.","type":"boolean"},"showViewModeToggle":{"description":"Whether or not to allow the user to change feature grouping. Web only.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"viewMode":{"$ref":"#/definitions/ViewMode","description":"The admin preference for the view mode used to display the results. The\ndefault is \"ungrouped\". Web only."},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"ScaleInputModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scale input component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"ScaleInputModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScaleInputModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scale-input$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"showDualUnits":{"description":"Whether or not to show both metric and US customary units at once.","type":"boolean"},"style":{"$ref":"#/definitions/ScalebarStyle","description":"The visual style for the scalebar."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"ScalebarStyle":{"description":"The visual style to set for the scalebar."},"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/FieldExtensionProperties"},{"$ref":"#/definitions/FieldExtension"}]},"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"},"SearchModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"disableSearchAreaExpansion":{"description":"By default the search area will be expanded to try and return the\nspecified maxResults. Set to true to disable this behavior.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geocoderEnabled":{"description":"This setting is used to indicate if the geocoder should be used by the\nsearch.","type":"boolean"},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"maxSuggestions":{"description":"The maximum number of suggestions to show based on the user's input.\nSetting this to 0 will disable suggestions.","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."},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"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/}."},"SnappingProperties":{"description":"Global configuration for snapping.","properties":{"enableTooltips":{"description":"Enable a tooltip that shows the name of the layer that has been snapped\nto and the type of the snap target, i.e. vertex or edge. Defaults to\ntrue.","type":"boolean"},"enableUtilityNetworkRules":{"description":"Enable the automatic application of feature class based rules if any\nutility networks are included in the web map.","type":"boolean"},"maxSearchRadius":{"description":"The radius in screen units in which to search for things to snap to\n(these are displayed as guides). Should be larger than snappingRadius.\nDefaults to 150.","type":"number"},"maxSnappingGuides":{"description":"Indicates the maximum number of snapping guides to be displayed at any\ntime. Defaults to 4.","type":"number"},"respectLayerVisibility":{"description":"Indicates that snapping should respect the layer's visibility in the\nlayer list, i.e. if a layer is not checked here it will not be considered\nfor snapping. Defaults to true.","type":"boolean"},"snappingRadius":{"description":"The radius in screen units in which the user will be automatically\nsnapped. Defaults to 25.","type":"number"},"sourceMappings":{"description":"Configuration for snapping sources.","items":{"$ref":"#/definitions/SnappingSourceMapping"},"type":"array"}},"type":"object"},"SnappingSourceMapping":{"description":"Maps snapping source layers to destination layers to be considered."},"SpatialReferenceGrid":{"description":"A spatial reference grid to use for printing."},"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/}."},"SplashScreenModelProperties":{"description":"Properties for the splash screen.","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"},"showSplashScreen":{"description":"Whether to show the splash screen.","type":"boolean"},"splashScreenIcon":{"description":"The splash icon source.","type":"string"},"useApplicationName":{"description":"Whether to use application name on the splash screen.","type":"boolean"}},"type":"object"},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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"},"visible":{"description":"Visibility of the sublayer.","type":"boolean"}},"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/}."},"Symbol":{},"SymbolGeometryType":{"description":"The type of geometry that a given symbol can symbolize."},"SymbolLike":{"description":"Symbols supported for drawing."},"SymbolPresetProperties":{"description":"Configuration properties for a SymbolPreset.","properties":{"description":{"description":"A description of the SymbolPreset.","type":"string"},"geometryType":{"$ref":"#/definitions/SymbolGeometryType","description":"The geometry type associated with the symbol."},"id":{"description":"The unique ID.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolLike","description":"The Symbol."},"title":{"description":"The title of the the SymbolPreset.","type":"string"}},"required":["symbol","title"],"type":"object"},"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}."},"featureSourceActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to this source."},"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."},"TabsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a tabs component.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"type":"object"},"TabsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TabsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^tabs$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"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"},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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/}."},"TopologyProperties":{"description":"Configuration for topological editing and sketching.","properties":{"coincidentRadius":{"description":"A multiplier of the distance tolerance associated with the map's spatial\nreference, which will be used to calculate a 'coincident distance'\nthreshold. Geometries that fall within the coincident distance of each\nother will qualify as 'coincident' and will be affected by editing\noperations while topological editing is enabled.\n\nEg. Maps using the Web Mercator spatial reference (WKID 102100) have a\ntolerance distance of 0.0001 meters; a coincidentRadius multiplier value\nof 20 means geometries within 0.002 meters of each other would be\nconsidered 'coincident.'.\n\nDefaults to 20.","type":"number"},"sourceMappings":{"description":"Configuration for topology sources.","items":{"$ref":"#/definitions/TopologySourceMapping"},"type":"array"}},"type":"object"},"TopologySourceMapping":{"description":"Maps topology source layers to destination layers to be considered."},"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."},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"menu":{"description":"A menu to display in the user component's fly-out panel.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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"}]},"UserPreferencesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user preferences component.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"saveDelay":{"description":"The amount of time we debounce the save operation for.","type":"number"}},"type":"object"},"UserPreferencesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserPreferencesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user-preferences$","type":"string"},"id":{"description":"The item's ID. No two items of the 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/}."},"VertigisWebModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Global configuration for a VertiGIS Web application.","properties":{"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."},"platformApiKey":{"description":"Use an Esri API key to access location services and premium content in\nyour public application.","type":"string"},"postMessageAllowedOrigin":{"description":"Allowed origin for sending and receiving PostMessages.","type":"string"},"privacyPolicyInfo":{"$ref":"#/definitions/PrivacyPolicyInfoProperties","description":"The privacy policy information."},"proxyRules":{"description":"The collection of rules specifying the proxy URL to use for a given URL\nprefix.","items":{"$ref":"#/definitions/ProxyRuleProperties"},"type":"array"},"proxyUrl":{"description":"The proxy URL for the application.","type":"string"},"trustedServers":{"description":"Indicates whether cross origin requests made to the associated server\nshould include credentials such as cookies and authorization headers.","items":{"type":"string"},"type":"array"},"version":{"description":"The version of VertiGIS Studio Web that was used to create this app\nconfiguration.","type":"string"}},"type":"object"},"VertigisWebModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/VertigisWebModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^vertigis-web$","type":"string"},"id":{"description":"The item's ID. No two items of the 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#","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"async":{"description":"Whether or not the workflow should be executed asynchronously. If this\nproperty is true, commands executing the workflow will not wait for it to\nfinish. Defaults to false.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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."},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"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"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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#","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hiddenFrom":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is hidden from a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."},"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"},"isLandmark":{"description":"Whether this model should be included in landmarks.","type":"boolean"},"title":{"description":"A human-readable title for this model.","type":"string"},"visibleTo":{"$ref":"#/definitions/Iterable","description":"Filters that determine whether the UI element is visible to a given\nend-user. If both visibleTo and hiddenFrom are undefined/empty, the\ncomponent will be visible to all users."}},"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.CIMSymbol":{},"esri.Collection":{},"esri.Color":{},"esri.Content":{},"esri.Environment":{},"esri.Error":{},"esri.Extent":{},"esri.Feature":{},"esri.FeatureLayer":{},"esri.FeatureType":{},"esri.Field":{},"esri.LabelSymbol3D":{},"esri.Layer":{},"esri.LineSymbol3D":{},"esri.Map":{},"esri.Mesh":{},"esri.MeshSymbol3D":{},"esri.Multipoint":{},"esri.PictureFillSymbol":{},"esri.PictureMarkerSymbol":{},"esri.Point":{},"esri.PointSymbol3D":{},"esri.Polygon":{},"esri.PolygonSymbol3D":{},"esri.Polyline":{},"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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#access Read more...}","enum":["org","private","public","shared"],"type":"string"},"accessInformation":{"description":"Information on the source of the item and its copyright status.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#accessInformation Read more...}","type":"string"},"apiKey":{"description":"An authorization string used to access the portal item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#apiKey Read more...}","type":"string"},"applicationProxies":{"description":"Contains an array of objects containing proxy information for premium platform services.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#applicationProxies Read more...}","items":{"$ref":"#/definitions/esri.PortalItemApplicationProxies"},"type":"array"},"avgRating":{"description":"Average rating.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#avgRating Read more...}","type":"number"},"categories":{"description":"An array of organization categories that are set on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#categories Read more...}","items":{"type":"string"},"type":"array"},"classification":{"$ref":"#/definitions/__type","description":"The classification information for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#classification Read more...}"},"created":{"description":"The date the item was created.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#created Read more...}","format":"date-time","type":"string"},"culture":{"description":"The item's locale information (language and country).\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#culture Read more...}","type":"string"},"declaredClass":{"type":"string"},"description":{"description":"The detailed description of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#description Read more...}","type":"string"},"destroyed":{"type":"boolean"},"extent":{"$ref":"#/definitions/esri.Extent","description":"The geographic extent, or bounding rectangle, of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#extent Read more...}"},"groupCategories":{"description":"An array of group categories set on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#groupCategories Read more...}","items":{"type":"string"},"type":"array"},"id":{"description":"The unique id for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#id Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isLayer Read more...}","type":"boolean"},"isOrgItem":{"description":"Indicates whether this item and the user whose credential was used to fetch this item belong\nto the same ArcGIS Enterprise Portal or ArcGIS Online Organization.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#isOrgItem Read more...}","type":"boolean"},"itemControl":{"description":"Indicates whether an item can be updated and deleted.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemControl Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemPageUrl Read more...}","type":"string"},"itemUrl":{"description":"The URL to the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#itemUrl Read more...}","type":"string"},"licenseInfo":{"description":"Information on license or restrictions related to the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#licenseInfo Read more...}","type":"string"},"loadError":{"$ref":"#/definitions/esri.Error","default":"null\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadError Read more...}","description":"The Error object returned if an error occurred while loading."},"loadStatus":{"default":"\"not-loaded\"\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadStatus Read more...}","description":"Represents the status of a {@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#load load} operation.","enum":["failed","loaded","loading","not-loaded"],"type":"string"},"loadWarnings":{"description":"A list of warnings which occurred while loading.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loadWarnings Read more...}","items":{},"type":"array"},"loaded":{"default":"false\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#loaded Read more...}","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{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#modified Read more...}","format":"date-time","type":"string"},"name":{"description":"The name of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#name Read more...}","type":"string"},"numComments":{"description":"Number of comments on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numComments Read more...}","type":"number"},"numRatings":{"description":"Number of ratings on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numRatings Read more...}","type":"number"},"numViews":{"description":"Number of views on the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#numViews Read more...}","type":"number"},"owner":{"description":"The username of the user who owns this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#owner Read more...}","type":"string"},"ownerFolder":{"description":"The ID of the folder in which the owner has stored the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#ownerFolder Read more...}","type":"string"},"portal":{"$ref":"#/definitions/esri.Portal","description":"The portal that contains the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#portal Read more...}"},"screenshots":{"default":"null\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#screenshots Read more...}","description":"An array of string URLs.","items":{"type":"string"},"type":"array"},"size":{"description":"The size of the item (in bytes).\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#size Read more...}","type":"number"},"snippet":{"description":"A summary description of the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#snippet Read more...}","type":"string"},"sourceJSON":{"description":"The JSON used to create the property values when the `PortalItem` is loaded.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#sourceJSON Read more...}"},"tags":{"description":"User defined tags that describe the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#tags Read more...}","items":{"type":"string"},"type":"array"},"thumbnailUrl":{"description":"The URL to the thumbnail used for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#thumbnailUrl Read more...}","type":"string"},"title":{"description":"The title for the item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#title Read more...}","type":"string"},"type":{"description":"The GIS content type of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#type Read more...}","type":"string"},"typeKeywords":{"description":"Type keywords that describe the type of content of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#typeKeywords Read more...}","items":{"type":"string"},"type":"array"},"url":{"description":"The service URL of this item.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-portal-PortalItem.html#url Read more...}","type":"string"}},"required":["access","accessInformation","apiKey","applicationProxies","avgRating","categories","classification","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":{"type":"string"},"proxyUrl":{"type":"string"},"sourceUrl":{"type":"string"}},"required":["proxyId","proxyUrl","sourceUrl"],"type":"object"},"esri.SimpleFillSymbol":{},"esri.SimpleLineSymbol":{},"esri.SimpleMarkerSymbol":{},"esri.SpatialReference":{},"esri.TextSymbol":{},"esri.TimeExtent":{},"esri.Viewing":{},"esri.Viewpoint":{},"esri.WebStyleSymbol":{},"highcharts.highcharts.AnimationOptionsObject":{"description":"An animation configuration. Animation configurations can also be defined as\nbooleans, where `false` turns off animation and `true` defaults to a duration\nof 500ms and defer of 0ms."},"highcharts.highcharts.BorderRadiusOptionsObject":{"description":"Detailed options for border radius."},"highcharts.highcharts.DataGroupingOptionsObject":{"description":"(Highstock) A custom data grouping object for each button."},"highcharts.highcharts.Dictionary":{"description":"Generic dictionary in TypeScript notation. Use the native `AnyRecord`\ninstead."},"highcharts.highcharts.GeoJSON":{"description":"Represents the loose structure of a geographic JSON file."},"highcharts.highcharts.GradientColorObject":{"description":"Gradient options instead of a solid color."},"highcharts.highcharts.Options":{},"highcharts.highcharts.OptionsAlgorithmValue":{},"highcharts.highcharts.OptionsCompareValue":{},"highcharts.highcharts.OptionsGapUnitValue":{},"highcharts.highcharts.OptionsLegendSymbolValue":{},"highcharts.highcharts.OptionsMapFunctionValue":{},"highcharts.highcharts.OptionsValueMapFunctionValue":{},"highcharts.highcharts.OptionsWithinValue":{},"highcharts.highcharts.PatternObject":{"description":"Holds a pattern definition."},"highcharts.highcharts.PlotItemOnPointConnectorOptions":{"description":"(Highcharts) Options for the connector in the _Series on point_ feature.\n\nIn styled mode, the connector can be styled with the\n`.highcharts-connector-seriesonpoint` class name.","properties":{"dashstyle":{"description":"(Highcharts) A name for the dash style to use for the connector.","type":"string"},"stroke":{"description":"(Highcharts) Color of the connector line. By default it's the series'\ncolor.","type":"string"},"width":{"description":"(Highcharts) Pixel width of the connector line.","type":"number"}},"type":"object"},"highcharts.highcharts.PlotItemOnPointOptions":{"description":"(Highcharts) Options for the _Series on point_ feature. Only `pie` and\n`sunburst` series are supported at this moment.","properties":{"connectorOptions":{"anyOf":[{"$ref":"#/definitions/highcharts.highcharts.PlotItemOnPointConnectorOptions"},{"$ref":"#/definitions/highcharts.highcharts.SVGAttributes"}],"description":"(Highcharts) Options for the connector in the _Series on point_ feature.\n\nIn styled mode, the connector can be styled with the\n`.highcharts-connector-seriesonpoint` class name."},"id":{"description":"(Highcharts) The `id` of the point that we connect the series to. Only\npoints with a given `plotX` and `plotY` values and map points are valid.","type":"string"},"position":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemOnPointPositionOptions"}],"description":"(Highcharts) Options allowing to set a position and an offset of the\nseries in the _Series on point_ feature."}},"type":"object"},"highcharts.highcharts.PlotItemOnPointPositionOptions":{"description":"(Highcharts) Options allowing to set a position and an offset of the series\nin the _Series on point_ feature.","properties":{"offsetX":{"description":"(Highcharts) Series center offset from the original x position. If\ndefined, the connector line is drawn connecting original position with\nnew position.","type":"number"},"offsetY":{"description":"(Highcharts) Series center offset from the original y position. If\ndefined, the connector line is drawn from original position to a new\nposition.","type":"number"},"x":{"description":"(Highcharts) X position of the series center. By default, the series is\ndisplayed on the point that it is connected to.","type":"number"},"y":{"description":"(Highcharts) Y position of the series center. By default, the series is\ndisplayed on the point that it is connected to.","type":"number"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Rate mapping for speech tracks."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) Text mapping for speech tracks."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingRateOptions":{"description":"(Highcharts) Rate mapping for speech tracks.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationContextTracksPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultInstrumentPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingOptions":{"description":"(Highcharts) Mapping configuration for the speech/audio parameters.\n\nAll parameters except `text` can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the speech parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the speech\nparameter. The function is called for each speech event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Speech pitch (how high/low the voice is) multiplier."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Speech rate (speed) multiplier."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) The text to announce for speech tracks. Can either be a\nformat string or a function.\n\nIf it is a function, it should return the format string to announce. The\nfunction is called for each audio event, and receives a parameter object\nwith `time`, and potentially `point` and `value` properties depending on\nthe track. `point` is available if the audio event is related to a data\npoint. `value` is available if the track is used as a context track, and\n`valueInterval` is used.\n\nIf it is a format string, in addition to normal string content, format\nvalues can be accessed using bracket notation. For example `\"Value is\n{point.y}%\"`.\n\n`time`, `point` and `value` are available to the format strings similarly\nto with functions. Nested properties can be accessed with dot notation,\nfor example `\"Density: {point.options.custom.density}\"`"},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Volume of the speech announcement."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPitchOptions":{"description":"(Highcharts) Speech pitch (how high/low the voice is) multiplier.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingRateOptions":{"description":"(Highcharts) Speech rate (speed) multiplier.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechMappingVolumeOptions":{"description":"(Highcharts) Volume of the speech announcement.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationDefaultSpeechPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group.","type":"string"},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksActiveWhenOptions":{"description":"(Highcharts) Define a condition for when a track should be active and not.\n\nCan either be a function callback or a configuration object.\n\nIf a function is used, it should return a `boolean` for whether or not the\ntrack should be active. The function is called for each audio event, and\nreceives a parameter object with `time`, and potentially `point` and `value`\nproperties depending on the track. `point` is available if the audio event is\nrelated to a data point. `value` is available if the track is used as a\ncontext track, and `valueInterval` is used.","properties":{"crossingDown":{"description":"(Highcharts) Track is only active when `prop` was above, and is now at or\nbelow this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"crossingUp":{"description":"(Highcharts) Track is only active when `prop` was below, and is now at or\nabove this value.\n\nIf both `crossingUp` and `crossingDown` are defined, the track is active\nif either condition is met.","type":"number"},"max":{"description":"(Highcharts) Track is only active when `prop` is below or at this value.","type":"number"},"min":{"description":"(Highcharts) Track is only active when `prop` is above or at this value.","type":"number"},"prop":{"description":"(Highcharts) The point property to compare, for example `y` or `x`.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingFrequencyOptions":{"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingGapBetweenNotesOptions":{"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an array\nof notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassOptions":{"description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low frequencies,\nmaking the sound thinner.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingHighpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassFrequencyOptions":{"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassOptions":{"description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high frequencies,\nmaking the sound more dull.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter frequency in Hertz from 1 to 20,000Hz."},"resonance":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassResonanceOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a\ndip, or positive to cause a bump."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingLowpassResonanceOptions":{"description":"(Highcharts) Map to filter resonance in dB. Can be negative to cause a dip,\nor positive to cause a bump.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingNoteDurationOptions":{"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained notes.\nExamples of these instruments from the presets include `flute`, `saxophone`,\n`trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`, `sineGlide`,\n`triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`, and `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingOptions":{"description":"(Highcharts) Mapping options for the audio parameters.\n\nAll parameters can be either:\n\n- A string, referencing a point property to map to.\n\n- A number, setting the value of the audio parameter directly.\n\n- A callback function, returning the value programmatically.\n\n- An object defining detailed configuration of the mapping.\n\nIf a function is used, it should return the desired value for the audio\nparameter. The function is called for each audio event to be played, and\nreceives a context object parameter with `time`, and potentially `point` and\n`value` depending on the track. `point` is available if the audio event is\nrelated to a data point, and `value` is available if the track is used for a\ncontext track using `valueInterval`.","properties":{"frequency":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingFrequencyOptions"},{"type":["string","number"]}],"description":"(Highcharts) Frequency in Hertz of notes. Overrides pitch mapping if set."},"gapBetweenNotes":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingGapBetweenNotesOptions"},{"type":["string","number"]}],"description":"(Highcharts) Gap in milliseconds between notes if pitch is mapped to an\narray of notes.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"highpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingHighpassOptions","description":"(Highcharts) Mapping options for the highpass filter.\n\nA highpass filter lets high frequencies through, but stops low\nfrequencies, making the sound thinner."},"lowpass":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingLowpassOptions","description":"(Highcharts) Mapping options for the lowpass filter.\n\nA lowpass filter lets low frequencies through, but stops high\nfrequencies, making the sound more dull."},"noteDuration":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingNoteDurationOptions"},{"type":["string","number"]}],"description":"(Highcharts) Note duration determines for how long a note plays, in\nmilliseconds.\n\nIt only affects instruments that are able to play continuous sustained\nnotes. Examples of these instruments from the presets include `flute`,\n`saxophone`, `trumpet`, `sawsynth`, `wobble`, `basic1`, `basic2`, `sine`,\n`sineGlide`, `triangle`, `square`, `sawtooth`, `noise`, `filteredNoise`,\nand `wind`.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pan":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPanOptions"},{"type":["string","number"]}],"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It\nis defined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right\nas the chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"pitch":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"items":{"type":["string","number"]},"type":"array"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPitchOptions"},{"type":["string","number"]}],"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio\nparameters.\n\nFirstly, it accepts not only number values, but also string values\ndenoting note names. These are given in the form `<note><octave>`, for\nexample `\"c6\"` or `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case,\nthe `gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object."},"playDelay":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingPlayDelayOptions"},{"type":["string","number"]}],"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to\nthe time determined by the `time` mapping.\n\nCan also be negative to play before the mapped time."},"rate":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingRateOptions"},{"type":["string","number"]}],"description":"(Highcharts) Rate mapping for speech tracks."},"text":{"anyOf":[{"$ref":"#/definitions/Function"},{"type":"string"}],"description":"(Highcharts) Text mapping for speech tracks."},"time":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTimeOptions"},{"type":["string","number"]}],"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately\nwhen the chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x`\nvalue plays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject."},"tremolo":{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloOptions","description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time."},"volume":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingVolumeOptions"},{"type":["string","number"]}],"description":"(Highcharts) The volume of notes, from 0 to 1."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPanOptions":{"description":"(Highcharts) Pan refers to the stereo panning position of the sound. It is\ndefined from -1 (left) to 1 (right).\n\nBy default it is mapped to `x`, making the sound move from left to right as\nthe chart plays.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPitchOptions":{"description":"(Highcharts) Musical pitch refers to how high or low notes are played.\n\nBy default it is mapped to `y` so low `y` values are played with a lower\npitch, and high values are played with a higher pitch.\n\nPitch mapping has a few extra features compared to other audio parameters.\n\nFirstly, it accepts not only number values, but also string values denoting\nnote names. These are given in the form `<note><octave>`, for example `\"c6\"`\nor `\"F#2\"`.\n\nSecondly, it is possible to map pitch to an array of notes. In this case, the\n`gapBetweenNotes` mapping determines the delay between these notes.\n\nThirdly, it is possible to define a musical scale to follow when mapping.\n\nCan be set to a fixed value, an array, a prop to map to, a function, or a\nmapping object.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"string"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"string"},"scale":{"description":"(Highcharts) Map pitches to a musical scale. The scale is defined as an\narray of semitone offsets from the root note.","items":{"type":"number"},"type":"array"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingPlayDelayOptions":{"description":"(Highcharts) Milliseconds to wait before playing, comes in addition to the\ntime determined by the `time` mapping.\n\nCan also be negative to play before the mapped time.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingRateOptions":{"description":"(Highcharts) Rate mapping for speech tracks.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTimeOptions":{"description":"(Highcharts) Time mapping determines what time each point plays. It is\ndefined as an offset in milliseconds, where 0 means it plays immediately when\nthe chart is sonified.\n\nBy default time is mapped to `x`, meaning points with the lowest `x` value\nplays first, and points with the highest `x` value plays last.\n\nCan be set to a fixed value, a prop to map to, a function, or a mapping\nobject.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloDepthOptions":{"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloOptions":{"description":"(Highcharts) Mapping options for tremolo effects.\n\nTremolo is repeated changes of volume over time.","properties":{"depth":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloDepthOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo depth, from 0 to 1.\n\nThis determines the intensity of the tremolo effect, how much the volume\nchanges."},"speed":{"anyOf":[{"additionalProperties":true,"properties":{},"type":"object"},{"$ref":"#/definitions/Function"},{"$ref":"#/definitions/highcharts.highcharts.PlotItemSonificationTracksMappingTremoloSpeedOptions"},{"type":["string","number"]}],"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume\nchanges."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingTremoloSpeedOptions":{"description":"(Highcharts) Map to tremolo speed, from 0 to 1.\n\nThis determines the speed of the tremolo effect, how fast the volume changes.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksMappingVolumeOptions":{"description":"(Highcharts) The volume of notes, from 0 to 1.","properties":{"mapFunction":{"$ref":"#/definitions/highcharts.highcharts.OptionsMapFunctionValue","description":"(Highcharts) How to perform the mapping."},"mapTo":{"description":"(Highcharts) A point property to map the mapping parameter to.\n\nA negative sign `-` can be placed before the property name to make\nmapping inverted.","type":"string"},"max":{"description":"(Highcharts) The maximum value for the audio parameter. This is the\nhighest value the audio parameter will be mapped to.","type":"number"},"min":{"description":"(Highcharts) The minimum value for the audio parameter. This is the\nlowest value the audio parameter will be mapped to.","type":"number"},"value":{"description":"(Highcharts) A fixed value to use for the prop when mapping.\n\nFor example, if mapping to `y`, setting value to `4` will map as if all\npoints had a y value of 4.","type":"number"},"within":{"$ref":"#/definitions/highcharts.highcharts.OptionsWithinValue","description":"(Highcharts) What data values to map the parameter within.\n\nMapping within `\"series\"` will make the lowest value point in the series\nmap to the min audio parameter value, and the highest value will map to\nthe max audio parameter.\n\nMapping within `\"chart\"` will make the lowest value point in the whole\nchart map to the min audio parameter value, and the highest value in the\nwhole chart will map to the max audio parameter.\n\nYou can also map within the X or Y axis of each series."}},"type":"object"},"highcharts.highcharts.PlotItemSonificationTracksPointGroupingOptions":{"description":"(Highcharts) Options for point grouping, specifically for instrument tracks.","properties":{"algorithm":{"$ref":"#/definitions/highcharts.highcharts.OptionsAlgorithmValue","description":"(Highcharts) The grouping algorithm, deciding which points to keep when\ngrouping a set of points together. By default `\"minmax\"` is used, which\nkeeps both the minimum and maximum points.\n\nThe other algorithms will either keep the first point in the group (time\nwise), last point, middle point, or both the first and the last point.\n\nThe timing of the resulting point(s) is then adjusted to play evenly,\nregardless of its original position within the group."},"enabled":{"description":"(Highcharts) Whether or not to group points","type":"boolean"},"groupTimespan":{"description":"(Highcharts) The size of each group in milliseconds. Audio events closer\nthan this are grouped together.","type":"number"},"prop":{"description":"(Highcharts) The data property for each point to compare when deciding\nwhich points to keep in the group.\n\nBy default it is \"y\", which means that if the `\"minmax\"` algorithm is\nused, the two points the group with the lowest and highest `y` value will\nbe kept, and the others not played.","type":"string"}},"type":"object"},"highcharts.highcharts.PlotSeriesOptions":{"description":"(Highcharts, Highstock, Highmaps, Gantt) General options for all series\ntypes.\n\nIn TypeScript the type option must always be set.\n\nConfiguration options for the series are given in three levels:\n\n1. Options for all series in a chart are defined in the plotOptions.series\nobject.\n\n2. Options for all `line` series are defined in plotOptions.line.\n\n3. Options for one single series are given in the series instance array. (see\nonline documentation for example)"},"highcharts.highcharts.PlotSeriesPointOptions":{"description":"(Highstock) Properties for each single point."},"highcharts.highcharts.PointMarkerOptionsObject":{"description":"(Highcharts, Highstock) Options for the point markers of line-like series."},"highcharts.highcharts.PointOptionsObject":{"description":"The generic point options for all series.\n\nIn TypeScript you have to extend `PointOptionsObject` with an additional\ndeclaration to allow custom data options: (see online documentation for\nexample)"},"highcharts.highcharts.SVGAttributes":{"description":"An object of key-value pairs for SVG attributes. Attributes in Highcharts\nelements for the most parts correspond to SVG, but some are specific to\nHighcharts, like `zIndex`, `rotation`, `rotationOriginX`, `rotationOriginY`,\n`translateX`, `translateY`, `scaleX` and `scaleY`. SVG attributes containing\na hyphen are _not_ camel-cased, they should be quoted to preserve the hyphen."},"highcharts.highcharts.SeriesAccessibilityOptionsObject":{"description":"(Highstock) Accessibility options for a series."},"highcharts.highcharts.SeriesConnectorsOptionsObject":{"description":"(Gantt) Override Pathfinder connector options for a series. Requires\nHighcharts Gantt to be loaded."},"highcharts.highcharts.SeriesEventsOptionsObject":{"description":"(Highstock) General event handlers for the series items. These event hooks\ncan also be attached to the series at run time using the\n`Highcharts.addEvent` function."},"highcharts.highcharts.SeriesLastPriceOptionsObject":{"description":"(Highstock) The line marks the last price from all points."},"highcharts.highcharts.SeriesLastVisiblePriceOptionsObject":{"description":"(Highstock) The line marks the last price from visible range of points."},"highcharts.highcharts.SeriesMapDataOptions":{"description":"(Highmaps) An array of data points for the series. For the `map` series type,\npoints can be given in the following ways:\n\n1. An array of numerical values. In this case, the numerical values will be\ninterpreted as `value` options. Example: (see online documentation for\nexample)\n\n2. An array of arrays with 2 values. In this case, the values correspond to\n`[hc-key, value]`. Example: (see online documentation for example)\n\n3. An array of objects with named values. The following snippet shows only a\nfew settings, see the complete options set below. If the total number of data\npoints exceeds the series' turboThreshold, this option is not available. (see\nonline documentation for example)"},"highcharts.highcharts.SeriesPieDataLabelsOptionsObject":{"description":"(Highcharts, Highstock, Highmaps, Gantt) Options for the series data labels,\nappearing next to each data point.\n\nSince v6.2.0, multiple data labels can be applied to each single point by\ndefining them as an array of configs.\n\nIn styled mode, the data labels can be styled with the\n`.highcharts-data-label-box` and `.highcharts-data-label` class names (see\nexample)."},"highcharts.highcharts.SeriesSonificationOptions":{"description":"(Highstock) Sonification/audio chart options for a series."},"highcharts.highcharts.SeriesStatesOptionsObject":{"description":"(Highcharts) A wrapper object for all the series options in specific states."},"highcharts.highcharts.SeriesTooltipOptionsObject":{"description":"(Highstock) A configuration object for the tooltip rendering of each single\nseries. Properties are inherited from tooltip, but only the following\nproperties can be defined on a series level."},"highcharts.highcharts.SonifcationTypeValue":{},"highcharts.highcharts.SynthPatchOptionsObject":{"description":"A set of options for the SynthPatch class."},"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/AddressModelPropertiesItem"},{"$ref":"#/definitions/BasemapModelPropertiesItem"},{"$ref":"#/definitions/ChartModelPropertiesItem"},{"$ref":"#/definitions/DataLinkSourcePropertiesItem"},{"$ref":"#/definitions/DrawModelPropertiesItem"},{"$ref":"#/definitions/GeometryModelPropertiesItem"},{"$ref":"#/definitions/KpiCardModelPropertiesItem"},{"$ref":"#/definitions/Map3dToggleModelPropertiesItem"},{"$ref":"#/definitions/MeasurementModelPropertiesItem"},{"$ref":"#/definitions/PrintFormModelPropertiesItem"},{"$ref":"#/definitions/PrintTemplateModelPropertiesItem"},{"$ref":"#/definitions/ReportModelPropertiesItem"},{"$ref":"#/definitions/ScaleInputModelPropertiesItem"},{"$ref":"#/definitions/TabsModelPropertiesItem"},{"$ref":"#/definitions/UserPreferencesModelPropertiesItem"},{"$ref":"#/definitions/VertigisWebModelPropertiesItem"}]},"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"}