@vertigis/viewer-spec 60.6.0 → 60.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- {"$schema":"http://json-schema.org/draft-04/schema#","definitions":{"Action":{"description":"Defines an action to perform."},"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."},"ApplicationPropertiesJson":{"description":"The applicationProperties object is one of the objects at the top level of\nthe JSON web map JSON schema. This is responsible for containing the viewing\nand editing properties of the web map. There are specific objects within this\nobject that are applicable only to Collector and are explained within the\nproperty descriptions.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/applicationProperties/}.","properties":{"editing":{"$ref":"#/definitions/__type","description":"If locationTracking is set and enabled, the Collector application will\nupdate the feature service at the defined interval with the current\nlocation of the user logged into the Collector app. See\n{@link https://developers.arcgis.com/web-map-specification/objects/editing/}."},"offline":{"$ref":"#/definitions/__type","description":"Use if working with offline maps. See\n{@link https://developers.arcgis.com/web-map-specification/objects/offline/}."},"viewing":{"$ref":"#/definitions/__type","description":"An object containing all the viewing properties of the web map. If this\nis null or not defined, the client should assume a logical default. See\n{@link https://developers.arcgis.com/web-map-specification/objects/viewing/}."}},"type":"object"},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\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"}]},"AuthoringInfoFilterBlockJson":{"description":"The filter authoring info object contains metadata about the authoring\nprocess for creating a filter block object. This allows the authoring client\nto save specific, overridable settings. The next time it is accessed via an\nauthoring client, their selections are remembered. Non-authoring clients can\nignore it.","properties":{"filterTypes":{"description":"Array of defined filter types. Each filter type has an array of filter\nvalues.","items":{"$ref":"#/definitions/AuthoringInfoFilterTypeJson"},"type":"array"}},"type":"object"},"AuthoringInfoFilterTypeJson":{"description":"The file authoring information for a filter, including the filter type and\nits value settings.","properties":{"filterType":{"description":"Represents the filter type name. Name is a unique identifier.","type":"string"},"filterValues":{"description":"Array of filter values. Filter values are the attributes that can be\nstored for individual fields in a layer.","items":{"type":"string"},"type":"array"}},"type":"object"},"AuthoringInfoJson":{"description":"The authoringInfo is an object containing metadata about the authoring\nprocess for creating a renderer object. This allows the authoring clients to\nsave specific overridable settings so that next time it is accessed via the\nUI, their selections are remembered. Non-authoring clients should ignore it.\nIn order to support the slider with color/size/transparency information, the\nselection of the various themes, classification, and additional properties\nare saved within this object.\n\nNote: The authoringInfo object is not required with a renderer. It is only\nused if rendering was generated using Map Viewer rendering tools.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.","properties":{"classificationMethod":{"$ref":"#/definitions/ClassificationMethodJsonType","description":"Used for classed color or size. The default value is esriClassifyManual."},"colorRamp":{"$ref":"#/definitions/ColorRampJson","description":"A colorRamp object is used to specify a range of colors that are applied\nto a group of symbols."},"field":{"$ref":"#/definitions/FieldJson","description":"Contains information about an attribute field."},"fields":{"description":"An array of string values representing field names used for creating\npredominance renderers.","type":"string"},"standardDeviationInterval":{"description":"Use if the classificationMethod is esriClassifyStandardDeviation.\nPossible values: 0.25, 0.33, 0.5, 1.","type":"number"},"type":{"$ref":"#/definitions/AuthoringInfoJsonType","description":"In case of classed renderers this is set to either classedSize or\nclassedColor."},"visualVariables":{"$ref":"#/definitions/VisualVariableJson","description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity."}},"type":"object"},"AuthoringInfoJsonType":{"description":"The type of the AuthoringInfo.","enum":["classedColor","classedSize","predominance"],"type":"string"},"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"}]},"BasemapJson":{"description":"A basemap layer is a layer that provides geographic context to the map. A web\nmap always contains a basemap. A web scene is not required to always contain\na basemap. The basemap has a title and is the combination of each\nBasemapLayer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/basemap/}.","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"},"BasemapLayerJson":{"description":"A base map layer in a web map/scene."},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the\n{@link mapping /BasemapExtension!BasemapExtensionProperties.basemap} property.","properties":{"baseMapLayers":{"description":"An array of BasemapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"$ref":"#/definitions/BasemapLayerJson"},"type":"array"},"elevationLayers":{"description":"Deprecated, use ground.layers instead. An array of elevationLayer objects\ndefining the basemaps used in the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"id":{"description":"An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!","type":"string"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"BingLayerJson":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"BloomEffectFunctionJson":{"description":"An Effect Function for the bloom effect.","properties":{"radius":{"description":"Determines the radius of the blur. Negative values are not allowed.\nLeaves the pixels inside the radius untouched.","type":"number"},"strength":{"description":"The intensity of the bloom effect. The higher the value, the brighter the\nglow. Negative values are not allowed.","type":"number"},"threshold":{"description":"The minimum color luminosity for a pixel to bloom, where at 0 all pixels\nbloom and 1 only the pixels with 100% luminosity colors bloom.","type":"number"},"type":{"const":"bloom","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"BlurEffectFunctionJson":{"description":"An Effect Function for the blur effect.","properties":{"radius":{"description":"The radius of the blur in points. It defines the value of the standard\ndeviation to the Gaussian function. Negative values are not allowed.","type":"number"},"type":{"const":"blur","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkJson":{"description":"Predefined bookmarks for use by the application. A bookmark is a saved map\nextent that allows end users to quickly navigate to a particular area of\ninterest.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bookmark/}.","properties":{"extent":{"$ref":"#/definitions/ExtentJson"},"name":{"description":"A string name for the bookmark.","type":"string"},"thumbnail":{"$ref":"#/definitions/__type","description":"Object containing a thumbnail image."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"Represents the location displayed on the map. If viewpoint is defined,\nignore the extent. If viewpoint is not defined, use the extent property.\nFor backwards compatibility, please save both extent and viewpoint\nproperties."}},"required":["name"],"type":"object"},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See {@link mapping /Bookmark!Bookmark.source}."},"title":{"description":"See {@link mapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/ViewpointJson"}],"description":"See {@link mapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BorderJson":{"description":"Optional border on the line that is used to improve the contrast of the line\ncolor against various background colors.","properties":{"color":{"description":"The color of the border.","items":{"type":"number"},"type":"array"},"transparency":{"description":"A value between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BrightnessEffectFunctionJson":{"description":"An Effect Function for the brightness effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"brightness","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"BuildingSceneLayerJson":{"description":"The BuildingSceneLayer is a layer type designed for on-demand streaming and\ndisplaying building data."},"CIMSymbolJson":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.","properties":{"type":{"const":"CIMSymbolReference","description":"Specifies the type of symbol used.","type":"string"}},"required":["type"],"type":"object"},"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/}.","properties":{"symbol":{"anyOf":[{"$ref":"#/definitions/esri.CIMLineSymbol"},{"$ref":"#/definitions/esri.CIMPointSymbol"},{"$ref":"#/definitions/esri.CIMPolygonSymbol"}],"description":"The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and\nCIMPolygonSymbol."},"type":{"const":"CIMSymbolReference","description":"Specifies the type of symbol used.","type":"string"}},"required":["type"],"type":"object"},"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/}."},"CalloutJson":{"description":"Callout configuration for a symbol.","properties":{"border":{"$ref":"#/definitions/BorderJson","description":"Optional border on the line that is used to improve the contrast of the\nline color against various background colors."},"color":{"description":"The color of the line.","items":{"type":"number"},"type":"array"},"size":{"description":"The width of the line in points.","type":"number"},"transparency":{"description":"A value between 100 (full transparency) and 0 (full opacity).","type":"number"},"type":{"const":"line","description":"The type of the callout. A callout of type line connects an offset symbol\nor label with its location.","type":"string"}},"required":["type"],"type":"object"},"ClassBreakInfoJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.","properties":{"classMaxValue":{"description":"A numeric value used to specify the maximum value for a break.","type":"number"},"classMinValue":{"description":"A numeric value used to specify discontinuous class breaks. If this value\nis null or is missing, the map server will calculate the minimum value\nbased on the preceding class' maximum value.","type":"number"},"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."}},"required":["classMaxValue","symbol"],"type":"object"},"ClassBreaksRendererJson":{"description":"A class breaks renderer symbolizes based on the value of some numeric\nattribute. The classBreakInfo define the values at which the symbology\nchanges.\n\nIf the Normalization Type property is defined than the class breaks contain a\nnormalized min/max value instead of the actual value. The data value,\nobtained from the field property, is normalized using one of the following\nfunctions before it is compared with the class breaks.\n\n1. Field - Divide the data value using the attribute value of the field\n specified by the normalizationField property.\n2. Log - Compute the base 10 logarithm of the data value. This can be a useful\n approach for some data distributions because it reduced the influence of\n very large data values.\n3. Percent-of-total - Divide the data value by the sum of all data values then\n multiply by 100. Use the normalizationTotal property to determine the\n total value.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"anyOf":[{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"Supported only for polygon features. It is a SimpleFillSymbol."},"classBreakInfos":{"description":"Array of objects with value, label, and description.","items":{"$ref":"#/definitions/ClassBreakInfoJson"},"type":"array"},"classificationMethod":{"$ref":"#/definitions/ClassificationMethodJsonType","description":"Determines the classification method that was used to generate class\nbreaks."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used when a value cannot be classified."},"field":{"description":"String value specifying the numeric field used in generating the class\nbreaks.","type":"string"},"minValue":{"description":"The minimum numeric data value needed to begin class breaks.","type":"number"},"normalizationField":{"description":"Used when normalizationType is NormalizationType.BY_FIELD.","type":"string"},"normalizationTotal":{"description":"Used when normalizationType is NormalizationType.BY_FIELD.","type":"number"},"normalizationType":{"description":"One of the NormalizationType constants.","enum":["esriNormalizeByField","esriNormalizeByLog","esriNormalizeByPercentOfTotal"],"type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"classBreaks","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["classBreakInfos","classificationMethod","field","type"],"type":"object"},"ClassificationMethodJsonType":{"description":"The classification method for ClassBreaksRenderer.","enum":["esriClassifyEqualInterval","esriClassifyGeometricalInterval","esriClassifyManual","esriClassifyNaturalBreaks","esriClassifyQuantile","esriClassifyStandardDeviation"],"type":"string"},"CloudyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to cloudy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/cloudyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"type":{"const":"cloudy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"CodedValueJson":{"description":"A set of valid coded values with unique names. See\n{@link https://developers.arcgis.com/web-map-specification/objects/codedValue/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.","properties":{"code":{"description":"Value indicating which unique code is used to identify the feature\nattribute.","type":["string","number"]},"name":{"description":"The human-readable name for the coded value.","type":"string"}},"required":["code","name"],"type":"object"},"ColorBackgroundJson":{"description":"Specifies a single color to fill the background of the scene with. The scene\nbackground is displayed behind any scene objects, stars and atmosphere.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/environment_background_color/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity). Web scenes only.","type":"number"},"type":{"const":"color","description":"The type of background. Web scenes only.","type":"string"}},"required":["type"],"type":"object"},"ColorClassBreakInfoJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.","properties":{"classMaxValue":{"description":"A numeric value used to specify the maximum value for a break.","type":"number"},"classMinValue":{"description":"A numeric value used to specify discontinuous class breaks. If this value\nis null or is missing, the map server will calculate the minimum value\nbased on the preceding class' maximum value.","type":"number"},"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"description":{"description":"String value used to describe the class.","type":"string"},"label":{"description":"String value used to label the class.","type":"string"}},"type":"object"},"ColorInfoJson":{"description":"The colorInfo visual variable defines how a continuous color ramp is applied\nto features based on the values of a numeric field attribute. The minimum and\nmaximum values of the data should be indicated along with their respective\ncolor values. You must specify either colors or stops to construct the color\nramp.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.","properties":{"colors":{"description":"An array of colors that define the color ramp. Either colors or stops\nmust be specified to construct the color ramp.","items":{"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"},"type":"array"},"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"maxDataValue":{"description":"The maximum data value.","type":"number"},"minDataValue":{"description":"The minimum data value.","type":"number"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"stops":{"description":"An array of stop objects.","items":{"$ref":"#/definitions/ColorStopJson"},"type":"array"},"type":{"const":"colorInfo","description":"The type of the VisualVariable.","type":"string"}},"required":["field","type"],"type":"object"},"ColorRampJson":{"description":"A colorRamp object is used to specify a range of colors that are applied to a\ngroup of symbols. See\n{@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.","properties":{"algorithm":{"description":"Algorithm used for calculating the ramp.","enum":["esriCIELabAlgorithm","esriHSVAlgorithm","esriLabLChAlgorithm"],"type":"string"},"colorRamps":{"description":"A multipart color ramp is defined by a list of constituent color ramps.","items":{"$ref":"#/definitions/ColorRampJson"},"type":"array"},"fromColor":{"description":"Array representing the initial color to start the ramp from.","items":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"maxItems":4,"minItems":4,"type":"array"},"toColor":{"description":"Array representing the final color to end the ramp with.","items":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"maxItems":4,"minItems":4,"type":"array"},"type":{"description":"Value indicating the type of colorRamp.","enum":["algorithmic","multipart"],"type":"string"}},"required":["type"],"type":"object"},"ColorStopJson":{"description":"A sizeStop object describes the size of the symbol at various values of the\nexpression.","properties":{"color":{"anyOf":[{"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"},{"type":"string"}],"description":"A CSS color string or an array of rbga values. The color to place at the\nstop indicated by either a ratio or value."},"label":{"description":"Value if a label is needed on the legend for a stop.","type":"string"},"value":{"description":"The pixel intensity value. Describes the pixel intensity value that the\ncolor should be associated with. Just like in colorInfo, using value will\nignore maxPixelIntensity and minPixelIntensity properties. It will\nactually set those properties to maximum and minimum values you set in\nthe colorStops array. The hard values are converted to ratios to create\nthe color gradient that is used in the heatmap calculations. Setting\nminPixelIntensity or maxPixelIntensity, after setting colorStops with\nvalues, removes the hard link between the color ramp and the pixel\nintensity values that were used to create it.","type":"number"}},"type":"object"},"ColorUniqueValueInfosJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"description":{"description":"String value used to describe the class.","type":"string"},"label":{"description":"String value used to label the class.","type":"string"},"values":{"description":"List of string values used to classify points.","items":{"type":"string"},"type":"array"}},"type":"object"},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/PopupExpressionInfoJson","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/FieldInfoJson"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/MediaInfoJson"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/OrderByFieldsJson"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"description":"String value indicating which element to use.","enum":["attachments","expression","fields","media","relationship","text"],"type":"string"}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"ContrastEffectFunctionJson":{"description":"An Effect Function for the contrast effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"contrast","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\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"}]},"DataSourceJson":{"anyOf":[{"$ref":"#/definitions/JoinTableDataSourceJson"},{"$ref":"#/definitions/QueryTableDataSourceJson"},{"$ref":"#/definitions/RasterDataSourceJson"},{"$ref":"#/definitions/TableDataSourceJson"}],"description":"This object applies if the layerDefinition source is set to DynamicDataLayer.\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/dataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."},"DateFormatJsonType":{"description":"Possible date formats for {@link FormatJson.dateFormat}.","enum":["dayShortMonthYear","dayShortMonthYearLongTime","dayShortMonthYearLongTime24","dayShortMonthYearShortTime","dayShortMonthYearShortTime24","longDate","longDateLongTime","longDateLongTime24","longDateShortTime","longDateShortTime24","longMonthDayYear","longMonthDayYearLongTime","longMonthDayYearLongTime24","longMonthDayYearShortTime","longMonthDayYearShortTime24","longMonthYear","shortDate","shortDateLE","shortDateLELongTime","shortDateLELongTime24","shortDateLEShortTime","shortDateLEShortTime24","shortDateLongTime","shortDateLongTime24","shortDateShortTime","shortDateShortTime24","shortMonthYear","year"],"type":"string"},"DefinitionEditorJson":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"DomainJson":{"description":"A domain specifies the set of valid values for a field.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/domain/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."},"DrawingInfoJson":{"description":"The drawingInfo object contains drawing information for a feature collection\nor a single layer in a map service. This object is used in LayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.","properties":{"filters":{"description":"Filters for PointCloud layers.","items":{"$ref":"#/definitions/PointCloudFilterJson"},"type":"array"},"fixedSymbols":{"description":"Only used for feature collections with a renderer. The feature's symbol\nis defined by the layer's renderer. Not implemented in JSAPI 4.x.","type":"boolean"},"labelingInfo":{"description":"An object defining the properties used for labeling the layer.","items":{"$ref":"#/definitions/LabelingInfoJson"},"type":"array"},"renderer":{"$ref":"#/definitions/RendererJson","description":"A renderer object that provides the symbology for the layer."},"scaleSymbols":{"description":"Boolean property indicating whether symbols should stay the same size in\nscreen units as you zoom in. A value of false means the symbols stay the\nsame size in screen units regardless of the map scale. Not implemented in\nJSAPI 4.x.","type":"boolean"},"showLabels":{"description":"Defines whether labels should be shown or not. This is only valid for\nsublayers.","type":"boolean"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"type":"object"},"DropShadowEffectFunctionJson":{"description":"An Effect Function for the drop-shadow effect.","properties":{"blurRadius":{"description":"The radius of the blur in points. It defines the value of the standard\ndeviation to the Gaussian function.","type":"number"},"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.","items":{"type":"number"},"type":"array"},"type":{"const":"drop-shadow","description":"Effect type.","type":"string"},"xoffset":{"description":"The distance of the shadow on the x-axis in points.","type":"number"},"yoffset":{"description":"The distance of the shadow on the y-axis in points.","type":"number"}},"required":["type"],"type":"object"},"DynamicDataLayerJson":{"description":"A dynamic data layer derived from a registered workspace. More information on\nthis can be found in the ArcGIS REST API help. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.","properties":{"dataSource":{"$ref":"#/definitions/DataSourceJson","description":"This object applies if the layerDefinition source is set to\nDynamicDataLayer. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."},"fields":{"description":"An array of objects specifying information about an attribute field.","items":{"$ref":"#/definitions/FieldJson"},"type":"array"},"type":{"const":"dataLayer","description":"A string value indicating the type. This value is dataLayer.","type":"string"}},"required":["type"],"type":"object"},"DynamicMapLayerJson":{"description":"A dynamic map layer refers to a layer in the current map service. More\ninformation on this can be found in the ArcGIS REST API help. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.","properties":{"gdbVersion":{"description":"If applicable, specify this to use an alternate geodatabase version.","type":"string"},"mapLayerId":{"description":"The current map layer's ID.","type":"number"},"type":{"const":"mapLayer","description":"A string value indicating the type. This value is mapLayer.","type":"string"}},"required":["type"],"type":"object"},"EdgesJson":{"anyOf":[{"$ref":"#/definitions/SketchEdgesJson"},{"$ref":"#/definitions/SolidEdgesJson"}],"description":"Edges describe additional styles applied to visually important edges of 3D\nobjects."},"EffectFunctionJson":{"anyOf":[{"$ref":"#/definitions/HueRotateEffectFunctionJson"},{"$ref":"#/definitions/BlurEffectFunctionJson"},{"$ref":"#/definitions/DropShadowEffectFunctionJson"},{"$ref":"#/definitions/BloomEffectFunctionJson"},{"$ref":"#/definitions/BrightnessEffectFunctionJson"},{"$ref":"#/definitions/ContrastEffectFunctionJson"},{"$ref":"#/definitions/GrayscaleEffectFunctionJson"},{"$ref":"#/definitions/InvertEffectFunctionJson"},{"$ref":"#/definitions/OpacityEffectFunctionJson"},{"$ref":"#/definitions/SaturateEffectFunctionJson"},{"$ref":"#/definitions/SepiaEffectFunctionJson"}],"description":"Effect functions that can be combined to build a layer effect."},"EffectJson":{"anyOf":[{"items":{"$ref":"#/definitions/ScaleDependentEffectJson"},"type":"array"},{"items":{"$ref":"#/definitions/EffectFunctionJson"},"type":"array"}],"description":"Effect provides various filter functions to achieve different visual effects\nsimilar to how image filters (photo apps) work."},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"ElevationModeJsonType":{"description":"Defines how the graphic is placed with respect to the terrain surface.","enum":["absoluteHeight","onTheGround","relativeToGround","relativeToScene"],"type":"string"},"EnvironmentJson":{"description":"Represents settings that affect the environment in which the WebScene is\ndisplayed (such as lighting). It is part of the initial state of the WebScene\nas well as slides in the presentation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/environment/}.","properties":{"atmosphereEnabled":{"description":"Whether the atmosphere should be visualized. This includes sky and haze\neffects.","type":"boolean"},"background":{"$ref":"#/definitions/ColorBackgroundJson","description":"Specifies how the background of the scene (which lies behind sky, stars\nand atmosphere) should be displayed."},"lighting":{"$ref":"#/definitions/LightingJson","description":"Object containing information on how the scene is lit."},"starsEnabled":{"description":"Whether stars should be displayed in the sky.","type":"boolean"},"weather":{"$ref":"#/definitions/WeatherJson","description":"Indicates the type of weather visualization in the scene."}},"type":"object"},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExtentJson":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See\n{@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/extent/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/extent/}."},"ExtrudeSymbol3DLayerJson":{"description":"ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them\nupward from the ground, creating a 3D volumetric object.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.","properties":{"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Extrusion height in meters, positive only.","type":"number"},"type":{"const":"Extrude","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"FacilityLayerInfoJson":{"description":"Defines the layer and field properties for the Facility layer used for floor\nfiltering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/facilityLayerInfo/}.","properties":{"facilityIdField":{"description":"The name of the attribute field that contains a facility feature's unique\nidentifier.","type":"string"},"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Facility features to use for floor filtering.","type":"string"},"nameField":{"description":"The name of the attribute field that contains a facility feature's name.","type":"string"},"siteIdField":{"description":"The name of the attribute field that contains a facility feature's site\nidentifier (a foreign key to the Site layer).","type":"string"}},"type":"object"},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a {@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":"Base properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureExpressionInfoJson":{"description":"An object that defines an expression for per-feature elevation. If not set,\ngeometry.z values are used for elevation. Unit is applied to the resulting\nexpression value.","properties":{"expression":{"description":"An Arcade expression evaluating to a number. Value of \"0\" does not use\ngeometry.z values.","type":"string"},"title":{"description":"Title of the expression.","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/}.","properties":{"attributes":{"description":"The feature attributes. It is a JSON object that contains a dictionary of\nname-value pairs. The names are the feature field names. The values are\nthe field values and they can be any of the standard JSON types - string,\nnumber and boolean. Note that date values are encoded as numbers. The\nnumber represents the number of milliseconds since epoch (January 1,\n1970) in UTC."},"geometry":{"$ref":"#/definitions/GeometryJson","description":"The feature geometry."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"A popupInfo object defining the content of popup window when you click a\nfeature on the map. Applicable to features in a map notes feature layer\nonly."},"symbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used for drawing the feature."}},"type":"object"},"FeatureLayerJson":{"description":"Feature layers can be created by referencing a layer from either a map\nservice or a feature service or by specifying a feature collection object.\nUse a map service if you just want to retrieve geometries and attributes from\nthe server and symbolize them yourself. Use a feature service if you want to\ntake advantage of symbols from the service's source map document. Also, use a\nfeature service if you plan on doing editing with the feature layer. Feature\nlayers honor any feature templates configured in the source map document.\nFeature collection objects are used to create a feature layer based on the\nsupplied definition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}."},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSet"},{"$ref":"#/definitions/FeatureSetProperties"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See {@link data /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.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"}]},"FeatureReductionClusterJson":{"description":"Feature reduction of type cluster declutters the screen by hiding features\nthat would otherwise intersect with other features on screen. The default\nclusterRadius for the JavaScript API is 60.","properties":{"clusterMaxSize":{"description":"Size of the largest cluster, in screen units (points).","type":"number"},"clusterMinSize":{"description":"Size of the smallest cluster, in screen units (points).","type":"number"},"clusterRadius":{"description":"Strength of clustering, in screen units (points).","type":"number"},"disablePopup":{"description":"Indicates whether to ignore popups defined by the service item.","type":"boolean"},"drawingInfo":{"$ref":"#/definitions/DrawingInfoJson","description":"Contains labeling information for the cluster."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"Defines the look and feel of popup windows when a user clicks or queries\na feature."},"showLabels":{"description":"Defines whether labels should be shown in the clusters.","type":"boolean"},"type":{"const":"cluster","description":"The type of feature reduction.","type":"string"}},"required":["type"],"type":"object"},"FeatureReductionSelectionJson":{"description":"Feature reduction of type selection declutters the screen by hiding features\nthat would otherwise intersect with other features on screen. The default\nbehavior of this feature reduction type is to select features by depth order,\ni.e. hide all features that would otherwise be overlapped by at least one\nother feature which is closer to the viewer.","properties":{"type":{"const":"selection","description":"The type of feature reduction.","type":"string"}},"required":["type"],"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"},"FillSymbol3DLayerJson":{"description":"FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon\ngeometries and 3D volumetric meshes in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.","properties":{"castShadows":{"description":"Boolean to control the shadow casting behavior of the rendered\ngeometries.","type":"boolean"},"edges":{"$ref":"#/definitions/EdgesJson","description":"Specifies an edge visualization style. Only affects MeshSymbol3D."},"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"type":{"const":"Fill","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"FilterAuthoringInfoCheckboxJson":{"description":"Client UI with checkbox representation for each filter type and filter value.","properties":{"filterBlocks":{"description":"Array of filter block authoring infos.","items":{"$ref":"#/definitions/AuthoringInfoFilterBlockJson"},"type":"array"},"type":{"const":"checkbox","description":"Type of filter authoring info. Value of this property must be checkbox.","type":"string"}},"required":["type"],"type":"object"},"FilterBlockJson":{"description":"A filter block defines what elements will be filtered with a specific filter\nmode. To ensure performance on client applications, it is not recommended to\ndeclare multiple filter blocks with the same filter mode. Filter blocks are\ncontained in a filter for a building scene layer. Each filter includes at\nleast one filter block.","properties":{"filterExpression":{"description":"SQL expression to select features that belong to this filter block.","type":"string"},"filterMode":{"$ref":"#/definitions/FilterModeJson","description":"Filter mode defines how features are drawn. For example, the filter mode\nof a filter can be solid or wire frame."},"title":{"description":"Title of the filter block.","type":"string"}},"type":"object"},"FilterModeJson":{"anyOf":[{"$ref":"#/definitions/FilterModeSolidJson"},{"$ref":"#/definitions/FilterModeWireFrameJson"}],"description":"Filter mode represents the way elements draw when participating in a filter\nblock."},"FilterModeSolidJson":{"description":"Draw elements of this filter block in solid mode. This mode does not change\nthe display of features.","properties":{"type":{"const":"solid","description":"Declares filter mode of type solid. Value of this property must be solid.","type":"string"}},"required":["type"],"type":"object"},"FilterModeWireFrameJson":{"description":"Draw elements of this filter block in wireframe mode. This mode draws only\nthe edges of the features with the specified edge style.","properties":{"edges":{"$ref":"#/definitions/EdgesJson","description":"A size in points by which to extend edges beyond their original end\npoints."},"type":{"const":"wireFrame","description":"Declares filter mode of type wire frame. Value of this property must be\nwireFrame.","type":"string"}},"required":["type"],"type":"object"},"FloorFilterJson":{"description":"Configurable properties used by the floor filter widget. See\n{@link https://developers.arcgis.com/web-map-specification/objects/floorFilter/}.","properties":{"enabled":{"description":"Indicates whether the floor filter is actively filtering the displayed\ncontent according to the floor filter selection.","type":"boolean"},"facility":{"description":"Contains a facility identifier for the initially selected facility in the\nfloor filter.","type":"string"},"level":{"description":"Contains a level identifier for the initially selected floor, which is\nused when filtering floor-aware layers.","type":"string"},"longNames":{"description":"Indicates whether the floor filter is showing long names instead of short\nnames for floor levels.","type":"boolean"},"minimized":{"description":"Indicates whether the floor filter has been minimized to show only the\nlevels list instead of showing the full set of breadcrumbs.","type":"boolean"},"pinnedLevels":{"description":"Indicates whether the floor filter has been pinned to show the floor\nlevels list, instead of including the levels as a breadcrumb dropdown.","type":"boolean"},"siteIdentifier":{"description":"Contains a site identifier for the initially selected site in the floor\nfilter.","type":"string"}},"type":"object"},"FoggyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to foggy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/foggyWeather/}.","properties":{"fogStrength":{"description":"Specifies the amount of fog used in the scene.","type":"number"},"type":{"const":"foggy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"FontJson":{"description":"Font used for text symbols.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/font/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/font/}.","properties":{"decoration":{"description":"The text decoration.","enum":["line-through","none","underline"],"type":"string"},"family":{"description":"The font family.","type":"string"},"size":{"description":"The font size.","type":"number"},"style":{"description":"The text style.","enum":["italic","normal","oblique"],"type":"string"},"weight":{"description":"The text weight.","enum":["bold","bolder","lighter","normal"],"type":"string"}},"type":"object"},"FormAttachmentElementJson":{"description":"Defines how one or more attachments can participate in the form. When present\nin the form, the user has the ability to upload an attachment specific to the\nform element. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.","properties":{"attachmentKeyword":{"description":"A string to identify the attachment(s). When a file is attached using the\nform, this property is used to set the value of the keywords field for\nthe attachment. When a form is displaying existing attachments, this\nproperty is used to query attachments using an exact match on the\nkeywords field.","type":"string"},"description":{"description":"A string that describes the element in detail.","type":"string"},"editable":{"description":"Indicates whether the attachments can be edited. If not present, the\ndefault is true.","type":"boolean"},"inputType":{"$ref":"#/definitions/__type","description":"The input user interface to use for the attachment."},"label":{"description":"A string value indicating what the element represents.","type":"string"},"type":{"const":"attachment","description":"String value indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed.","type":"string"}},"required":["type"],"type":"object"},"FormBarcodeScannerInputJson":{"description":"Defines the desired user interface is a barcode or QR code scanner. If the\nclient does not support barcode scanning, a single-line text box should be\nused. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. This only\napplies for string fields. If not supplied, the value is derived from the\nlength property of the referenced field in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. This only\napplies for string fields. If not supplied, the value is 0, meaning there\nis no minimum constraint.","type":"number"},"type":{"const":"barcode-scanner","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormComboBoxInputJson":{"description":"Defines the desired user interface is a list of values in a drop-down that\nsupports typing to filter. Only one value can be selected at a time. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.","properties":{"noValueOptionLabel":{"description":"The text used to represent a null value.","type":"string"},"showNoValueOption":{"description":"Determines whether null value option is displayed. This only applies to\nfields that support null values. If not provided, the default value is\nfalse.","type":"boolean"},"type":{"const":"combo-box","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormDateTimePickerInputJson":{"description":"Defines the desired user interface is a calendar date picker. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.","properties":{"includeTime":{"description":"Indicates if the datetime picker should provide an option to select the\ntime. If not provided, the default value is false.","type":"boolean"},"max":{"description":"The maximum date to allow. The number represents the number of\nmilliseconds since epoch (January 1, 1970) in UTC.","type":"number"},"min":{"description":"The minimum date to allow. The number represents the number of\nmilliseconds since epoch (January 1, 1970) in UTC.","type":"number"},"type":{"const":"datetime-picker","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormFieldElementJson":{"description":"Defines how a field in the dataset participates in the form. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.","properties":{"description":{"description":"A string that describes the element in detail.","type":"string"},"domain":{"$ref":"#/definitions/DomainJson","description":"The domain to apply to this field. If defined, it takes precedence over\ndomains defined in field, type, or subtype."},"editable":{"description":"A Boolean determining whether users can edit this form element. If not\nsupplied, the editable state is derived from the editable property of\nreferenced field in the service.","type":"boolean"},"fieldName":{"description":"A string containing the field name as defined by the feature layer.","type":"string"},"inputType":{"anyOf":[{"$ref":"#/definitions/FormBarcodeScannerInputJson"},{"$ref":"#/definitions/FormComboBoxInputJson"},{"$ref":"#/definitions/FormDateTimePickerInputJson"},{"$ref":"#/definitions/FormRadioButtonsInputJson"},{"$ref":"#/definitions/FormSwitchInputJson"},{"$ref":"#/definitions/FormTextAreaInputJson"},{"$ref":"#/definitions/FormTextBoxInputJson"}],"description":"The input user interface to use for the element. If an input type is not\nsupplied or the client application does not understand the supplied input\ntype, the client application is responsible for defining the default user\ninterface."},"label":{"description":"A string indicating what the element represents. If not supplied, the\nlabel is derived from the alias property in the referenced field in the\nservice.","type":"string"},"requiredExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true and the element is visible, the element\nmust have a valid value in order for the feature to be created or edited.\nWhen the expression evaluates to false the element is not required. If no\nexpression is provided, the default behavior is that the element is not\nrequired. If the referenced field is non-nullable, the required\nexpression is ignored and the element is always required.","type":"string"},"type":{"const":"field","description":"A string indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed. Care must be taken when defining a visibility expression for a\nnon-nullable field i.e. to make sure that such fields either have default\nvalues or are made visible to users so that they can provide a value\nbefore submitting the form.","type":"string"}},"required":["type"],"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/}."},"FormRadioButtonsInputJson":{"description":"Defines the desired user interface is a radio button group. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.","properties":{"noValueOptionLabel":{"description":"The text used to represent a null value.","type":"string"},"showNoValueOption":{"description":"Determines whether null value option is displayed. This only applies to\nfields that support null values. If not provided, the default value is\nfalse.","type":"boolean"},"type":{"const":"radio-buttons","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormRelationshipElementJson":{"description":"Defines how a relationship between feature layers and tables can participate\nin the form. When present in the form, the user may have the option to add or\nedit related records. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.","properties":{"description":{"description":"A string that describes the element in detail.","type":"string"},"displayCount":{"description":"An integer that indicates the maximum number of records to display.","type":"number"},"displayType":{"const":"list","description":"A string that defines how the related records should be displayed.","type":"string"},"editable":{"description":"A Boolean determining whether users can edit this form element. If not\nsupplied the default value is true.","type":"boolean"},"label":{"description":"A string value indicating what the element represents.","type":"string"},"type":{"const":"relationship","description":"String value indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed.","type":"string"}},"required":["type"],"type":"object"},"FormSwitchInputJson":{"description":"Defines a desired user interface to present a binary switch, or toggle. This\nshould be used when selecting between two options. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.","properties":{"offValue":{"description":"The coded value when switch state is off.","type":["string","number"]},"onValue":{"description":"The coded value when switch state is on.","type":["string","number"]},"type":{"const":"switch","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormTextAreaInputJson":{"description":"Defines the desired user interface is a multi-line text area. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. If not\nsupplied, the value is derived from the length property of the referenced\nfield in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. If not\nsupplied, the value is 0, meaning there is no minimum constraint.","type":"number"},"type":{"const":"text-area","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormTextBoxInputJson":{"description":"Defines the desired user interface is a single-line text box. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. This only\napplies for string fields. If not supplied, the value is derived from the\nlength property of the referenced field in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. This only\napplies for string fields. If not supplied, the value is 0, meaning there\nis no minimum constraint.","type":"number"},"type":{"const":"text-box","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"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"},"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"}]},"GeographicTransformationJson":{"description":"The steps in transforming spatial references. See\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformation.html}.","properties":{"steps":{"description":"The steps in the process of transforming coordinates from one geographic\ncoordinate system to another.","items":{"$ref":"#/definitions/GeographicTransformationStepJson"},"type":"array"}},"required":["steps"],"type":"object"},"GeographicTransformationStepJson":{"description":"Represents a step in the process of transforming coordinates from one\ngeographic coordinate system to another.","properties":{"isInverse":{"description":"Indicates if the geographic transformation is inverted. AN inverted\ntransformation would be transforming from the out SR to the in SR.","type":"boolean"},"wkid":{"description":"The well-known id (wkid) that represents a known geographic\ntransformation.","type":"number"},"wkt":{"description":"The well-known text (wkt) that represents a known geographic\ntransformation.","type":"string"}},"required":["wkid","wkt"],"type":"object"},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeometryJson":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryJsonType":{"description":"Types of geometry. Geometry JSON objects don't reference these types, but\nthey appear within services to describe the type of geometries in layers."},"GrayscaleEffectFunctionJson":{"description":"An Effect Function for the grayscale effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"grayscale","description":"Effect type.","type":"string"}},"required":["type"],"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"}]},"GroundJson":{"description":"Ground defines the main surface of the web scene, based on elevation layers..\n\nSee https://developers.arcgis.com/web-scene-specification/objects/ground/.","properties":{"layers":{"description":"An array of elevationLayer objects defining the elevation of the ground\nin the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"navigationConstraint":{"$ref":"#/definitions/__type","description":"Determines whether the camera is constrained to navigate only above, or\nalso under the ground surface."},"surfaceColor":{"description":"Defines the color of the ground surface, displayed underneath the\nbasemap. If no color, the default grid is shown.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The transparency of the ground surface. It is used for seeing through the\nground, therefore this property also changes the transparency of the\nbasemap. Draped operational layers are not affected by this property. The\nvalue has to lie between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"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/}."},"HeatmapRendererJson":{"description":"The HeatmapRenderer renders point data into a raster visualization that\nemphasizes areas of higher density or weighted values.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"blurRadius":{"description":"The radius (in pixels) of the circle over which the majority of each\npoints value is spread over.","type":"number"},"colorStops":{"description":"An array of colorStop objects describing the renderer's color ramp with\nmore specificity than just colors.","items":{"$ref":"#/definitions/ColorStopJson"},"type":"array"},"field":{"description":"Value specifying the field used in generating the heat map.","type":"string"},"maxPixelIntensity":{"description":"The pixel intensity value which is assigned the final color in the color\nramp.","type":"number"},"minPixelIntensity":{"description":"The pixel intensity value which is assigned the initial color in the\ncolor ramp.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"heatmap","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"HeightModelInfoJson":{"description":"An object that defines the characteristics of the vertical coordinate system\nused by the web scene.","properties":{"heightModel":{"description":"The surface type or height model of the vertical coordinate system.","enum":["ellipsoidal","gravity_related_height"],"type":"string"},"heightUnit":{"description":"The unit of the vertical coordinate system.","enum":["150-kilometers","50-kilometers","benoit-1895-b-chain","clarke-foot","clarke-link","clarke-yard","foot","gold-coast-foot","indian-1937-yard","indian-yard","meter","sears-1922-truncated-chain","sears-chain","sears-foot","sears-yard","us-foot"],"type":"string"},"vertCRS":{"description":"The datum realization of the vertical coordinate system.","type":"string"}},"required":["heightModel","heightUnit"],"type":"object"},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/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"}]},"HueRotateEffectFunctionJson":{"description":"An Effect Function for the hue-rotate effect.","properties":{"angle":{"description":"The relative change in hue as an angle in degree. A value of 0 leaves the\ninput unchanged. A positive hue rotation increases the hue value, while a\nnegative one decreases the hue value.","type":"number"},"type":{"const":"hue-rotate","description":"Effect type.","type":"string"}},"required":["type"],"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"},"IconSymbol3DLayerJson":{"description":"IconSymbol3DLayer is used to render Point geometries using a flat 2D icon\n(e.g. a circle) with a PointSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.","properties":{"anchor":{"description":"Must be one of the following values: center, left, right, top, bottom,\ntopLeft, topRight, bottomLeft, bottomRight.","enum":["bottom","bottomLeft","bottomRight","center","left","right","top","topLeft","topRight"],"type":"string"},"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"resource":{"$ref":"#/definitions/ResourceIconSymbolJson","description":"The shape (primitive) or image URL (href) used to visualize the features."},"size":{"description":"Icon size in points, positive only.","type":"number"},"type":{"const":"Icon","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ImageServiceLayerJson":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"ImageServiceVectorLayerJson":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"InitialStateJson":{"description":"Defines the initial state when opening web scene.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/initialState/}.","properties":{"environment":{"$ref":"#/definitions/EnvironmentJson","description":"The initial environment settings of the WebScene."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"Describes a point of view for a 2D or 3D view. In a 3D view, it is\ndetermined using a camera position."}},"required":["viewpoint"],"type":"object"},"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/}."},"InvertEffectFunctionJson":{"description":"An Effect Function for the invert effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"invert","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"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"},"JoinJsonType":{"description":"The type of the JoinTableDataSource.","enum":["esriLeftInnerJoin","esriLeftOuterJoin"],"type":"string"},"JoinTableDataSourceJson":{"description":"Join Table data source is the result of a join operation. Nested joins are\nsupported. To use nested joins, set either leftTableSource or\nrightTableSource to be a joinTable. See\n{@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.","properties":{"joinType":{"$ref":"#/definitions/JoinJsonType","description":"The type of join (left outer or left inner)."},"leftTableKey":{"description":"Field name from the left table.","type":"string"},"leftTableSource":{"anyOf":[{"$ref":"#/definitions/DynamicDataLayerJson"},{"$ref":"#/definitions/DynamicMapLayerJson"}],"description":"The left source. If the leftTableSource is a table, the resulting\njoinTable is a table. If the leftTableSource is a layer, the resulting\njoinTable is a layer."},"rightTableKey":{"description":"Field name from the right table.","type":"string"},"rightTableSource":{"anyOf":[{"$ref":"#/definitions/DynamicDataLayerJson"},{"$ref":"#/definitions/DynamicMapLayerJson"}],"description":"The right table source."},"type":{"const":"joinTable","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"KMLLayerJson":{"description":"Keyhole Markup Language (KML) is an XML-based format for storing geographic\ndata and associated content and is an official Open Geospatial Consortium\n(OGC) standard. KML is a common format for sharing geographic data with\nnon-GIS users as it can be easily delivered on the Internet.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}."},"LabelSymbol3DJson":{"description":"LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.","properties":{"callout":{"$ref":"#/definitions/CalloutJson","description":"Callout configuration for a symbol."},"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"$ref":"#/definitions/TextSymbol3DLayerJson"},"type":"array"},"type":{"const":"LabelSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalOffset":{"$ref":"#/definitions/VerticalOffsetJson","description":"Shifts the symbol along the vertical world axis by a given length."}},"required":["symbolLayers","type"],"type":"object"},"LabelingInfoJson":{"description":"The labelingInfo object specifies the label definition for a layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.","properties":{"labelExpression":{"description":"This read-only web map property allows formatting of labels. Use\nlabelExpressionInfo instead.","type":"string"},"labelExpressionInfo":{"description":"This object allows label text to be read similar to that of the\npopupInfo's description property. See\n{@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}.","properties":{"expression":{"description":"An Arcade expression evaluating to either a string or a number.","type":"string"},"title":{"description":"The title of the expression.","type":"string"},"value":{"description":"Represents a simple template string. This property is deprecated as\nof version 2.7 of the web map in favor of 'expression'.","type":"string"}},"type":"object"},"labelPlacement":{"description":"This string property specifies the label placement with respect to that\nof its feature. A list of label placement values categorized by feature\ngeometry types.","enum":["esriServerLinePlacementAboveAfter","esriServerLinePlacementAboveAlong","esriServerLinePlacementAboveBefore","esriServerLinePlacementAboveEnd","esriServerLinePlacementAboveStart","esriServerLinePlacementBelowAfter","esriServerLinePlacementBelowAlong","esriServerLinePlacementBelowBefore","esriServerLinePlacementBelowEnd","esriServerLinePlacementBelowStart","esriServerLinePlacementCenterAfter","esriServerLinePlacementCenterAlong","esriServerLinePlacementCenterBefore","esriServerLinePlacementCenterEnd","esriServerLinePlacementCenterStart","esriServerPointLabelPlacementAboveCenter","esriServerPointLabelPlacementAboveLeft","esriServerPointLabelPlacementAboveRight","esriServerPointLabelPlacementBelowCenter","esriServerPointLabelPlacementBelowLeft","esriServerPointLabelPlacementBelowRight","esriServerPointLabelPlacementCenterCenter","esriServerPointLabelPlacementCenterLeft","esriServerPointLabelPlacementCenterRight","esriServerPolygonPlacementAlwaysHorizontal"],"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":"The name of the label class.","type":"string"},"repeatLabel":{"description":"A boolean value indicating whether or not to repeat the label along or\nacross the feature. If true, the label will be repeated according to the\nrepeatLabelDistance. If missing, the default depends on the geometry of\nthe feature: false for point and polygon feature geometries, and true for\nline feature geometries.","type":"boolean"},"repeatLabelDistance":{"description":"The repeat label distance used when repeatLabel is true. It represents a\nscreen distance in points.","type":"number"},"symbol":{"anyOf":[{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"}],"description":"The text symbol used to label."},"useCodedValues":{"description":"Boolean value indicating whether to display the coded values for the\nspecified field name(s).","type":"boolean"},"where":{"description":"String template used to determine which features to label.","type":"string"}},"type":"object"},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link LanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerDefinitionJson":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"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#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of\n{@link mapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if\n{@link included} is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetJson":{"description":"Layer preset properties with a layer reference."},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LevelLayerInfoJson":{"description":"Defines the layer and field properties for the Level layer used for floor\nfiltering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/levelLayerInfo/}.","properties":{"facilityIdField":{"description":"The name of the attribute field that contains a level feature's facility\nidentifier (a foreign key to the Facility layer).","type":"string"},"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Level features to use for floor filtering.","type":"string"},"levelIdField":{"description":"The name of the attribute field that contains a level feature's unique\nidentifier.","type":"string"},"levelNumberField":{"description":"The name of the attribute field that contains a level feature's level\nnumber specific to its facility.","type":"string"},"longNameField":{"description":"The name of the attribute field that contains a level feature's long\nname.","type":"string"},"shortNameField":{"description":"The name of the attribute field that contains a level feature's short\nname.","type":"string"},"verticalOrderField":{"description":"The name of the attribute field that contains a level feature's vertical\norder. The vertical order defines the order of display in the floor\nfilter widget, and it also references the floor levels of an Indoor\nPositioning System.","type":"string"}},"type":"object"},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LightingJson":{"anyOf":[{"$ref":"#/definitions/SunLightingJson"},{"$ref":"#/definitions/VirtualLightingJson"}],"description":"Settings for defining the lighting of the scene."},"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/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/PathSymbol3DLayerJson"},{"$ref":"#/definitions/LineSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"LineSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"LineSymbol3DLayerJson":{"description":"LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a\nLineSymbol3D in a 3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.","properties":{"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Line width in points, positive only.","type":"number"},"type":{"const":"Line","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"MagnitudeUnitJsonType":{"description":"Units of magnitude.","enum":["esriFeetPerSecond","esriKilometersPerHour","esriKnots","esriMetersPerSecond","esriMilesPerHour"],"type":"string"},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for {@link MapConstraints}.","properties":{"maxScale":{"description":"See {@link MapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See {@link MapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See {@link MapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See {@link MapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See {@link ViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/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"}]},"MapFloorInfoJson":{"description":"Contains floor-awareness information for the map. Defines the layers and\nrequired fields for each layer that are used for floor filtering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/mapFloorInfo/}.","properties":{"facilityLayer":{"$ref":"#/definitions/FacilityLayerInfoJson","description":"Defines the layer and field properties for the Facility layer used for\nfloor filtering."},"levelLayer":{"$ref":"#/definitions/LevelLayerInfoJson","description":"Defines the layer and field properties for the Level layer used for floor\nfiltering."},"siteLayer":{"$ref":"#/definitions/SiteLayerInfoJson","description":"Defines the layer and field properties for the Site layer used for floor\nfiltering. This property is optional."}},"type":"object"},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map component.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"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"},"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"}]},"MapRangeInfoJson":{"description":"Map Range Information.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/mapRangeInfo/}.","properties":{"activeRangeName":{"description":"Active range ID that slider/picker acts upon.","type":"string"},"currentRangeExtent":{"description":"Current range for the active range.","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},"fullRangeExtent":{"description":"Full range extent for the active range to be presented in the UI.","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}},"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/}."},"MaterialJson":{"description":"The material used to shade the geometry.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/material/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"colorMixMode":{"description":"Controls how symbolLayer or visualVariable color is applied onto the\nunderlying geometry color/texture. This property only applies to\nFillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to\n match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual\n variable color.\n- Multiply: the feature's color is multiplied with the symbol color.","enum":["multiply","replace","tint"],"type":"string"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"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"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /MenuItem!MenuItem}.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See {@link menus /MenuItem!MenuItem.alternate}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See {@link menus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See {@link menus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See {@link menus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link menus /MenuItem!MenuItem.submenu}."},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a {@link menus /MenuItem!MenuItem} when it is in a\nparticular state.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See {@link menus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeshSymbol3DJson":{"description":"MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"$ref":"#/definitions/FillSymbol3DLayerJson"},"type":"array"},"type":{"const":"MeshSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"MultipointJson":{"description":"Contains an array of points, along with a spatial reference field. See\n{@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"ObjectSymbol3DLayerJson":{"description":"ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D\nshape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.","properties":{"anchor":{"description":"The positioning of the object relative to the geometry. Must be one of\nthe following values: center, bottom, origin.","enum":["bottom","center","origin","relative","top"],"type":"string"},"anchorPosition":{"description":"When anchor equals \"relative\", this property specifies the positioning of\nthe object relative to the geometry as a fraction of the symbol layer's\nbounding box. Otherwise it is ignored.","items":{"type":"number"},"type":"array"},"castShadows":{"description":"Boolean to control the shadow casting behavior of the rendered\ngeometries.","type":"boolean"},"depth":{"description":"Object depth in meters, positive only.","type":"number"},"enable":{"description":"Type: Boolean.","type":"boolean"},"heading":{"description":"Angle in degrees, relative to y-axis of SR (typically but not necessarily\nnorth).","type":"number"},"height":{"description":"Object height in meters, positive only.","type":"number"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"resource":{"$ref":"#/definitions/ResourceObjectSymbolJson","description":"The shape (primitive) or image URL (href) used to visualize the features."},"type":{"const":"Object","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"},"width":{"description":"Object width in meters, positive only.","type":"number"}},"required":["type"],"type":"object"},"OpacityEffectFunctionJson":{"description":"An Effect Function for the opacity effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"opacity","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"OpenStreetMapLayerJson":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}\nNote: In the JavaScript API, open street map derived from Web tile layer."},"OperationalLayerJson":{"anyOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"$ref":"#/definitions/BuildingSceneLayerJson"},{"$ref":"#/definitions/CSVLayerJson"},{"$ref":"#/definitions/FeatureLayerJson"},{"$ref":"#/definitions/GeoJSONLayerJson"},{"$ref":"#/definitions/GeoRSSLayerJson"},{"$ref":"#/definitions/GroupLayerJson"},{"$ref":"#/definitions/ImageServiceLayerJson"},{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"$ref":"#/definitions/KMLLayerJson"},{"$ref":"#/definitions/MediaLayerJson"},{"$ref":"#/definitions/MapServiceLayerJson"},{"$ref":"#/definitions/PointCloudLayerJson"},{"$ref":"#/definitions/SceneLayerJson"},{"$ref":"#/definitions/StreamLayerJson"},{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"$ref":"#/definitions/VectorTileLayerJson"},{"$ref":"#/definitions/WebTileLayerJson"},{"$ref":"#/definitions/WFSLayerJson"},{"$ref":"#/definitions/WMSLayerJson"}],"description":"An operational layer in a web map/scene."},"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/}."},"OutlineJson":{"description":"The outline of the point, line or polygon.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"size":{"description":"Outline size in points, positive only.","type":"number"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"type":"object"},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ParameterJson":{"description":"Objects defined by a definitionEditor input. See\n{@link https://developers.arcgis.com/web-map-specification/objects/parameter/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.","properties":{"defaultValue":{"description":"The default value that is automatically given if nothing is provided.","type":["string","number"]},"fieldName":{"description":"A string value representing the name of the field to query.","type":"string"},"parameterId":{"description":"Number given to uniquely identify the specified parameter.","type":"number"},"type":{"description":"The field type for the specified field parameter. See Field.FieldType.","type":"string"}},"type":"object"},"PathSymbol3DLayerJson":{"description":"PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with\na LineSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.","properties":{"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Path size (diameter) in meters, positive only.","type":"number"},"type":{"const":"Path","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"},"width":{"description":"Path width in meters.","type":"number"}},"required":["type"],"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/}.","properties":{"angle":{"description":"Numeric value that defines the number of degrees ranging from 0-360, that\na marker symbol is rotated. The rotation is from East in a\ncounter-clockwise direction where East is the 0° axis.","type":"number"},"contentType":{"description":"String value indicating the content type for the image.","type":"string"},"height":{"description":"Numeric value used if needing to resize the symbol. Specify a value in\npoints. If images are to be displayed in their original size, leave this\nblank.","type":"number"},"imageData":{"description":"String value indicating the base64 encoded data.","type":"string"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the symbol."},"type":{"const":"esriPFS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"url":{"description":"Relative URL for static layers and full URL for dynamic layers. Access\nrelative URL using\nhttp://<mapservice-url>/<layerId1>/images/<imageUrl11>.","type":"string"},"width":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"xscale":{"description":"Numeric value indicating the scale factor in x direction.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"},"yscale":{"description":"Numeric value indicating the scale factor in y direction.","type":"number"}},"required":["type"],"type":"object"},"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/}.","properties":{"angle":{"description":"Numeric value that defines the number of degrees ranging from 0-360, that\na marker symbol is rotated. The rotation is from East in a\ncounter-clockwise direction where East is the 0° axis.","type":"number"},"contentType":{"description":"String value indicating the content type for the image.","type":"string"},"height":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"imageData":{"description":"String value indicating the base64 encoded data.","type":"string"},"type":{"const":"esriPMS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"url":{"description":"String value indicating the URL of the image. The URL should be relative\nif working with static layers. A full URL should be used for map service\ndynamic layers. A relative URL can be dereferenced by accessing the map\nlayer image resource or the feature layer image resource.","type":"string"},"width":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"PointCloudBitfieldFilterJson":{"description":"Filters points based on the value of the specified bitfield attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"requiredClearBits":{"description":"List ALL bit numbers that must cleared (=0) for the point to be kept. Bit\n0 is LSB.","items":{"type":"number"},"type":"array"},"requiredSetBits":{"description":"List ALL bit numbers that must set (=1) for the point to be kept. Bit 0\nis LSB.","items":{"type":"number"},"type":"array"},"type":{"const":"pointCloudBitfieldFilter","description":"Filters points based on the value of an specified attribute.","type":"string"}},"required":["type"],"type":"object"},"PointCloudClassBreaksRendererJson":{"description":"PointCloudClassBreaksRenderer defines the color of each point in a\nPointCloudLayer based on the value of a numeric attribute. Colors are\nassigned based on classes or ranges of data. Each point is assigned a symbol\nbased on the class break in which the value of the attribute falls.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorClassBreakInfos":{"description":"Each element in the array is an object that provides information about a\nclass break associated with the renderer.","items":{"$ref":"#/definitions/ColorClassBreakInfoJson"},"type":"array"},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudClassBreaksRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudFilterJson":{"anyOf":[{"$ref":"#/definitions/PointCloudBitfieldFilterJson"},{"$ref":"#/definitions/PointCloudReturnFilterJson"},{"$ref":"#/definitions/PointCloudValueFilterJson"}],"description":"Filters applied to the pointCloud which will hide a point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."},"PointCloudFixedSizeAlgorithmJson":{"description":"Render points with fixed real world or screen space size.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.","properties":{"size":{"description":"Symbol size in real world units or display unit.","type":"number"},"type":{"const":"pointCloudFixedSizeAlgorithm","description":"Type:String Value of this property must be pointCloudFixedSizeAlgorithm.","type":"string"},"useRealWorldSymbolSizes":{"description":"If true symbol size is in meters, display unit (pt) otherwise.","type":"boolean"}},"required":["type"],"type":"object"},"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/}."},"PointCloudRGBRendererJson":{"description":"PointCloudRGBRenderer defines the color of each point in a PointCloudLayer\nbased on the value of a color attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudRGBRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudReturnFilterJson":{"description":"Filters points based on the value of the return number/return count.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"includedReturns":{"description":"All points with at least one specified return status will be kept. Status\nvalues: last, firstOfMany, lastOfMany, single.","items":{"type":"string"},"type":"array"},"type":{"const":"pointCloudReturnFilter","description":"Filters points based on the value of an specified attribute.","type":"string"}},"required":["type"],"type":"object"},"PointCloudSplatAlgorithmJson":{"description":"Render points using sizes depending on point density.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.","properties":{"minSize":{"description":"Minimum display space point size in points.","type":"number"},"scaleFactor":{"description":"Scale factor to applied to the computed point size (in real world).","type":"number"},"type":{"const":"pointCloudSplatAlgorithm","description":"Type:String Value of this property must be pointCloudSplatAlgorithm.","type":"string"}},"required":["type"],"type":"object"},"PointCloudStretchRendererJson":{"description":"PointCloudStretchRenderer defines the color of each point in a\nPointCloudLayer based on the value of a numeric attribute. They allow you to\neasily map continuous color ramps to minimum and maximum data values of one\nof the layer's numeric attribute fields.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudStretchRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudUniqueValueRendererJson":{"description":"PointCloudUniqueValueRenderer allows you to colorize points in a\nPointCloudLayer based on an attribute. This is done by using unique colors to\nrepresent points with equal attribute values.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"colorUniqueValueInfos":{"description":"Unique value infos.","items":{"$ref":"#/definitions/ColorUniqueValueInfosJson"},"type":"array"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudUniqueValueRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudValueFilterJson":{"description":"Filters points based on the value of an specified attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"mode":{"description":"Defines if values should be included or excluded. Must be one of the\nfollowing values: exclude, include.","type":"string"},"type":{"const":"pointCloudValueFilter","description":"Filters points based on the value of an specified attribute.","type":"string"},"values":{"description":"List of values.","items":{"type":"number"},"type":"array"}},"required":["type"],"type":"object"},"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/}.","properties":{"callout":{"$ref":"#/definitions/CalloutJson","description":"Callout configuration for a symbol."},"styleOrigin":{"$ref":"#/definitions/__type","description":"The origin of the style from which the symbol was originally referenced.\nA reference to the style origin can be either by styleName or by styleUrl\n(but not both). It may be used to understand where a symbol was\noriginally sourced from, but does not affect actual appearance or\nrendering of the symbol. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."},"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/IconSymbol3DLayerJson"},{"$ref":"#/definitions/ObjectSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"PointSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalOffset":{"$ref":"#/definitions/VerticalOffsetJson","description":"Shifts the symbol along the vertical world axis by a given length."}},"required":["symbolLayers","type"],"type":"object"},"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/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/ExtrudeSymbol3DLayerJson"},{"$ref":"#/definitions/FillSymbol3DLayerJson"},{"$ref":"#/definitions/LineSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"PolygonSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"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\"."},"PredominanceRendererJson":{"description":"This renderer is a type of UniqueValue renderer which is based off the\nvalueExpression property rather than field. Optionally, size and/or\ntransparency visual variables may be included with valueExpression. Note that\nthis renderer is supported for ArcGIS Online hosted feature services and\nfeature collections.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"$ref":"#/definitions/SimpleFillSymbolJson","description":"A simple fill symbol that is only for polygon features."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/Symbol2DJson","description":"Symbol used when a value cannot be classified."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"predominance","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"uniqueValueInfos":{"description":"Array of objects with value, label, description and symbol.","items":{"$ref":"#/definitions/UniqueValueInfoJson"},"type":"array"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["backgroundFillSymbol","type","uniqueValueInfos"],"type":"object"},"PresentationJson":{"description":"A presentation consists of multiple slides, where each slide is a specific\nview into the web scene.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/presentation/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/presentation/}.","properties":{"displayTimeSlider":{"description":"Indicates whether to display the time slider (if accessible). [WebMap\nonly].","type":"boolean"},"showLegend":{"description":"Indicates whether to display a legend on all slides. [WebMap only].","type":"boolean"},"slideAdvancementInterval":{"description":"Number of seconds to show slide before proceeding to the next slide.\n[WebMap only].","type":"number"},"slides":{"description":"An array of slides that bookmark viewpoints, visible layers, and other\nsettings previously defined in a WebScene.","items":{"$ref":"#/definitions/SlideJson"},"type":"array"},"useTimeExtentOfSlide":{"description":"Indicates whether to use the time extent (if applicable) of a slide.\n[WebMap only].","type":"boolean"}},"type":"object"},"Promise":{},"QueryTableDataSourceJson":{"description":"Query table data source is a layer/table that is defined by a SQL query. See\n{@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.","properties":{"geometryType":{"description":"The geometry type. When querying a table that does not have a geometry\ncolumn, do not include geometryType.","enum":["esriGeometryMultipoint","esriGeometryPoint","esriGeometryPolygon","esriGeometryPolyline"],"type":"string"},"oidFields":{"description":"Comma separated list of identifier fields. There are only certain field\ntypes that can be used as a unique identifier. These field types include\ninteger, string, GUID, and date. If a single integer field is specified,\nmap server uses the values in that field directly to uniquely identify\nall features and rows returned from a queryTable. However, if a single\nstring field or a group of fields is used as the unique identifier, map\nserver maps those unique values to an integer.","type":"string"},"query":{"description":"The SQL query.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference of the geometry column. When querying a table that\ndoes not have a geometry column, do not include spatialReference."},"type":{"const":"queryTable","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"RainyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to rainy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rainyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"precipitation":{"description":"Specifies the amount of snowfall in the scene.","type":"number"},"type":{"const":"rainy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"RangeJson":{"description":"Range object.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/range/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/range/}.","properties":{"interactionMode":{"description":"Indicates the mode in which the active range should be presented to the\nuser. Must be one of the following values: slider, picker.","type":"string"},"numberOfStops":{"description":"This is used to generate the activeRangeValues if activeRangeValues are\nnot specified.","type":"number"},"stopInterval":{"description":"Interval in which stops should be generated.","type":"number"}},"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/}."},"RasterDataSourceJson":{"description":"Raster data source is a file-based raster that resides in a registered raster\nworkspace. See\n{@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.","properties":{"dataSourceName":{"description":"The fully-qualified string value used to specify where the dataSource is\nderived.","type":"string"},"type":{"const":"raster","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"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"}]},"RendererJson":{"anyOf":[{"$ref":"#/definitions/ClassBreaksRendererJson"},{"$ref":"#/definitions/HeatmapRendererJson"},{"$ref":"#/definitions/PointCloudClassBreaksRendererJson"},{"$ref":"#/definitions/PointCloudRGBRendererJson"},{"$ref":"#/definitions/PointCloudStretchRendererJson"},{"$ref":"#/definitions/PointCloudUniqueValueRendererJson"},{"$ref":"#/definitions/PredominanceRendererJson"},{"$ref":"#/definitions/SimpleRendererJson"},{"$ref":"#/definitions/TemporalRendererJson"},{"$ref":"#/definitions/UniqueValueFromStyleRendererJson"},{"$ref":"#/definitions/UniqueValueRendererJson"},{"$ref":"#/definitions/VectorFieldRendererJson"}],"description":"A renderer.\n\nPart of the ArcGIS REST API (see\nhttp://resources.arcgis.com/en/help/rest/apiref/renderer.html)."},"ResourceIconSymbolJson":{"description":"The shape (primitive) or image URL (href) used to visualize the features.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.","properties":{"dataURI":{"description":"An image encoded as base64 string, starting with data:image.","type":"string"},"href":{"description":"URL to the returned image. Must be an absolute URL or a relative path\nstarting with \"./\".","type":"string"},"primitive":{"description":"Specifies the type of symbol used. Must be one of the following values:\ncircle, square, cross, x, kite.","type":"string"}},"type":"object"},"ResourceObjectSymbolJson":{"description":"The primitive shape (primitive) or external 3D model (href) used to visualize\nthe points.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.","properties":{"href":{"description":"Must be an absolute URL or a relative path starting with \"./\".","type":"string"},"primitive":{"description":"Must be one of the following values: sphere, cylinder, cube, cone,\ninvertedCone, diamond, tetrahedron.","type":"string"}},"type":"object"},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a results component (e.g. results list or results table in\nWeb).","properties":{"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"},"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."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"RotationInfoJson":{"description":"The rotation visual variable defines how features rendered with marker\nsymbols are rotated. The rotation value is determined by mapping the values\nto data in a field, or by other arithmetic means with a function.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.","properties":{"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"Defines the origin and direction of rotation depending on how the angle\nof rotation was measured. Possible values are geographic which rotates\nthe symbol from the north in a clockwise direction and arithmetic which\nrotates the symbol from the east in a counter-clockwise direction.\n\nMust be one of the following values: geographic, arithmetic."},"type":{"const":"rotationInfo","description":"The type of the VisualVariable.","type":"string"},"valueExpression":{"description":"An Arcade expression that computes a value in lieu of a value provided by\nan attribute field.","type":"string"}},"required":["field","type"],"type":"object"},"RotationJsonType":{"description":"The type of rotation for RendererBase.","enum":["arithmetic","geographic"],"type":"string"},"SaturateEffectFunctionJson":{"description":"An Effect Function for the saturate effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"saturate","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"ScaleDependentEffectJson":{"description":"An object describing the effect to apply at a scale stop.","properties":{"scale":{"description":"The scale of the view for the effect to take place.","type":"number"},"value":{"description":"The effect to be applied at the corresponding scale.","items":{"$ref":"#/definitions/EffectFunctionJson"},"type":"array"}},"required":["scale","value"],"type":"object"},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SceneLayerJson":{"description":"The SceneLayer is a layer type designed for on-demand streaming and\ndisplaying large amounts of data in a SceneView. SceneLayers support two\ngeometry types: Point and 3D Objects (e.g. Buildings).\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}."},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /Schema!Schema}.","properties":{"displayField":{"description":"See {@link data /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See {@link data /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/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#","description":"Properties for a search component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SepiaEffectFunctionJson":{"description":"An Effect Function for the sepia effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"sepia","description":"Effect type.","type":"string"}},"required":["type"],"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/}.","properties":{"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\nnull.","items":{"type":"number"},"type":"array"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the fill symbol."},"style":{"description":"The fill style.","enum":["esriSFSBackwardDiagonal","esriSFSCross","esriSFSDiagonalCross","esriSFSForwardDiagonal","esriSFSHorizontal","esriSFSNull","esriSFSSolid","esriSFSVertical"],"type":"string"},"type":{"const":"esriSFS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["type"],"type":"object"},"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/}.","properties":{"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\nnull.","items":{"type":"number"},"type":"array"},"style":{"description":"The line style.","enum":["esriSLSDash","esriSLSDashDot","esriSLSDashDotDot","esriSLSDot","esriSLSNull","esriSLSSolid"],"type":"string"},"type":{"const":"esriSLS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"width":{"description":"Numeric value indicating the width of the line in pixels.","type":"number"}},"required":["type"],"type":"object"},"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/}.","properties":{"angle":{"description":"Numeric value used to rotate the symbol. The symbol is rotated\ncounter-clockwise. For example, The following, angle=-30, in will create\na symbol rotated -30 degrees counter-clockwise; that is, 30 degrees\nclockwise.","type":"number"},"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\nnull.","items":{"type":"number"},"type":"array"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the marker symbol."},"size":{"description":"Numeric size of the symbol given in pixels.","type":"number"},"style":{"description":"The marker style.","enum":["esriSMSCircle","esriSMSCross","esriSMSDiamond","esriSMSPath","esriSMSSquare","esriSMSTriangle","esriSMSX"],"type":"string"},"type":{"const":"esriSMS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"SimpleRendererJson":{"description":"A simple renderer is a renderer that uses one symbol only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"description":{"description":"The text string that does not appear in the table of contents but may\nappear in the legend.","type":"string"},"label":{"description":"The text string that is displayed in the table of contents.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object that represents how all features will be drawn."},"type":{"const":"simple","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["symbol","type"],"type":"object"},"SiteLayerInfoJson":{"description":"Defines the layer and field properties for the Site layer used for floor\nfiltering. This property is optional. See\n{@link https://developers.arcgis.com/web-map-specification/objects/siteLayerInfo/}.","properties":{"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Site features to use for floor filtering.","type":"string"},"nameField":{"description":"The name of the attribute field that contains a site feature's name.","type":"string"},"siteIdField":{"description":"The name of the attribute field that contains a site feature's unique\nidentifier.","type":"string"}},"type":"object"},"SizeInfoJson":{"description":"The sizeInfo visual variable defines how a continuous color ramp is applied\nto features based on the values of a numeric field attribute. The minimum and\nmaximum values of the data should be indicated along with their respective\ncolor values. You must specify either colors or stops to construct the color\nramp.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.","properties":{"axis":{"description":"Defines the axis the size visual variable should be applied to when\nrendering features with an ObjectSymbol3DLayer.","enum":["all","depth","height","width","widthAndDepth"],"type":"string"},"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"maxDataValue":{"description":"The maximum data value.","type":"number"},"maxSize":{"$ref":"#/definitions/SizeJson","description":"Specifies the largest marker size to use at any given map scale. This is\nrequired if valueUnit is set to unknown. In addition to this property\ntaking an object, it also accepts a number value."},"minDataValue":{"description":"The minimum data value.","type":"number"},"minSize":{"anyOf":[{"$ref":"#/definitions/SizeJson"},{"type":"number"}],"description":"Specifies the smallest marker size to use at any given map scale. This is\nrequired if valueUnit is set to 'unknown'. In addition to this property\ntaking an object, it also accepts a number value."},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"target":{"const":"outline","description":"String value indicating that the sizeInfo should be applied to the\noutline of polygons.","type":"string"},"type":{"const":"sizeInfo","description":"The type of the VisualVariable.","type":"string"},"useSymbolValue":{"description":"When setting a size visual variable on a renderer using an\nObjectSymbol3DLayer, this property indicates whether to apply the value\ndefined by the height, width, or depth properties to the corresponding\naxis of this visual variable instead of proportionally scaling this axis'\nvalue after other axes.","type":"boolean"},"valueRepresentation":{"description":"Specifies how to apply the data value when mapping real-world sizes. See\ntable below for supported values.","enum":["area","diameter","distance","radius","width"],"type":"string"},"valueUnit":{"description":"A string value indicating the required unit of measurement if the data\nrepresents a real world distance quantity. If the data value represents a\nnon-distance quantity, e.g. traffic count, census data, etc., valueUnits\nshould be set to 'unknown'.","enum":["centimeters","decimal-degrees","decimeters","feet","inches","kilometer","meters","miles","millimeters","nautical-miles","unknown","yards"],"type":"string"}},"required":["field","type"],"type":"object"},"SizeJson":{"description":"Specifies the largest marker size to use at any given map scale. This is\nrequired if valueUnit is set to unknown.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/maxSize/}\n{@link https://developers.arcgis.com/web-map-specification/objects/minSize/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.","properties":{"expression":{"description":"The value which allows a size to be defined based on the map scale.\nCurrently, the only supported expression is, view.scale.","type":"string"},"stops":{"description":"An array of objects that define the maximum size of the symbol at various\nvalues of the expression. Each object in the array has a numeric size\nproperty and a numeric value property. If the value calculated from the\nexpression matches the value of a stop, than the size corresponding to\nthat stop is selected. For example, if expression is set to view.scale,\nthe value corresponds to the map's scale. The size represents the maximum\nsymbol size (in pixels) that corresponds to this scale. If the map scale\nmatches the scale value of a stop, the size corresponding to that stop\nvalue is used as the maximum symbol size for the features. If the map\nscale value falls between two stops, the maximum symbol size is\ninterpolated between the sizes of the two stops. The minSize and maxSize\nstop values are usually the same, although it is possible to have\ndifferent values depending on how minSize is calculated versus the\nmaxSize.","items":{"$ref":"#/definitions/SizeStopJson"},"type":"array"},"target":{"description":"Value indicating that sizeInfo should be applied to the outline of\npolygons. This value can be outline or null.","type":"string"},"type":{"description":"Value indicating the type of rendering, e.g. 'sizeInfo'.","type":"string"}},"type":"object"},"SizeStopJson":{"description":"A sizeStop object describes the size of the symbol at various values of the\nexpression.","properties":{"label":{"description":"Value if a label is needed on the legend for a stop.","type":"string"},"size":{"description":"Specifies the marker size to use for the specified value.","type":"number"},"value":{"description":"The value to be mapped to a size.","type":"number"}},"type":"object"},"SketchEdgesJson":{"description":"The sketch edge rendering configuration of a symbol layer. Edges of type\nsketch are rendered with a hand-drawn look in mind.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"extensionLength":{"description":"A size in points by which to extend edges beyond their original end\npoints.","type":"number"},"size":{"description":"Edge size in points, positive only.","type":"number"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity).","type":"number"},"type":{"const":"sketch","description":"The type of edge visualization. Value of this property must be sketch.","type":"string"}},"required":["type"],"type":"object"},"SlideJson":{"description":"A slide stores a snapshot of several pre-set properties of the WebScene, such\nas the basemap, viewpoint and visible layers.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/slide/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/slide/}.","properties":{"baseMap":{"anyOf":[{"$ref":"#/definitions/BasemapJson"},{"type":"string"}],"description":"The basemap of the scene. Only the base and reference layers of the\nbasemap are stored in a slide. This value can be an instance of Basemap\nor one of the strings listed in the table below. Same as baseMap, but\nwith no elevationLayers property."},"description":{"$ref":"#/definitions/__type","description":"Text description of the individual presentation slide."},"environment":{"$ref":"#/definitions/EnvironmentJson","description":"Represents settings that affect the environment in which the WebScene is\ndisplayed (such as lighting)."},"extent":{"$ref":"#/definitions/ExtentJson","description":"The standard Esri extent object with spatialReference, xmax, xmin, ymax\nand ymin. [WebMap Only]."},"hidden":{"description":"Indicates whether the slide should be hidden within the presentation.\n[WebMap Only].","type":"boolean"},"id":{"description":"The unique id of a slide within the slides property of a Presentation.","type":"string"},"mapLocation":{"$ref":"#/definitions/__type","description":"An object with a centerPoint object and sometimes a resolution. [WebMap\nOnly]\n{@link https://developers.arcgis.com/web-map-specification/objects/mapLocation/}."},"thumbnail":{"$ref":"#/definitions/__type","description":"A data URI encoded thumbnail. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/thumbnail/}."},"timeExtent":{"description":"An array of two numbers. The first one indicates start time and the\nsecond one indicates end time. [WebMap Only].","items":{"type":"number"},"type":"array"},"title":{"$ref":"#/definitions/__type","description":"Text and formatting for the title of the individual presentation slide\nhttps://developers.arcgis.com/web-map-specification/objects/title/\n{@link https://developers.arcgis.com/web-scene-specification/objects/title/}."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"The viewpoint of the slide. This acts like a bookmark, saving a\npredefined location or point of view from which to view the scene."},"visibleLayers":{"description":"An array of numbers indicating layer visibility. Stores references (by\nID) to the layers that are set as visible when a slide is applied to a\nMapView or SceneView. See\n{@link https://developers.arcgis.com/web-map-specification/objects/visibleLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/visibleLayer/}.","items":{"$ref":"#/definitions/__type"},"type":"array"},"visiblePopup":{"$ref":"#/definitions/__type","description":"A presentation slide's visiblePopup which contains anchorPoint,\nfeatureId, layerId, and subLayerId. See\n{@link https://developers.arcgis.com/web-map-specification/objects/visiblePopup/}."}},"type":"object"},"SnowyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to snowy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"precipitation":{"description":"Specifies the amount of snowfall in the scene.","type":"number"},"snowCover":{"description":"Display surfaces covered with snow.","enum":["disabled","enabled"],"type":"string"},"type":{"const":"snowy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"SolidEdgesJson":{"description":"The solid edge rendering configuration of a symbol layer. Edges of type solid\nare rendered in a single color, unaffected by scene lighting.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"extensionLength":{"description":"A size in points by which to extend edges beyond their original end\npoints.","type":"number"},"size":{"description":"Edge size in points, positive only.","type":"number"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity).","type":"number"},"type":{"const":"solid","description":"The type of edge visualization. Value of this property must be solid.","type":"string"}},"required":["type"],"type":"object"},"SpatialReferenceJson":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StreamLayerJson":{"description":"A stream layer in a web map. See\n{@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}."},"StyleSymbolReferenceJson":{"description":"The StyleSymbolReference is used to reference a symbol from a portal\nstyleItem.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.","properties":{"name":{"description":"Identifies a symbol in the style by name.","type":"string"},"styleName":{"description":"A registered web style name.","type":"string"},"styleUrl":{"description":"URL that points to the web style definition.","type":"string"},"type":{"const":"styleSymbolReference","type":"string"}},"required":["type"],"type":"object"},"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"}]},"SublayerJson":{"description":"This object allows overrides on pop-up content and drawing behavior for\nindividual layers of a web service. When used with a feature collection, this\nobject also contains geographic features and their attributes.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.","properties":{"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"},"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/}."},"SunLightingJson":{"description":"Object containing information for the sun lighting type. The position of the\nlight is set to the sun's location.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.","properties":{"datetime":{"description":"The current date and time of the simulated sun. It is a number\nrepresenting the number of milliseconds since 1 January, 1970 UTC.","type":"number"},"directShadows":{"description":"Indicates whether to show shadows cast by the sun.","type":"boolean"},"displayUTCOffset":{"description":"UTC offset in decimal hours. Not to be applied to datetime for sun\nposition, only to adjust display of datetime in UI. If displayUTCOffset\nis null, offset is calculated for the current location (approximate\nonly).","type":"number"},"type":{"const":"sun","description":"The type of lighting.","type":"string"}},"required":["type"],"type":"object"},"SunnyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to sunny.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"type":{"const":"sunny","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"Symbol2DJson":{"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"}],"description":"Symbol types used in web maps."},"Symbol3DJson":{"anyOf":[{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"Symbol types used in web scenes."},"SymbolJson":{"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"}],"description":"A symbol representing a feature on the map.\n\nPart of the Esri ArcGIS REST API (see\nhttp://resources.arcgis.com/en/help/rest/apiref/symbol.html). See\n{@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."},"TableDataSourceJson":{"description":"Table data source is a table, feature class, or raster that resides in a\nregistered workspace (either a folder or geodatabase). In the case of a\ngeodatabase, if versioned, use version to switch to an alternate geodatabase\nversion. If version is empty or missing, the registered geodatabase version\nwill be used. See\n{@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.","properties":{"dataSourceName":{"description":"The fully-qualified string value used to specify where the dataSource is\nderived.","type":"string"},"gdbVersion":{"description":"If applicable, the value indicating the version of the geodatabase.","type":"string"},"type":{"const":"table","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"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"},"TableJson":{"description":"Root element in the web map specifying an array of table objects.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/table/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/table/}.","properties":{"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"},"TableProperties":{"description":"Properties that can be specified for the\n{@link data /_TableExtension!TableExtensionProperties.table} property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'.","enum":["Create","Delete","Editing","Query","Update"],"type":"string"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/FormInfoJson","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See {@link data /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See {@link data /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See {@link data /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See {@link data /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See {@link data /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See {@link data /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See {@link data /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See {@link data /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See {@link data /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TemporalRendererJson":{"description":"A temporal renderer is used to perform time-based rendering of features in a\nfeature layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"latestObservationRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize point geometries for the most current\nobservations."},"observationalRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize regular/historic observations."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"trackRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize the tracks."},"type":{"const":"temporal","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"TemporalUnitJsonType":{"description":"Temporal units in which a time value can be measured.","enum":["esriTimeUnitsCenturies","esriTimeUnitsDays","esriTimeUnitsDecades","esriTimeUnitsHours","esriTimeUnitsMilliseconds","esriTimeUnitsMinutes","esriTimeUnitsMonths","esriTimeUnitsSeconds","esriTimeUnitsUnknown","esriTimeUnitsWeeks","esriTimeUnitsYears"],"type":"string"},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbol3DLayerJson":{"description":"TextSymbol3DLayer is used to draw text labels for features of any geometry\ntype.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.","properties":{"font":{"$ref":"#/definitions/FontJson","description":"Font used for text symbols."},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Font size in points, positive only.","type":"number"},"text":{"description":"Type:String.","type":"string"},"type":{"const":"Text","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"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/}.","properties":{"angle":{"description":"A numeric value that defines the number of degrees (0 to 360) that a text\nsymbol is rotated. The rotation is from East in a counter-clockwise\ndirection where East is the 0° axis.","type":"number"},"backgroundColor":{"description":"Background color of the text.","items":{"type":"number"},"type":"array"},"borderLineColor":{"description":"Value indicating the the color of the border line.","items":{"type":"number"},"type":"array"},"borderLineSize":{"description":"Numeric value indicating the the size of the border line in points.","type":"number"},"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\nnull.","items":{"type":"number"},"type":"array"},"font":{"$ref":"#/definitions/FontJson","description":"Font used for text symbols."},"haloColor":{"description":"Color of the halo around the text.","items":{"type":"number"},"type":"array"},"haloSize":{"description":"Numeric value indicating the point size of a halo around the text symbol.","type":"number"},"horizontalAlignment":{"description":"The horizontal alignment of the text.","enum":["center","justify","left","right"],"type":"string"},"kerning":{"description":"Boolean value indicating whether to adjust the spacing between characters\nin the text string.","type":"boolean"},"rightToLeft":{"description":"Boolean value, set to true if using Hebrew or Arabic fonts.","type":"boolean"},"rotated":{"description":"Boolean value indicating whether every character in the text string is\nrotated.","type":"boolean"},"text":{"description":"Only applicable when specified as a client-side graphic.","type":"string"},"type":{"const":"esriTS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalAlignment":{"description":"The vertical alignment of the text.","enum":["baseline","bottom","middle","top"],"type":"string"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"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/}."},"TimeInfoExportOptionsJson":{"description":"The default time-related export options for a layer. See\nhttps://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.","properties":{"timeDataCumulative":{"description":"If true, draw all the features from the beginning of time for that data.","type":"boolean"},"timeOffset":{"description":"Time offset value for this layer so that it can be overlaid on the top of\na previous or future time period.","type":"number"},"timeOffsetUnits":{"$ref":"#/definitions/TemporalUnitJsonType","description":"Temporal unit in which the time offset is measured."},"useTime":{"description":"If true, use the time extent specified by the time parameter.","type":"boolean"}},"type":"object"},"TimeSliderJson":{"description":"Time animation is controlled by a configurable time slider. Those\nconfigurations are saved to the web map as a timeSlider widget.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/timeSlider/}.","properties":{"properties":{"$ref":"#/definitions/__type","description":"Properties for the time slider."}},"required":["properties"],"type":"object"},"TraceConfigurationJson":{"description":"An array of pre-configured trace configurations for quickly running common\ntraces. See\n{@link https://developers.arcgis.com/web-map-specification/objects/traceConfiguration/}.","properties":{"id":{"description":"A unique identifying string for the trace configuration.","type":"string"},"title":{"description":"A user-friendly string title for the trace configuration that can be used\nin a table of contents.","type":"string"}},"type":"object"},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references.","properties":{"id":{"description":"The unique ID for the transformation item.","type":"string"},"inSpatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference that the data is collected in."},"outSpatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference that the data is displayed in (typically the SR of\nthe configured map's feature layers, or the SR of the map itself)."},"transformation":{"$ref":"#/definitions/GeographicTransformationJson","description":"The transformation to get from in SR to out SR."}},"type":"object"},"TransparencyInfoJson":{"description":"TransparencyInfo is supported by opacityInfo in the JavaScript API. Except\ntype and axis, all properties follow the syntax of the JavaScript API's\nopacityInfo property. It applies transparency to each feature based on the\nattribute values in a field. The exception is that the webmap JSON uses\ntransparency (range 0 - 100, with 100 as completely transparent) instead of\nopacity (range 0 - 1, with 0 as completely transparent).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.","properties":{"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend.","properties":{"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"stops":{"description":"An array of transparencyStop objects.","items":{"$ref":"#/definitions/TransparencyStopJson"},"type":"array"},"type":{"const":"transparencyInfo","description":"The type of the VisualVariable.","type":"string"}},"required":["field","type"],"type":"object"},"TransparencyStopJson":{"description":"The transparencyStop object defines the thematic opacity ramp in a sequence\nof stops. At least two stops are required. The stops must be listed in\nascending order based on the value of the value property in each stop.","properties":{"label":{"description":"A string value used to label the stop in the legend.","type":"string"},"transparency":{"description":"A numeric transparency value for a stop ranging from 0-100, where 0 is\nopaque and 100 is 100% transparent.","type":"number"},"value":{"description":"The pixel intensity value. Describes the pixel intensity value that the\ncolor should be associated with.","type":"number"}},"required":["label","transparency","value"],"type":"object"},"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."},"UniqueValueClassJson":{"description":"The uniqueValueClass object contains the symbology for grouped unique values\nin the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueClass/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueClass/}.","properties":{"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."},"values":{"description":"A list of unique values that should be rendered with the same symbol.\nEach item in the list represents a set of value combinations represented\nby the given symbol. The inner array must contain only one value if only\nfield1 is specified, two values if field1 and field2 are specified, or\nthree values if field1, field2, and field3 are specified. The inner\narrays must not contain more than three values.","items":{"items":{"type":"string"},"type":"array"},"type":"array"}},"required":["symbol","values"],"type":"object"},"UniqueValueFromStyleRendererJson":{"description":"This is a special version of UniqueValue Renderer, which loads uniqueValue\ninfos from a portal style.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/Symbol3DJson","description":"The defaultSymbol on the renderer that get assigned to features with no\nvalue or features that do not fall within the configured data."},"field1":{"description":"String value specifying the first field used to render matching values.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"styleName":{"description":"A registered web style name. Can not be used in conjunction with\nstyleName.","type":"string"},"styleUrl":{"description":"URL that points to the web style definition. Can not be used in\nconjunction with styleUrl.","type":"string"},"type":{"const":"uniqueValue","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["field1","type"],"type":"object"},"UniqueValueGroupJson":{"description":"Represents a group of unique value classes (i.e. symbols). This is used to\ngroup symbols under a common heading and/or when representing multiple unique\nvalues with a single symbol.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueGroup/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueGroup/}.","properties":{"classes":{"description":"Specifies the classes (i.e. symbols) to group under a common heading.\nClasses may be included here without a heading when representing multiple\nvalues with a single symbol.","items":{"$ref":"#/definitions/UniqueValueClassJson"},"type":"array"},"heading":{"description":"The heading to be displayed for the collection of classes defined in this\ngroup.","type":"string"}},"type":"object"},"UniqueValueInfoJson":{"description":"The following is a list of properties found on the uniqueValueInfo object,\nwhich is one of the properties on the renderer object. The uniqueValueInfo\nobject contains the symbology for each uniquely drawn value in the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.","properties":{"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."},"value":{"description":"String value indicating the unique value.","type":"string"}},"required":["symbol","value"],"type":"object"},"UniqueValueRendererJson":{"description":"A unique value renderer symbolizes groups of features that have matching\nfield values.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"$ref":"#/definitions/PolygonSymbol3DJson","description":"A SimpleFillSymbol used for polygon features. It can only be used for\nbivariate types and size rendering."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used when a value cannot be matched."},"field1":{"description":"String value specifying the first field used to render matching values.","type":"string"},"field2":{"description":"String value specifying the second field used to render matching values.","type":"string"},"field3":{"description":"String value specifying the third field used to render matching values.","type":"string"},"fieldDelimiter":{"description":"String value inserted between values if multiple attribute fields are\nspecified.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"uniqueValue","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"uniqueValueGroups":{"description":"An array of uniqueValueGroup objects. If present, then uniqueValueGroups\nshould be used in favor of uniqueValueInfos.","items":{"$ref":"#/definitions/UniqueValueGroupJson"},"type":"array"},"uniqueValueInfos":{"description":"An array of uniqueValueInfo objects. If uniqueValueGroups is present,\nthen this property should be ignored during webmap reading. In the\nfuture, this property will be deprecated and eventually removed.","items":{"$ref":"#/definitions/UniqueValueInfoJson"},"type":"array"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["field1","type"],"type":"object"},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"UtilityNetworkJson":{"description":"Identifies the central object for utility network schema information to\naccess utility-related functionality, such as tracing and querying\nassociations. See\n{@link https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/}.","properties":{"id":{"description":"A unique identifying string for the utility network.","type":"string"},"title":{"description":"A user-friendly string title for the utility network that can be used in\na table of contents.","type":"string"},"traceConfigurations":{"description":"An array of pre-configured trace configurations for quickly running\ncommon traces.","items":{"$ref":"#/definitions/TraceConfigurationJson"},"type":"array"},"url":{"description":"A string value indicating the URL to the utility network layer.","type":"string"}},"type":"object"},"VectorFieldRendererJson":{"description":"A vector field renderer is a renderer that uses symbolizes a U-V or\nMagnitude-Direction data.","properties":{"attributeField":{"const":"Magnitude","description":"Name of the feature attribute field that contains the data value.","type":"string"},"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"flowRepresentation":{"description":"Sets the flow direction of the data.","enum":["flow_from","flow_to"],"type":"string"},"inputUnit":{"$ref":"#/definitions/MagnitudeUnitJsonType","description":"Input unit for Magnitude."},"outputUnit":{"$ref":"#/definitions/MagnitudeUnitJsonType","description":"Output unit for Magnitude."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"style":{"description":"A predefined style.","enum":["beaufort_ft","beaufort_km","beaufort_kn","beaufort_m","beaufort_mi","classified_arrow","ocean_current_kn","ocean_current_m","simple_scalar","single_arrow","wind_speed"],"type":"string"},"symbolTileSize":{"description":"Determines the density of the symbols. Larger tile size, fewer symbols\nappear in the display. The VectorFieldRenderer draws one symbol within a\ndefined tile size (in pixels). The default is 50 pixels.","type":"number"},"type":{"const":"vectorField","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["attributeField","flowRepresentation","style","type"],"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/}."},"VerticalOffsetJson":{"description":"Shifts the symbol along the vertical world axis by a given length. The length\nis set in screen space units. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.","properties":{"maxWorldLength":{"description":"The maximum vertical symbol lift in world units. It acts as an upper\nbound to avoid lift becoming too big.","type":"number"},"minWorldLength":{"description":"The minimum vertical symbol lift in world units. It acts as a lower bound\nto avoid lift becoming too small.","type":"number"},"screenLength":{"description":"Maximal screen length of lift in points.","type":"number"}},"required":["screenLength"],"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/}."},"VirtualLightingJson":{"description":"Object containing information for the virtual lighting type. The position of\nthe light follows the camera and is set behind the camera with a small offset\nto the left side.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.","properties":{"directShadows":{"description":"Indicates whether to show shadows cast by the main light source.","type":"boolean"},"type":{"const":"virtual","description":"The type of lighting.","type":"string"}},"required":["type"],"type":"object"},"VisibilityMode":{},"VisualVariableJson":{"anyOf":[{"$ref":"#/definitions/ColorInfoJson"},{"$ref":"#/definitions/SizeInfoJson"},{"$ref":"#/definitions/TransparencyInfoJson"},{"$ref":"#/definitions/RotationInfoJson"}],"description":"A visualVariable is an object containing the type of drawing property, the\naxis the variable is applied to, and additional properties for the variable.\nThere are three types of visual variables, 'colorInfo', 'sizeInfo', and\n'transparencyInfo'.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."},"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/}."},"WeatherJson":{"anyOf":[{"$ref":"#/definitions/CloudyWeatherJson"},{"$ref":"#/definitions/FoggyWeatherJson"},{"$ref":"#/definitions/RainyWeatherJson"},{"$ref":"#/definitions/SunnyWeatherJson"},{"$ref":"#/definitions/SnowyWeatherJson"}],"description":"Indicates the type of weather visualization in the scene."},"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/}."},"WidgetsJson":{"description":"The widgets object contains widgets that should be exposed to the user.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/widgets/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/widgets/}.","properties":{"floorFilter":{"$ref":"#/definitions/FloorFilterJson","description":"Configurable properties used by the floor filter widget."},"range":{"$ref":"#/definitions/RangeJson","description":"Active range."},"timeSlider":{"$ref":"#/definitions/TimeSliderJson","description":"Time animation is controlled by a configurable time slider. The time\nslider widget will act upon all the time aware layers in the map."}},"type":"object"},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.CIMLineSymbol":{"description":"Represents a line symbol used to draw polyline features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMLineSymbol Read more...}"},"esri.CIMPointSymbol":{"description":"Represents a point symbol used to draw point features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPointSymbol Read more...}"},"esri.CIMPolygonSymbol":{"description":"Represents a polygon symbol used to draw polygon features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPolygonSymbol Read more...}"},"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":{},"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"}]},"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."},"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."},"ApplicationPropertiesJson":{"description":"The applicationProperties object is one of the objects at the top level of\nthe JSON web map JSON schema. This is responsible for containing the viewing\nand editing properties of the web map. There are specific objects within this\nobject that are applicable only to Collector and are explained within the\nproperty descriptions.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/applicationProperties/}.","properties":{"editing":{"$ref":"#/definitions/__type","description":"If locationTracking is set and enabled, the Collector application will\nupdate the feature service at the defined interval with the current\nlocation of the user logged into the Collector app. See\n{@link https://developers.arcgis.com/web-map-specification/objects/editing/}."},"offline":{"$ref":"#/definitions/__type","description":"Use if working with offline maps. See\n{@link https://developers.arcgis.com/web-map-specification/objects/offline/}."},"viewing":{"$ref":"#/definitions/__type","description":"An object containing all the viewing properties of the web map. If this\nis null or not defined, the client should assume a logical default. See\n{@link https://developers.arcgis.com/web-map-specification/objects/viewing/}."}},"type":"object"},"ArcGISRequestHelper":{"description":"The request helper to be used when making requests through ArcGIS objects."},"ArcGISServiceTableExtensionProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\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"}]},"AuthoringInfoFilterBlockJson":{"description":"The filter authoring info object contains metadata about the authoring\nprocess for creating a filter block object. This allows the authoring client\nto save specific, overridable settings. The next time it is accessed via an\nauthoring client, their selections are remembered. Non-authoring clients can\nignore it.","properties":{"filterTypes":{"description":"Array of defined filter types. Each filter type has an array of filter\nvalues.","items":{"$ref":"#/definitions/AuthoringInfoFilterTypeJson"},"type":"array"}},"type":"object"},"AuthoringInfoFilterTypeJson":{"description":"The file authoring information for a filter, including the filter type and\nits value settings.","properties":{"filterType":{"description":"Represents the filter type name. Name is a unique identifier.","type":"string"},"filterValues":{"description":"Array of filter values. Filter values are the attributes that can be\nstored for individual fields in a layer.","items":{"type":"string"},"type":"array"}},"type":"object"},"AuthoringInfoJson":{"description":"The authoringInfo is an object containing metadata about the authoring\nprocess for creating a renderer object. This allows the authoring clients to\nsave specific overridable settings so that next time it is accessed via the\nUI, their selections are remembered. Non-authoring clients should ignore it.\nIn order to support the slider with color/size/transparency information, the\nselection of the various themes, classification, and additional properties\nare saved within this object.\n\nNote: The authoringInfo object is not required with a renderer. It is only\nused if rendering was generated using Map Viewer rendering tools.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/authoringInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/authoringInfo/}.","properties":{"classificationMethod":{"$ref":"#/definitions/ClassificationMethodJsonType","description":"Used for classed color or size. The default value is esriClassifyManual."},"colorRamp":{"$ref":"#/definitions/ColorRampJson","description":"A colorRamp object is used to specify a range of colors that are applied\nto a group of symbols."},"field":{"$ref":"#/definitions/FieldJson","description":"Contains information about an attribute field."},"fields":{"description":"An array of string values representing field names used for creating\npredominance renderers.","type":"string"},"standardDeviationInterval":{"description":"Use if the classificationMethod is esriClassifyStandardDeviation.\nPossible values: 0.25, 0.33, 0.5, 1.","type":"number"},"type":{"$ref":"#/definitions/AuthoringInfoJsonType","description":"In case of classed renderers this is set to either classedSize or\nclassedColor."},"visualVariables":{"$ref":"#/definitions/VisualVariableJson","description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity."}},"type":"object"},"AuthoringInfoJsonType":{"description":"The type of the AuthoringInfo.","enum":["classedColor","classedSize","predominance"],"type":"string"},"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"}]},"BasemapJson":{"description":"A basemap layer is a layer that provides geographic context to the map. A web\nmap always contains a basemap. A web scene is not required to always contain\na basemap. The basemap has a title and is the combination of each\nBasemapLayer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/basemap/}.","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"},"BasemapLayerJson":{"description":"A base map layer in a web map/scene."},"BasemapPickerModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a basemap picker component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"BasemapPickerModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BasemapPickerModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^basemap-picker$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BasemapProperties":{"description":"Properties that can be specified for the\n{@link mapping /BasemapExtension!BasemapExtensionProperties.basemap} property.","properties":{"baseMapLayers":{"description":"An array of BasemapLayer objects defining the basemaps used in the web\nmap/web scene.","items":{"$ref":"#/definitions/BasemapLayerJson"},"type":"array"},"elevationLayers":{"description":"Deprecated, use ground.layers instead. An array of elevationLayer objects\ndefining the basemaps used in the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"id":{"description":"An identifier used to refer to the basemap when referencing it elsewhere.\n\nNOTE: Only available in web scenes!","type":"string"},"title":{"description":"String title for the basemap that can be used in a table of contents. If\nnot defined, then it takes the title of the first baseMapLayer in the\narray.","type":"string"}},"type":"object"},"BingLayerJson":{"description":"Indicates if working with Microsoft Bing layers. There are three layer types\nassociated with Bing Layers: BingMapsAerial, BingMapsRoad, and\nBingMapsHybrid.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bingLayer/}."},"BloomEffectFunctionJson":{"description":"An Effect Function for the bloom effect.","properties":{"radius":{"description":"Determines the radius of the blur. Negative values are not allowed.\nLeaves the pixels inside the radius untouched.","type":"number"},"strength":{"description":"The intensity of the bloom effect. The higher the value, the brighter the\nglow. Negative values are not allowed.","type":"number"},"threshold":{"description":"The minimum color luminosity for a pixel to bloom, where at 0 all pixels\nbloom and 1 only the pixels with 100% luminosity colors bloom.","type":"number"},"type":{"const":"bloom","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"BlurEffectFunctionJson":{"description":"An Effect Function for the blur effect.","properties":{"radius":{"description":"The radius of the blur in points. It defines the value of the standard\ndeviation to the Gaussian function. Negative values are not allowed.","type":"number"},"type":{"const":"blur","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"Bookmark":{"description":"A bookmark for a map extension. Consists of a title and a viewpoint.\nBookmarks can be created stand-alone or initialized from webmap bookmarks or\nfrom slides on web scene presentations."},"BookmarkJson":{"description":"Predefined bookmarks for use by the application. A bookmark is a saved map\nextent that allows end users to quickly navigate to a particular area of\ninterest.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/bookmark/}.","properties":{"extent":{"$ref":"#/definitions/ExtentJson"},"name":{"description":"A string name for the bookmark.","type":"string"},"thumbnail":{"$ref":"#/definitions/__type","description":"Object containing a thumbnail image."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"Represents the location displayed on the map. If viewpoint is defined,\nignore the extent. If viewpoint is not defined, use the extent property.\nFor backwards compatibility, please save both extent and viewpoint\nproperties."}},"required":["name"],"type":"object"},"BookmarkProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /Bookmark!Bookmark}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"source":{"$ref":"#/definitions/BookmarkSource","description":"See {@link mapping /Bookmark!Bookmark.source}."},"title":{"description":"See {@link mapping /Bookmark!Bookmark.title}.","type":"string"},"viewpoint":{"anyOf":[{"$ref":"#/definitions/esri.Viewpoint"},{"$ref":"#/definitions/ViewpointJson"}],"description":"See {@link mapping /Bookmark!Bookmark.viewpoint}."}},"type":"object"},"BookmarkSource":{"description":"The source of the bookmark."},"BookmarksModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a bookmarks component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onClick":{"$ref":"#/definitions/Action","description":"The command to execute when the user clicks a bookmark."},"title":{"description":"A human-readable title for this model.","type":"string"},"userBookmarks":{"description":"User preferences bookmarks.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"type":"string"}]},"type":"array"}},"type":"object"},"BookmarksModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BookmarksModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^bookmarks$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BorderJson":{"description":"Optional border on the line that is used to improve the contrast of the line\ncolor against various background colors.","properties":{"color":{"description":"The color of the border.","items":{"type":"number"},"type":"array"},"transparency":{"description":"A value between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"BrandingColors":{"description":"Configuration for a branding theme's colors."},"BrandingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration.","properties":{"activeTheme":{"description":"The currently active theme.","type":"string"},"density":{"$ref":"#/definitions/UIDensity","description":"Specifies the density of UI elements in the application."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"themes":{"description":"A list of configured themes.","items":{"$ref":"#/definitions/BrandingThemeProperties"},"type":"array"}},"type":"object"},"BrandingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/BrandingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^branding$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"BrandingThemeProperties":{"description":"A branding theme specifies the look and feel of the viewer.","properties":{"accentColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The accent color used to generate this theme, if it was automatically\ngenerated."},"colors":{"$ref":"#/definitions/BrandingColors","description":"The color keys and values."},"id":{"description":"A unique ID for this theme.","type":"string"},"template":{"$ref":"#/definitions/BrandingThemeTemplate","description":"The template used to generate this theme, if it was automatically\ngenerated."},"title":{"description":"The display title for this theme.","type":"string"}},"required":["colors","id","title"],"type":"object"},"BrandingThemeTemplate":{"description":"The App Designer template that was used to generate a branding theme, if it\nwas generated."},"BrightnessEffectFunctionJson":{"description":"An Effect Function for the brightness effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"brightness","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"BuildingSceneLayerJson":{"description":"The BuildingSceneLayer is a layer type designed for on-demand streaming and\ndisplaying building data."},"CIMSymbolJson":{"description":"Represents a symbol reference that contains a CIM symbol. In addition to type\nlisted below, a symbol reference will contain additional properties. More\ndetails on CIM symbol reference and CIM symbols are available on github:\nhttps://github.com/Esri/cim-spec/blob/master/docs/v2/Overview-Symbols.md.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/polygonSymbol3D/}.","properties":{"type":{"const":"CIMSymbolReference","description":"Specifies the type of symbol used.","type":"string"}},"required":["type"],"type":"object"},"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/}.","properties":{"symbol":{"anyOf":[{"$ref":"#/definitions/esri.CIMLineSymbol"},{"$ref":"#/definitions/esri.CIMPointSymbol"},{"$ref":"#/definitions/esri.CIMPolygonSymbol"}],"description":"The symbol. Supported values are CIMPointSymbol, CIMLineSymbol, and\nCIMPolygonSymbol."},"type":{"const":"CIMSymbolReference","description":"Specifies the type of symbol used.","type":"string"}},"required":["type"],"type":"object"},"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/}."},"CalloutJson":{"description":"Callout configuration for a symbol.","properties":{"border":{"$ref":"#/definitions/BorderJson","description":"Optional border on the line that is used to improve the contrast of the\nline color against various background colors."},"color":{"description":"The color of the line.","items":{"type":"number"},"type":"array"},"size":{"description":"The width of the line in points.","type":"number"},"transparency":{"description":"A value between 100 (full transparency) and 0 (full opacity).","type":"number"},"type":{"const":"line","description":"The type of the callout. A callout of type line connects an offset symbol\nor label with its location.","type":"string"}},"required":["type"],"type":"object"},"ClassBreakInfoJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/classBreakInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/classBreakInfo/}.","properties":{"classMaxValue":{"description":"A numeric value used to specify the maximum value for a break.","type":"number"},"classMinValue":{"description":"A numeric value used to specify discontinuous class breaks. If this value\nis null or is missing, the map server will calculate the minimum value\nbased on the preceding class' maximum value.","type":"number"},"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."}},"required":["classMaxValue","symbol"],"type":"object"},"ClassBreaksRendererJson":{"description":"A class breaks renderer symbolizes based on the value of some numeric\nattribute. The classBreakInfo define the values at which the symbology\nchanges.\n\nIf the Normalization Type property is defined than the class breaks contain a\nnormalized min/max value instead of the actual value. The data value,\nobtained from the field property, is normalized using one of the following\nfunctions before it is compared with the class breaks.\n\n1. Field - Divide the data value using the attribute value of the field\n specified by the normalizationField property.\n2. Log - Compute the base 10 logarithm of the data value. This can be a useful\n approach for some data distributions because it reduced the influence of\n very large data values.\n3. Percent-of-total - Divide the data value by the sum of all data values then\n multiply by 100. Use the normalizationTotal property to determine the\n total value.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/classBreaks_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/classBreaksRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"anyOf":[{"$ref":"#/definitions/SimpleFillSymbolJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"}],"description":"Supported only for polygon features. It is a SimpleFillSymbol."},"classBreakInfos":{"description":"Array of objects with value, label, and description.","items":{"$ref":"#/definitions/ClassBreakInfoJson"},"type":"array"},"classificationMethod":{"$ref":"#/definitions/ClassificationMethodJsonType","description":"Determines the classification method that was used to generate class\nbreaks."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used when a value cannot be classified."},"field":{"description":"String value specifying the numeric field used in generating the class\nbreaks.","type":"string"},"minValue":{"description":"The minimum numeric data value needed to begin class breaks.","type":"number"},"normalizationField":{"description":"Used when normalizationType is NormalizationType.BY_FIELD.","type":"string"},"normalizationTotal":{"description":"Used when normalizationType is NormalizationType.BY_FIELD.","type":"number"},"normalizationType":{"description":"One of the NormalizationType constants.","enum":["esriNormalizeByField","esriNormalizeByLog","esriNormalizeByPercentOfTotal"],"type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"classBreaks","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["classBreakInfos","classificationMethod","field","type"],"type":"object"},"ClassificationMethodJsonType":{"description":"The classification method for ClassBreaksRenderer.","enum":["esriClassifyEqualInterval","esriClassifyGeometricalInterval","esriClassifyManual","esriClassifyNaturalBreaks","esriClassifyQuantile","esriClassifyStandardDeviation"],"type":"string"},"CloudyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to cloudy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/cloudyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"type":{"const":"cloudy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"CodedValueJson":{"description":"A set of valid coded values with unique names. See\n{@link https://developers.arcgis.com/web-map-specification/objects/codedValue/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/codedValue_domain/}.","properties":{"code":{"description":"Value indicating which unique code is used to identify the feature\nattribute.","type":["string","number"]},"name":{"description":"The human-readable name for the coded value.","type":"string"}},"required":["code","name"],"type":"object"},"ColorBackgroundJson":{"description":"Specifies a single color to fill the background of the scene with. The scene\nbackground is displayed behind any scene objects, stars and atmosphere.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/environment_background_color/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity). Web scenes only.","type":"number"},"type":{"const":"color","description":"The type of background. Web scenes only.","type":"string"}},"required":["type"],"type":"object"},"ColorClassBreakInfoJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorClassBreakInfo/}.","properties":{"classMaxValue":{"description":"A numeric value used to specify the maximum value for a break.","type":"number"},"classMinValue":{"description":"A numeric value used to specify discontinuous class breaks. If this value\nis null or is missing, the map server will calculate the minimum value\nbased on the preceding class' maximum value.","type":"number"},"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"description":{"description":"String value used to describe the class.","type":"string"},"label":{"description":"String value used to label the class.","type":"string"}},"type":"object"},"ColorInfoJson":{"description":"The colorInfo visual variable defines how a continuous color ramp is applied\nto features based on the values of a numeric field attribute. The minimum and\nmaximum values of the data should be indicated along with their respective\ncolor values. You must specify either colors or stops to construct the color\nramp.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/colorInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorInfo_visualVariable/}.","properties":{"colors":{"description":"An array of colors that define the color ramp. Either colors or stops\nmust be specified to construct the color ramp.","items":{"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"},"type":"array"},"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"showLegend":{"description":"Indicates whether to show color/size ramp in the legend.","type":"boolean"},"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"maxDataValue":{"description":"The maximum data value.","type":"number"},"minDataValue":{"description":"The minimum data value.","type":"number"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"stops":{"description":"An array of stop objects.","items":{"$ref":"#/definitions/ColorStopJson"},"type":"array"},"type":{"const":"colorInfo","description":"The type of the VisualVariable.","type":"string"}},"required":["field","type"],"type":"object"},"ColorRampJson":{"description":"A colorRamp object is used to specify a range of colors that are applied to a\ngroup of symbols. See\n{@link https://developers.arcgis.com/web-map-specification/objects/colorRamp/}.","properties":{"algorithm":{"description":"Algorithm used for calculating the ramp.","enum":["esriCIELabAlgorithm","esriHSVAlgorithm","esriLabLChAlgorithm"],"type":"string"},"colorRamps":{"description":"A multipart color ramp is defined by a list of constituent color ramps.","items":{"$ref":"#/definitions/ColorRampJson"},"type":"array"},"fromColor":{"description":"Array representing the initial color to start the ramp from.","items":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"maxItems":4,"minItems":4,"type":"array"},"toColor":{"description":"Array representing the final color to end the ramp with.","items":[{"type":"number"},{"type":"number"},{"type":"number"},{"type":"number"}],"maxItems":4,"minItems":4,"type":"array"},"type":{"description":"Value indicating the type of colorRamp.","enum":["algorithmic","multipart"],"type":"string"}},"required":["type"],"type":"object"},"ColorStopJson":{"description":"A sizeStop object describes the size of the symbol at various values of the\nexpression.","properties":{"color":{"anyOf":[{"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"},{"type":"string"}],"description":"A CSS color string or an array of rbga values. The color to place at the\nstop indicated by either a ratio or value."},"label":{"description":"Value if a label is needed on the legend for a stop.","type":"string"},"value":{"description":"The pixel intensity value. Describes the pixel intensity value that the\ncolor should be associated with. Just like in colorInfo, using value will\nignore maxPixelIntensity and minPixelIntensity properties. It will\nactually set those properties to maximum and minimum values you set in\nthe colorStops array. The hard values are converted to ratios to create\nthe color gradient that is used in the heatmap calculations. Setting\nminPixelIntensity or maxPixelIntensity, after setting colorStops with\nvalues, removes the hard link between the color ramp and the pixel\nintensity values that were used to create it.","type":"number"}},"type":"object"},"ColorUniqueValueInfosJson":{"description":"The classBreaksInfo object provides information about the class breaks\nassociated with the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorUniqueValueInfo/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"description":{"description":"String value used to describe the class.","type":"string"},"label":{"description":"String value used to label the class.","type":"string"},"values":{"description":"List of string values used to classify points.","items":{"type":"string"},"type":"array"}},"type":"object"},"CompassModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a compass component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"CompassModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/CompassModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^compass$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ContentProperties":{"description":"Properties that extend the ArcGis portal representation of a PopupContent.","properties":{"$ref":{"$ref":"#/definitions/ContentRef","description":"A popupContent name referring to an existing popupContent in a\nfeatureSettings. The popupContent extension will attempt to find an\nexisting popupContent in its parent featureSettings."},"attributes":{"description":"A dictionary of key value pairs representing attributes to be used\ninstead of fields and their values. This property is only used when the\nelement is of type expression and should be returned as part of the\narcade expression itself. This property allows passing arcade derived\nattribute values into fields or media elements."},"description":{"description":"An optional string value describing the element in detail. This property\ndoes not apply when the type is text or expression.","type":"string"},"displayCount":{"description":"This property applies to elements of type relationship. An integer that\nindicates the maximum number of records to display.","type":"number"},"displayType":{"description":"This property applies to elements of type attachments and relationship. A\nstring value indicating how to display the attachment. Possible values\nare, 'preview', and 'list' for attachments types, and 'list' for\nrelationship types. If list is specified, attachments show as links.","type":"string"},"expressionInfo":{"$ref":"#/definitions/PopupExpressionInfoJson","description":"This property applies to elements of type expression. An Arcade\nexpression that defines the pop-up element content."},"fieldInfos":{"description":"This property applies to elements of type fields. It is an array of\npopupInfo.fieldInfo objects representing a field/value pair displayed as\na table within the popupElement. If the fieldInfos property is not\nprovided, the popupElement will display whatever is specified directly in\nthe popupInfo.fieldInfos property.","items":{"$ref":"#/definitions/FieldInfoJson"},"type":"array"},"mediaInfos":{"description":"This property applies to elements of type media. An array of\npopupInfo.mediaInfo objects representing an image or chart for display.\nIf no mediaInfos property is provided, the popupElement will display\nwhatever is specified in the popupInfo.mediaInfo property.","items":{"$ref":"#/definitions/MediaInfoJson"},"type":"array"},"orderByFields":{"description":"This property applies to elements of type relationship. Array of\norderByFields objects indicating the field display order for the related\nrecords and whether they should be sorted in ascending 'asc' or\ndescending 'desc' order.","items":{"$ref":"#/definitions/OrderByFieldsJson"},"type":"array"},"relationshipId":{"description":"This property applies to elements of type relationship. The id of the\nrelationship as defined in the feature layer definition.","type":"number"},"text":{"description":"This property applies to elements of type text. This is string value\nindicating the text to be displayed within the popupElement. If no text\nproperty is provided, the popupElement will display whatever is specified\nin the popupInfo.description property.","type":"string"},"title":{"description":"An optional string value indicating what the element represents. This\nproperty does not apply when the type is text or expression.","type":"string"},"type":{"description":"String value indicating which element to use.","enum":["attachments","expression","fields","media","relationship","text"],"type":"string"}},"type":"object"},"ContentRef":{"description":"A set of properties used to reference an ESRI Content instance."},"ContrastEffectFunctionJson":{"description":"An Effect Function for the contrast effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"contrast","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"CoordinateModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the coordinate service.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\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"}]},"DataSourceJson":{"anyOf":[{"$ref":"#/definitions/JoinTableDataSourceJson"},{"$ref":"#/definitions/QueryTableDataSourceJson"},{"$ref":"#/definitions/RasterDataSourceJson"},{"$ref":"#/definitions/TableDataSourceJson"}],"description":"This object applies if the layerDefinition source is set to DynamicDataLayer.\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/dataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."},"DateFormatJsonType":{"description":"Possible date formats for {@link FormatJson.dateFormat}.","enum":["dayShortMonthYear","dayShortMonthYearLongTime","dayShortMonthYearLongTime24","dayShortMonthYearShortTime","dayShortMonthYearShortTime24","longDate","longDateLongTime","longDateLongTime24","longDateShortTime","longDateShortTime24","longMonthDayYear","longMonthDayYearLongTime","longMonthDayYearLongTime24","longMonthDayYearShortTime","longMonthDayYearShortTime24","longMonthYear","shortDate","shortDateLE","shortDateLELongTime","shortDateLELongTime24","shortDateLEShortTime","shortDateLEShortTime24","shortDateLongTime","shortDateLongTime24","shortDateShortTime","shortDateShortTime24","shortMonthYear","year"],"type":"string"},"DefinitionEditorJson":{"description":"The definitionEditor stores interactive filters at the same level as\nlayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/definitionEditor/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/definitionEditor/}."},"DialogModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a dialog component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"DialogModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/DialogModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^dialog$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"DisplayMode":{"description":"Specifies which map mode(s) to display highlights."},"DomainJson":{"description":"A domain specifies the set of valid values for a field.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/domain/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/domain/}."},"DrawingInfoJson":{"description":"The drawingInfo object contains drawing information for a feature collection\nor a single layer in a map service. This object is used in LayerDefinition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/drawingInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/drawingInfo/}.","properties":{"filters":{"description":"Filters for PointCloud layers.","items":{"$ref":"#/definitions/PointCloudFilterJson"},"type":"array"},"fixedSymbols":{"description":"Only used for feature collections with a renderer. The feature's symbol\nis defined by the layer's renderer. Not implemented in JSAPI 4.x.","type":"boolean"},"labelingInfo":{"description":"An object defining the properties used for labeling the layer.","items":{"$ref":"#/definitions/LabelingInfoJson"},"type":"array"},"renderer":{"$ref":"#/definitions/RendererJson","description":"A renderer object that provides the symbology for the layer."},"scaleSymbols":{"description":"Boolean property indicating whether symbols should stay the same size in\nscreen units as you zoom in. A value of false means the symbols stay the\nsame size in screen units regardless of the map scale. Not implemented in\nJSAPI 4.x.","type":"boolean"},"showLabels":{"description":"Defines whether labels should be shown or not. This is only valid for\nsublayers.","type":"boolean"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"type":"object"},"DropShadowEffectFunctionJson":{"description":"An Effect Function for the drop-shadow effect.","properties":{"blurRadius":{"description":"The radius of the blur in points. It defines the value of the standard\ndeviation to the Gaussian function.","type":"number"},"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.","items":{"type":"number"},"type":"array"},"type":{"const":"drop-shadow","description":"Effect type.","type":"string"},"xoffset":{"description":"The distance of the shadow on the x-axis in points.","type":"number"},"yoffset":{"description":"The distance of the shadow on the y-axis in points.","type":"number"}},"required":["type"],"type":"object"},"DynamicDataLayerJson":{"description":"A dynamic data layer derived from a registered workspace. More information on\nthis can be found in the ArcGIS REST API help. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dynamicDataLayer_source/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dynamicDataLayer_source/}.","properties":{"dataSource":{"$ref":"#/definitions/DataSourceJson","description":"This object applies if the layerDefinition source is set to\nDynamicDataLayer. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dataSource/}."},"fields":{"description":"An array of objects specifying information about an attribute field.","items":{"$ref":"#/definitions/FieldJson"},"type":"array"},"type":{"const":"dataLayer","description":"A string value indicating the type. This value is dataLayer.","type":"string"}},"required":["type"],"type":"object"},"DynamicMapLayerJson":{"description":"A dynamic map layer refers to a layer in the current map service. More\ninformation on this can be found in the ArcGIS REST API help. See\n{@link https://developers.arcgis.com/web-map-specification/objects/dynamicMapLayer_source/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/dynamicMapLayer_source/}.","properties":{"gdbVersion":{"description":"If applicable, specify this to use an alternate geodatabase version.","type":"string"},"mapLayerId":{"description":"The current map layer's ID.","type":"number"},"type":{"const":"mapLayer","description":"A string value indicating the type. This value is mapLayer.","type":"string"}},"required":["type"],"type":"object"},"EdgesJson":{"anyOf":[{"$ref":"#/definitions/SketchEdgesJson"},{"$ref":"#/definitions/SolidEdgesJson"}],"description":"Edges describe additional styles applied to visually important edges of 3D\nobjects."},"EffectFunctionJson":{"anyOf":[{"$ref":"#/definitions/HueRotateEffectFunctionJson"},{"$ref":"#/definitions/BlurEffectFunctionJson"},{"$ref":"#/definitions/DropShadowEffectFunctionJson"},{"$ref":"#/definitions/BloomEffectFunctionJson"},{"$ref":"#/definitions/BrightnessEffectFunctionJson"},{"$ref":"#/definitions/ContrastEffectFunctionJson"},{"$ref":"#/definitions/GrayscaleEffectFunctionJson"},{"$ref":"#/definitions/InvertEffectFunctionJson"},{"$ref":"#/definitions/OpacityEffectFunctionJson"},{"$ref":"#/definitions/SaturateEffectFunctionJson"},{"$ref":"#/definitions/SepiaEffectFunctionJson"}],"description":"Effect functions that can be combined to build a layer effect."},"EffectJson":{"anyOf":[{"items":{"$ref":"#/definitions/ScaleDependentEffectJson"},"type":"array"},{"items":{"$ref":"#/definitions/EffectFunctionJson"},"type":"array"}],"description":"Effect provides various filter functions to achieve different visual effects\nsimilar to how image filters (photo apps) work."},"ElevationLayerJson":{"description":"Elevation layers that can be used in a web scene's ground."},"ElevationModeJsonType":{"description":"Defines how the graphic is placed with respect to the terrain surface.","enum":["absoluteHeight","onTheGround","relativeToGround","relativeToScene"],"type":"string"},"EnvironmentJson":{"description":"Represents settings that affect the environment in which the WebScene is\ndisplayed (such as lighting). It is part of the initial state of the WebScene\nas well as slides in the presentation.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/environment/}.","properties":{"atmosphereEnabled":{"description":"Whether the atmosphere should be visualized. This includes sky and haze\neffects.","type":"boolean"},"background":{"$ref":"#/definitions/ColorBackgroundJson","description":"Specifies how the background of the scene (which lies behind sky, stars\nand atmosphere) should be displayed."},"lighting":{"$ref":"#/definitions/LightingJson","description":"Object containing information on how the scene is lit."},"starsEnabled":{"description":"Whether stars should be displayed in the sky.","type":"boolean"},"weather":{"$ref":"#/definitions/WeatherJson","description":"Indicates the type of weather visualization in the scene."}},"type":"object"},"ExpandModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a an expand component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ExpandModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ExpandModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^expand$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ExtentJson":{"description":"This object defines the bounding geometry given the lower-left and\nupper-right corners of the bounding box. A spatial reference is also\nrequired. See\n{@link https://developers.arcgis.com/web-map-specification/objects/envelope_geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/extent/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/extent/}."},"ExtrudeSymbol3DLayerJson":{"description":"ExtrudeSymbol3DLayer is used to render Polygon geometries by extruding them\nupward from the ground, creating a 3D volumetric object.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/extrudeSymbol3DLayer/}.","properties":{"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Extrusion height in meters, positive only.","type":"number"},"type":{"const":"Extrude","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"FacilityLayerInfoJson":{"description":"Defines the layer and field properties for the Facility layer used for floor\nfiltering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/facilityLayerInfo/}.","properties":{"facilityIdField":{"description":"The name of the attribute field that contains a facility feature's unique\nidentifier.","type":"string"},"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Facility features to use for floor filtering.","type":"string"},"nameField":{"description":"The name of the attribute field that contains a facility feature's name.","type":"string"},"siteIdField":{"description":"The name of the attribute field that contains a facility feature's site\nidentifier (a foreign key to the Site layer).","type":"string"}},"type":"object"},"FailureMode":{"description":"Possible modes of failure when there is an error resolving or initializing an\nitem."},"Feature":{"description":"Represents a record in a {@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":"Base properties for a feature-details component.","properties":{"featureActions":{"description":"A menu of actions used to create clickable action buttons within the\ncomponent. (MenuModel). For Mobile, the first four actions are designated\nas primary actions, with the remainder designated as secondary actions.\nIf feature actions are configured globally as well as for the feature's\nsource, then all actions will be displayed, with the feature source level\nactions shown first.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onFeatureHide":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes invisible\nwithin the component."},"onFeatureShow":{"$ref":"#/definitions/Action","description":"A command or set of commands to execute when a feature becomes visible\nwithin the component."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"FeatureDetailsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureDetailsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-details$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureExpressionInfoJson":{"description":"An object that defines an expression for per-feature elevation. If not set,\ngeometry.z values are used for elevation. Unit is applied to the resulting\nexpression value.","properties":{"expression":{"description":"An Arcade expression evaluating to a number. Value of \"0\" does not use\ngeometry.z values.","type":"string"},"title":{"description":"Title of the expression.","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/}.","properties":{"attributes":{"description":"The feature attributes. It is a JSON object that contains a dictionary of\nname-value pairs. The names are the feature field names. The values are\nthe field values and they can be any of the standard JSON types - string,\nnumber and boolean. Note that date values are encoded as numbers. The\nnumber represents the number of milliseconds since epoch (January 1,\n1970) in UTC."},"geometry":{"$ref":"#/definitions/GeometryJson","description":"The feature geometry."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"A popupInfo object defining the content of popup window when you click a\nfeature on the map. Applicable to features in a map notes feature layer\nonly."},"symbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used for drawing the feature."}},"type":"object"},"FeatureLayerJson":{"description":"Feature layers can be created by referencing a layer from either a map\nservice or a feature service or by specifying a feature collection object.\nUse a map service if you just want to retrieve geometries and attributes from\nthe server and symbolize them yourself. Use a feature service if you want to\ntake advantage of symbols from the service's source map document. Also, use a\nfeature service if you plan on doing editing with the feature layer. Feature\nlayers honor any feature templates configured in the source map document.\nFeature collection objects are used to create a feature layer based on the\nsupplied definition.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/featureLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/featureLayer/}."},"FeatureListProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /FeatureList!FeatureList}.","properties":{"featureSet":{"anyOf":[{"$ref":"#/definitions/FeatureSet"},{"$ref":"#/definitions/FeatureSetProperties"},{"items":{"anyOf":[{"$ref":"#/definitions/Feature"},{"$ref":"#/definitions/FeatureProperties"}]},"type":"array"}],"description":"The features contained in the list."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"See {@link data /FeatureList!FeatureList.title}.","type":"string"}},"type":"object"},"FeatureListPropertiesItem":{"allOf":[{"$ref":"#/definitions/FeatureListProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^feature-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"FeatureProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link data /Feature!Feature}.","properties":{"attributes":{"anyOf":[{},{"$ref":"#/definitions/Map"}],"description":"The feature's attributes, keyed by field name."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"geometry":{"anyOf":[{"$ref":"#/definitions/esri.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"}]},"FeatureReductionClusterJson":{"description":"Feature reduction of type cluster declutters the screen by hiding features\nthat would otherwise intersect with other features on screen. The default\nclusterRadius for the JavaScript API is 60.","properties":{"clusterMaxSize":{"description":"Size of the largest cluster, in screen units (points).","type":"number"},"clusterMinSize":{"description":"Size of the smallest cluster, in screen units (points).","type":"number"},"clusterRadius":{"description":"Strength of clustering, in screen units (points).","type":"number"},"disablePopup":{"description":"Indicates whether to ignore popups defined by the service item.","type":"boolean"},"drawingInfo":{"$ref":"#/definitions/DrawingInfoJson","description":"Contains labeling information for the cluster."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"Defines the look and feel of popup windows when a user clicks or queries\na feature."},"showLabels":{"description":"Defines whether labels should be shown in the clusters.","type":"boolean"},"type":{"const":"cluster","description":"The type of feature reduction.","type":"string"}},"required":["type"],"type":"object"},"FeatureReductionSelectionJson":{"description":"Feature reduction of type selection declutters the screen by hiding features\nthat would otherwise intersect with other features on screen. The default\nbehavior of this feature reduction type is to select features by depth order,\ni.e. hide all features that would otherwise be overlapped by at least one\nother feature which is closer to the viewer.","properties":{"type":{"const":"selection","description":"The type of feature reduction.","type":"string"}},"required":["type"],"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"},"FillSymbol3DLayerJson":{"description":"FillSymbol3DLayer is used to render the surfaces of flat 2D Polygon\ngeometries and 3D volumetric meshes in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/fillSymbol3DLayer/}.","properties":{"castShadows":{"description":"Boolean to control the shadow casting behavior of the rendered\ngeometries.","type":"boolean"},"edges":{"$ref":"#/definitions/EdgesJson","description":"Specifies an edge visualization style. Only affects MeshSymbol3D."},"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"type":{"const":"Fill","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"FilterAuthoringInfoCheckboxJson":{"description":"Client UI with checkbox representation for each filter type and filter value.","properties":{"filterBlocks":{"description":"Array of filter block authoring infos.","items":{"$ref":"#/definitions/AuthoringInfoFilterBlockJson"},"type":"array"},"type":{"const":"checkbox","description":"Type of filter authoring info. Value of this property must be checkbox.","type":"string"}},"required":["type"],"type":"object"},"FilterBlockJson":{"description":"A filter block defines what elements will be filtered with a specific filter\nmode. To ensure performance on client applications, it is not recommended to\ndeclare multiple filter blocks with the same filter mode. Filter blocks are\ncontained in a filter for a building scene layer. Each filter includes at\nleast one filter block.","properties":{"filterExpression":{"description":"SQL expression to select features that belong to this filter block.","type":"string"},"filterMode":{"$ref":"#/definitions/FilterModeJson","description":"Filter mode defines how features are drawn. For example, the filter mode\nof a filter can be solid or wire frame."},"title":{"description":"Title of the filter block.","type":"string"}},"type":"object"},"FilterModeJson":{"anyOf":[{"$ref":"#/definitions/FilterModeSolidJson"},{"$ref":"#/definitions/FilterModeWireFrameJson"}],"description":"Filter mode represents the way elements draw when participating in a filter\nblock."},"FilterModeSolidJson":{"description":"Draw elements of this filter block in solid mode. This mode does not change\nthe display of features.","properties":{"type":{"const":"solid","description":"Declares filter mode of type solid. Value of this property must be solid.","type":"string"}},"required":["type"],"type":"object"},"FilterModeWireFrameJson":{"description":"Draw elements of this filter block in wireframe mode. This mode draws only\nthe edges of the features with the specified edge style.","properties":{"edges":{"$ref":"#/definitions/EdgesJson","description":"A size in points by which to extend edges beyond their original end\npoints."},"type":{"const":"wireFrame","description":"Declares filter mode of type wire frame. Value of this property must be\nwireFrame.","type":"string"}},"required":["type"],"type":"object"},"FloorFilterJson":{"description":"Configurable properties used by the floor filter widget. See\n{@link https://developers.arcgis.com/web-map-specification/objects/floorFilter/}.","properties":{"enabled":{"description":"Indicates whether the floor filter is actively filtering the displayed\ncontent according to the floor filter selection.","type":"boolean"},"facility":{"description":"Contains a facility identifier for the initially selected facility in the\nfloor filter.","type":"string"},"level":{"description":"Contains a level identifier for the initially selected floor, which is\nused when filtering floor-aware layers.","type":"string"},"longNames":{"description":"Indicates whether the floor filter is showing long names instead of short\nnames for floor levels.","type":"boolean"},"minimized":{"description":"Indicates whether the floor filter has been minimized to show only the\nlevels list instead of showing the full set of breadcrumbs.","type":"boolean"},"pinnedLevels":{"description":"Indicates whether the floor filter has been pinned to show the floor\nlevels list, instead of including the levels as a breadcrumb dropdown.","type":"boolean"},"siteIdentifier":{"description":"Contains a site identifier for the initially selected site in the floor\nfilter.","type":"string"}},"type":"object"},"FoggyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to foggy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/foggyWeather/}.","properties":{"fogStrength":{"description":"Specifies the amount of fog used in the scene.","type":"number"},"type":{"const":"foggy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"FontJson":{"description":"Font used for text symbols.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/font/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/font/}.","properties":{"decoration":{"description":"The text decoration.","enum":["line-through","none","underline"],"type":"string"},"family":{"description":"The font family.","type":"string"},"size":{"description":"The font size.","type":"number"},"style":{"description":"The text style.","enum":["italic","normal","oblique"],"type":"string"},"weight":{"description":"The text weight.","enum":["bold","bolder","lighter","normal"],"type":"string"}},"type":"object"},"FormAttachmentElementJson":{"description":"Defines how one or more attachments can participate in the form. When present\nin the form, the user has the ability to upload an attachment specific to the\nform element. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formAttachmentElement/}.","properties":{"attachmentKeyword":{"description":"A string to identify the attachment(s). When a file is attached using the\nform, this property is used to set the value of the keywords field for\nthe attachment. When a form is displaying existing attachments, this\nproperty is used to query attachments using an exact match on the\nkeywords field.","type":"string"},"description":{"description":"A string that describes the element in detail.","type":"string"},"editable":{"description":"Indicates whether the attachments can be edited. If not present, the\ndefault is true.","type":"boolean"},"inputType":{"$ref":"#/definitions/__type","description":"The input user interface to use for the attachment."},"label":{"description":"A string value indicating what the element represents.","type":"string"},"type":{"const":"attachment","description":"String value indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed.","type":"string"}},"required":["type"],"type":"object"},"FormBarcodeScannerInputJson":{"description":"Defines the desired user interface is a barcode or QR code scanner. If the\nclient does not support barcode scanning, a single-line text box should be\nused. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formBarcodeScannerInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. This only\napplies for string fields. If not supplied, the value is derived from the\nlength property of the referenced field in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. This only\napplies for string fields. If not supplied, the value is 0, meaning there\nis no minimum constraint.","type":"number"},"type":{"const":"barcode-scanner","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormComboBoxInputJson":{"description":"Defines the desired user interface is a list of values in a drop-down that\nsupports typing to filter. Only one value can be selected at a time. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formComboBoxInput/}.","properties":{"noValueOptionLabel":{"description":"The text used to represent a null value.","type":"string"},"showNoValueOption":{"description":"Determines whether null value option is displayed. This only applies to\nfields that support null values. If not provided, the default value is\nfalse.","type":"boolean"},"type":{"const":"combo-box","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormDateTimePickerInputJson":{"description":"Defines the desired user interface is a calendar date picker. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formDatetimePickerInput/}.","properties":{"includeTime":{"description":"Indicates if the datetime picker should provide an option to select the\ntime. If not provided, the default value is false.","type":"boolean"},"max":{"description":"The maximum date to allow. The number represents the number of\nmilliseconds since epoch (January 1, 1970) in UTC.","type":"number"},"min":{"description":"The minimum date to allow. The number represents the number of\nmilliseconds since epoch (January 1, 1970) in UTC.","type":"number"},"type":{"const":"datetime-picker","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormFieldElementJson":{"description":"Defines how a field in the dataset participates in the form. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formFieldElement/}.","properties":{"description":{"description":"A string that describes the element in detail.","type":"string"},"domain":{"$ref":"#/definitions/DomainJson","description":"The domain to apply to this field. If defined, it takes precedence over\ndomains defined in field, type, or subtype."},"editable":{"description":"A Boolean determining whether users can edit this form element. If not\nsupplied, the editable state is derived from the editable property of\nreferenced field in the service.","type":"boolean"},"fieldName":{"description":"A string containing the field name as defined by the feature layer.","type":"string"},"inputType":{"anyOf":[{"$ref":"#/definitions/FormBarcodeScannerInputJson"},{"$ref":"#/definitions/FormComboBoxInputJson"},{"$ref":"#/definitions/FormDateTimePickerInputJson"},{"$ref":"#/definitions/FormRadioButtonsInputJson"},{"$ref":"#/definitions/FormSwitchInputJson"},{"$ref":"#/definitions/FormTextAreaInputJson"},{"$ref":"#/definitions/FormTextBoxInputJson"}],"description":"The input user interface to use for the element. If an input type is not\nsupplied or the client application does not understand the supplied input\ntype, the client application is responsible for defining the default user\ninterface."},"label":{"description":"A string indicating what the element represents. If not supplied, the\nlabel is derived from the alias property in the referenced field in the\nservice.","type":"string"},"requiredExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true and the element is visible, the element\nmust have a valid value in order for the feature to be created or edited.\nWhen the expression evaluates to false the element is not required. If no\nexpression is provided, the default behavior is that the element is not\nrequired. If the referenced field is non-nullable, the required\nexpression is ignored and the element is always required.","type":"string"},"type":{"const":"field","description":"A string indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed. Care must be taken when defining a visibility expression for a\nnon-nullable field i.e. to make sure that such fields either have default\nvalues or are made visible to users so that they can provide a value\nbefore submitting the form.","type":"string"}},"required":["type"],"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/}."},"FormRadioButtonsInputJson":{"description":"Defines the desired user interface is a radio button group. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formRadioButtonsInput/}.","properties":{"noValueOptionLabel":{"description":"The text used to represent a null value.","type":"string"},"showNoValueOption":{"description":"Determines whether null value option is displayed. This only applies to\nfields that support null values. If not provided, the default value is\nfalse.","type":"boolean"},"type":{"const":"radio-buttons","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormRelationshipElementJson":{"description":"Defines how a relationship between feature layers and tables can participate\nin the form. When present in the form, the user may have the option to add or\nedit related records. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formRelationshipElement/}.","properties":{"description":{"description":"A string that describes the element in detail.","type":"string"},"displayCount":{"description":"An integer that indicates the maximum number of records to display.","type":"number"},"displayType":{"const":"list","description":"A string that defines how the related records should be displayed.","type":"string"},"editable":{"description":"A Boolean determining whether users can edit this form element. If not\nsupplied the default value is true.","type":"boolean"},"label":{"description":"A string value indicating what the element represents.","type":"string"},"type":{"const":"relationship","description":"String value indicating which type of element to use.","type":"string"},"visibilityExpression":{"description":"A reference to an Arcade expression that returns a boolean value. When\nthis expression evaluates to true, the element is displayed. When the\nexpression evaluates to false the element is not displayed. If no\nexpression is provided, the default behavior is that the element is\ndisplayed.","type":"string"}},"required":["type"],"type":"object"},"FormSwitchInputJson":{"description":"Defines a desired user interface to present a binary switch, or toggle. This\nshould be used when selecting between two options. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formSwitchInput/}.","properties":{"offValue":{"description":"The coded value when switch state is off.","type":["string","number"]},"onValue":{"description":"The coded value when switch state is on.","type":["string","number"]},"type":{"const":"switch","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormTextAreaInputJson":{"description":"Defines the desired user interface is a multi-line text area. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formTextAreaInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. If not\nsupplied, the value is derived from the length property of the referenced\nfield in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. If not\nsupplied, the value is 0, meaning there is no minimum constraint.","type":"number"},"type":{"const":"text-area","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"FormTextBoxInputJson":{"description":"Defines the desired user interface is a single-line text box. See\n{@link https://developers.arcgis.com/web-map-specification/objects/formTextBoxInput/}.","properties":{"maxLength":{"description":"This represents the maximum number of characters allowed. This only\napplies for string fields. If not supplied, the value is derived from the\nlength property of the referenced field in the service.","type":"number"},"minLength":{"description":"This represents the minimum number of characters allowed. This only\napplies for string fields. If not supplied, the value is 0, meaning there\nis no minimum constraint.","type":"number"},"type":{"const":"text-box","description":"The input type identifier.","type":"string"}},"required":["type"],"type":"object"},"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"},"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"}]},"GeographicTransformationJson":{"description":"The steps in transforming spatial references. See\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-geometry-support-GeographicTransformation.html}.","properties":{"steps":{"description":"The steps in the process of transforming coordinates from one geographic\ncoordinate system to another.","items":{"$ref":"#/definitions/GeographicTransformationStepJson"},"type":"array"}},"required":["steps"],"type":"object"},"GeographicTransformationStepJson":{"description":"Represents a step in the process of transforming coordinates from one\ngeographic coordinate system to another.","properties":{"isInverse":{"description":"Indicates if the geographic transformation is inverted. AN inverted\ntransformation would be transforming from the out SR to the in SR.","type":"boolean"},"wkid":{"description":"The well-known id (wkid) that represents a known geographic\ntransformation.","type":"number"},"wkt":{"description":"The well-known text (wkt) that represents a known geographic\ntransformation.","type":"string"}},"required":["wkid","wkt"],"type":"object"},"GeolocationModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a geolocation component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"GeolocationModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/GeolocationModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^geolocate$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"GeometryJson":{"description":"A geometry as defined in the ArcGIS REST and web map specifications.\n\nSee {@link http://resources.arcgis.com/en/help/rest/apiref/geometry.html}. See\n{@link https://developers.arcgis.com/web-map-specification/objects/geometry/}\n{@link https://developers.arcgis.com/web-map-specification/objects/geometryType/}."},"GeometryJsonType":{"description":"Types of geometry. Geometry JSON objects don't reference these types, but\nthey appear within services to describe the type of geometries in layers."},"GrayscaleEffectFunctionJson":{"description":"An Effect Function for the grayscale effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"grayscale","description":"Effect type.","type":"string"}},"required":["type"],"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"}]},"GroundJson":{"description":"Ground defines the main surface of the web scene, based on elevation layers..\n\nSee https://developers.arcgis.com/web-scene-specification/objects/ground/.","properties":{"layers":{"description":"An array of elevationLayer objects defining the elevation of the ground\nin the web scene.","items":{"$ref":"#/definitions/ElevationLayerJson"},"type":"array"},"navigationConstraint":{"$ref":"#/definitions/__type","description":"Determines whether the camera is constrained to navigate only above, or\nalso under the ground surface."},"surfaceColor":{"description":"Defines the color of the ground surface, displayed underneath the\nbasemap. If no color, the default grid is shown.","items":{"type":"number"},"type":"array"},"transparency":{"description":"The transparency of the ground surface. It is used for seeing through the\nground, therefore this property also changes the transparency of the\nbasemap. Draped operational layers are not affected by this property. The\nvalue has to lie between 100 (full transparency) and 0 (full opacity).","type":"number"}},"type":"object"},"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/}."},"HeatmapRendererJson":{"description":"The HeatmapRenderer renders point data into a raster visualization that\nemphasizes areas of higher density or weighted values.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/heatmapRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"blurRadius":{"description":"The radius (in pixels) of the circle over which the majority of each\npoints value is spread over.","type":"number"},"colorStops":{"description":"An array of colorStop objects describing the renderer's color ramp with\nmore specificity than just colors.","items":{"$ref":"#/definitions/ColorStopJson"},"type":"array"},"field":{"description":"Value specifying the field used in generating the heat map.","type":"string"},"maxPixelIntensity":{"description":"The pixel intensity value which is assigned the final color in the color\nramp.","type":"number"},"minPixelIntensity":{"description":"The pixel intensity value which is assigned the initial color in the\ncolor ramp.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"heatmap","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"HeightModelInfoJson":{"description":"An object that defines the characteristics of the vertical coordinate system\nused by the web scene.","properties":{"heightModel":{"description":"The surface type or height model of the vertical coordinate system.","enum":["ellipsoidal","gravity_related_height"],"type":"string"},"heightUnit":{"description":"The unit of the vertical coordinate system.","enum":["150-kilometers","50-kilometers","benoit-1895-b-chain","clarke-foot","clarke-link","clarke-yard","foot","gold-coast-foot","indian-1937-yard","indian-yard","meter","sears-1922-truncated-chain","sears-chain","sears-foot","sears-yard","us-foot"],"type":"string"},"vertCRS":{"description":"The datum realization of the vertical coordinate system.","type":"string"}},"required":["heightModel","heightUnit"],"type":"object"},"HighlightModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the highlight service.","properties":{"focusColor":{"anyOf":[{"$ref":"#/definitions/esri.Color"},{"description":"Color is represented as a four-element array. The four elements represent\nvalues for red, green, blue, and alpha in that order. Values range from 0\nthrough 255. If color is undefined for a symbol, the color value is null. See\n{@link https://developers.arcgis.com/web-map-specification/objects/color/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/color/}.","items":{"type":"number"},"type":"array"}],"description":"The color used for rendering focus graphics on a map. A different border\ncolor for focus graphics will be derived from this color value. If this\nproperty is undefined, no focus graphics will get rendered."},"focusLabelTextSymbol":{"$ref":"#/definitions/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"}]},"HueRotateEffectFunctionJson":{"description":"An Effect Function for the hue-rotate effect.","properties":{"angle":{"description":"The relative change in hue as an angle in degree. A value of 0 leaves the\ninput unchanged. A positive hue rotation increases the hue value, while a\nnegative one decreases the hue value.","type":"number"},"type":{"const":"hue-rotate","description":"Effect type.","type":"string"}},"required":["type"],"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"},"IconSymbol3DLayerJson":{"description":"IconSymbol3DLayer is used to render Point geometries using a flat 2D icon\n(e.g. a circle) with a PointSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer/}.","properties":{"anchor":{"description":"Must be one of the following values: center, left, right, top, bottom,\ntopLeft, topRight, bottomLeft, bottomRight.","enum":["bottom","bottomLeft","bottomRight","center","left","right","top","topLeft","topRight"],"type":"string"},"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"resource":{"$ref":"#/definitions/ResourceIconSymbolJson","description":"The shape (primitive) or image URL (href) used to visualize the features."},"size":{"description":"Icon size in points, positive only.","type":"number"},"type":{"const":"Icon","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"ImageModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for an image component.","properties":{"alt":{"description":"The alternative text for the image.","type":"string"},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"src":{"description":"The image source.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"required":["alt"],"type":"object"},"ImageModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ImageModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^image$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ImageServiceLayerJson":{"description":"An image service provides access to raster data through a web service.\nMultiple rasters can be served as one image service through mosaic dataset\ntechnology, dynamically processed and mosaiced on the fly. An image service\nsupports accessing both the mosaicked image and its catalog, as well as\nindividual rasters in the catalog. Also, image services can be cached (tiled)\nor uncached (dynamic). This object specifically details properties within\nuncached image services.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/imageServiceLayer/}."},"ImageServiceVectorLayerJson":{"description":"The imageServiceVectorLayer displays pixel values as vectors. To do this, the\nimage service layer must be a two-band raster in which one band holds\nmagnitude values and one band holds direction values. The\nimageServiceVectorLayer also supports time-enabled data.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/imageServiceVectorLayer/}."},"InitialStateJson":{"description":"Defines the initial state when opening web scene.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/initialState/}.","properties":{"environment":{"$ref":"#/definitions/EnvironmentJson","description":"The initial environment settings of the WebScene."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"Describes a point of view for a 2D or 3D view. In a 3D view, it is\ndetermined using a camera position."}},"required":["viewpoint"],"type":"object"},"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/}."},"InvertEffectFunctionJson":{"description":"An Effect Function for the invert effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"invert","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"ItemConfig":{"additionalProperties":{},"description":"An item in an {@link AppConfig}.","properties":{"$type":{"description":"The item's type. See {@link ItemType}.","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"},"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"},"JoinJsonType":{"description":"The type of the JoinTableDataSource.","enum":["esriLeftInnerJoin","esriLeftOuterJoin"],"type":"string"},"JoinTableDataSourceJson":{"description":"Join Table data source is the result of a join operation. Nested joins are\nsupported. To use nested joins, set either leftTableSource or\nrightTableSource to be a joinTable. See\n{@link https://developers.arcgis.com/web-map-specification/objects/joinTableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/joinTableDataSource/}.","properties":{"joinType":{"$ref":"#/definitions/JoinJsonType","description":"The type of join (left outer or left inner)."},"leftTableKey":{"description":"Field name from the left table.","type":"string"},"leftTableSource":{"anyOf":[{"$ref":"#/definitions/DynamicDataLayerJson"},{"$ref":"#/definitions/DynamicMapLayerJson"}],"description":"The left source. If the leftTableSource is a table, the resulting\njoinTable is a table. If the leftTableSource is a layer, the resulting\njoinTable is a layer."},"rightTableKey":{"description":"Field name from the right table.","type":"string"},"rightTableSource":{"anyOf":[{"$ref":"#/definitions/DynamicDataLayerJson"},{"$ref":"#/definitions/DynamicMapLayerJson"}],"description":"The right table source."},"type":{"const":"joinTable","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"KMLLayerJson":{"description":"Keyhole Markup Language (KML) is an XML-based format for storing geographic\ndata and associated content and is an official Open Geospatial Consortium\n(OGC) standard. KML is a common format for sharing geographic data with\nnon-GIS users as it can be easily delivered on the Internet.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/kmlLayer/}."},"LabelSymbol3DJson":{"description":"LabelSymbol3D is used to render labels for features from a FeatureLayer in a\n3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelSymbol3D/}.","properties":{"callout":{"$ref":"#/definitions/CalloutJson","description":"Callout configuration for a symbol."},"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"$ref":"#/definitions/TextSymbol3DLayerJson"},"type":"array"},"type":{"const":"LabelSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalOffset":{"$ref":"#/definitions/VerticalOffsetJson","description":"Shifts the symbol along the vertical world axis by a given length."}},"required":["symbolLayers","type"],"type":"object"},"LabelingInfoJson":{"description":"The labelingInfo object specifies the label definition for a layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/labelingInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelingInfo/}.","properties":{"labelExpression":{"description":"This read-only web map property allows formatting of labels. Use\nlabelExpressionInfo instead.","type":"string"},"labelExpressionInfo":{"description":"This object allows label text to be read similar to that of the\npopupInfo's description property. See\n{@link https://developers.arcgis.com/web-map-specification/objects/labelExpressionInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/labelExpressionInfo/}.","properties":{"expression":{"description":"An Arcade expression evaluating to either a string or a number.","type":"string"},"title":{"description":"The title of the expression.","type":"string"},"value":{"description":"Represents a simple template string. This property is deprecated as\nof version 2.7 of the web map in favor of 'expression'.","type":"string"}},"type":"object"},"labelPlacement":{"description":"This string property specifies the label placement with respect to that\nof its feature. A list of label placement values categorized by feature\ngeometry types.","enum":["esriServerLinePlacementAboveAfter","esriServerLinePlacementAboveAlong","esriServerLinePlacementAboveBefore","esriServerLinePlacementAboveEnd","esriServerLinePlacementAboveStart","esriServerLinePlacementBelowAfter","esriServerLinePlacementBelowAlong","esriServerLinePlacementBelowBefore","esriServerLinePlacementBelowEnd","esriServerLinePlacementBelowStart","esriServerLinePlacementCenterAfter","esriServerLinePlacementCenterAlong","esriServerLinePlacementCenterBefore","esriServerLinePlacementCenterEnd","esriServerLinePlacementCenterStart","esriServerPointLabelPlacementAboveCenter","esriServerPointLabelPlacementAboveLeft","esriServerPointLabelPlacementAboveRight","esriServerPointLabelPlacementBelowCenter","esriServerPointLabelPlacementBelowLeft","esriServerPointLabelPlacementBelowRight","esriServerPointLabelPlacementCenterCenter","esriServerPointLabelPlacementCenterLeft","esriServerPointLabelPlacementCenterRight","esriServerPolygonPlacementAlwaysHorizontal"],"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":"The name of the label class.","type":"string"},"repeatLabel":{"description":"A boolean value indicating whether or not to repeat the label along or\nacross the feature. If true, the label will be repeated according to the\nrepeatLabelDistance. If missing, the default depends on the geometry of\nthe feature: false for point and polygon feature geometries, and true for\nline feature geometries.","type":"boolean"},"repeatLabelDistance":{"description":"The repeat label distance used when repeatLabel is true. It represents a\nscreen distance in points.","type":"number"},"symbol":{"anyOf":[{"$ref":"#/definitions/TextSymbolJson"},{"$ref":"#/definitions/LabelSymbol3DJson"}],"description":"The text symbol used to label."},"useCodedValues":{"description":"Boolean value indicating whether to display the coded values for the\nspecified field name(s).","type":"boolean"},"where":{"description":"String template used to determine which features to label.","type":"string"}},"type":"object"},"LanguageResourcesProperties":{"$schema":"http://json-schema.org/draft-04/schema#","definitions":{},"description":"Properties that can be passed into the constructor for\n{@link LanguageResources}.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"locale":{"description":"The locale of the strings.","type":"string"},"values":{"description":"The set of localized strings, indexed by unique key."}},"type":"object"},"LanguageResourcesPropertiesItem":{"allOf":[{"$ref":"#/definitions/LanguageResourcesProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^language-resources$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerDefinitionJson":{"description":"The LayerDefinition object defines the attribute schema and drawing\ninformation for a layer drawn using client-side graphics. This could include\na feature collection, a CSV file referenced through the web, or a single\nlayer in an ArcGIS map service. Also used for dynamic layers.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/layerDefinition/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layerDefinition/}."},"LayerExtension":{"description":"Extends the capabilities of an Esri Layer object."},"LayerExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /_LayerExtension!LayerExtension}.","properties":{"attachmentTypes":{"description":"See {@link data /FeatureSource!FeatureSource.attachmentTypes}.","items":{"type":"string"},"type":"array"},"dynamicallyAddedLayer":{"description":"Whether the layer has been added dynamically to the application state.\nThis property is only serialized to saved projects.","type":"boolean"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"featureActions":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"A menu for actions specifically related to features from this source."},"featureSettings":{"$ref":"#/definitions/FeatureSettingsProperties","description":"See {@link data /FeatureSource!FeatureSource.featureSettings}."},"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#","description":"Configuration for a layer list component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerListModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerListModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-list$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayerListSettings":{"description":"Settings that affect the behavior and presentation of a layer in the layer\nlist."},"LayerListSettingsProperties":{"description":"Properties that can be used to initialize an instance of\n{@link mapping /support/LayerListSettings!LayerListSettings}.","properties":{"childrenIncluded":{"description":"Whether child layers should be included in the layer list. This value may\nnot be set to true, if the associated LayerExtension or SublayerExtension\ndoes not support sublayers.","type":"boolean"},"expanded":{"description":"Whether this node is initially expanded to show children. No effect if\n{@link included} is false. This value may not be set to true, if the\nassociated LayerExtension or SublayerExtension does not support\nsublayers.","type":"boolean"},"included":{"description":"Whether this layer should be included in the layer list.","type":"boolean"}},"type":"object"},"LayerPresetJson":{"description":"Layer preset properties with a layer reference."},"LayerPresetsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a layer presets component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"layerPresets":{"description":"A collection of layer presets. Each element can be a reference to an\nexisting 'layer-preset' item, or inline JSON defining a layer-preset\nitem.","items":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LayerPresetsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayerPresetsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layer-presets$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LayoutProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be used to initialize a {@link Layout}.","properties":{"definition":{"description":"The stringified layout XML (Either a URL or definition must be provided).","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"onLayoutLoaded":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout is about to load."},"onLayoutLoading":{"$ref":"#/definitions/Action","description":"An action that will be performed when the layout has loaded."},"tags":{"description":"Application-defined tags associated with the layout, e.g. \"handheld\" or\n\"high-contrast\". An application might use these tags to choose a layout\nwhen there are multiple to choose from.","items":{"type":"string"},"type":"array"},"title":{"description":"The user-friendly title of the layout.","type":"string"},"url":{"description":"The URL of the layout XML (Either a URL or definition must be provided).","type":"string"}},"type":"object"},"LayoutPropertiesItem":{"allOf":[{"$ref":"#/definitions/LayoutProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^layout$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LegendModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties used to create or update a LegendModel.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"LegendModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LegendModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^legend$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LevelLayerInfoJson":{"description":"Defines the layer and field properties for the Level layer used for floor\nfiltering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/levelLayerInfo/}.","properties":{"facilityIdField":{"description":"The name of the attribute field that contains a level feature's facility\nidentifier (a foreign key to the Facility layer).","type":"string"},"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Level features to use for floor filtering.","type":"string"},"levelIdField":{"description":"The name of the attribute field that contains a level feature's unique\nidentifier.","type":"string"},"levelNumberField":{"description":"The name of the attribute field that contains a level feature's level\nnumber specific to its facility.","type":"string"},"longNameField":{"description":"The name of the attribute field that contains a level feature's long\nname.","type":"string"},"shortNameField":{"description":"The name of the attribute field that contains a level feature's short\nname.","type":"string"},"verticalOrderField":{"description":"The name of the attribute field that contains a level feature's vertical\norder. The vertical order defines the order of display in the floor\nfilter widget, and it also references the floor levels of an Indoor\nPositioning System.","type":"string"}},"type":"object"},"LicensingModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the licensing service.","properties":{"accountId":{"description":"The organization's VertiGIS Studio account ID.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"}},"type":"object"},"LicensingModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/LicensingModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^licensing$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"LightingJson":{"anyOf":[{"$ref":"#/definitions/SunLightingJson"},{"$ref":"#/definitions/VirtualLightingJson"}],"description":"Settings for defining the lighting of the scene."},"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/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/PathSymbol3DLayerJson"},{"$ref":"#/definitions/LineSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"LineSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"LineSymbol3DLayerJson":{"description":"LineSymbol3DLayer renders Polyline geometries using a flat 2D line with a\nLineSymbol3D in a 3D SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/lineSymbol3DLayer/}.","properties":{"enable":{"description":"Type: Boolean.","type":"boolean"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Line width in points, positive only.","type":"number"},"type":{"const":"Line","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"type":"object"},"MagnitudeUnitJsonType":{"description":"Units of magnitude.","enum":["esriFeetPerSecond","esriKilometersPerHour","esriKnots","esriMetersPerSecond","esriMilesPerHour"],"type":"string"},"Map":{},"MapConstraints":{"description":"Settings that pertain to map constraints."},"MapConstraintsProperties":{"description":"Properties that can be passed into the constructor for {@link MapConstraints}.","properties":{"maxScale":{"description":"See {@link MapConstraints.maxScale}.","type":"number"},"minScale":{"description":"See {@link MapConstraints.minScale}.","type":"number"},"rotationEnabled":{"description":"See {@link MapConstraints.rotationEnabled}.","type":"boolean"},"snapToZoom":{"description":"See {@link MapConstraints.snapToZoom}.","type":"boolean"},"viewSync":{"$ref":"#/definitions/ViewSyncConstraints","description":"See {@link ViewSyncConstraints}."}},"type":"object"},"MapCoordinatesModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map coordinates component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"MapCoordinatesModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MapCoordinatesModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^map-coordinates$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MapExtension":{"description":"Extends the capabilities of an Esri Map object."},"MapExtensionProperties":{"description":"Properties that can be passed into the constructor for\n{@link mapping /MapExtension!MapExtension}.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/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"}]},"MapFloorInfoJson":{"description":"Contains floor-awareness information for the map. Defines the layers and\nrequired fields for each layer that are used for floor filtering. See\n{@link https://developers.arcgis.com/web-map-specification/objects/mapFloorInfo/}.","properties":{"facilityLayer":{"$ref":"#/definitions/FacilityLayerInfoJson","description":"Defines the layer and field properties for the Facility layer used for\nfloor filtering."},"levelLayer":{"$ref":"#/definitions/LevelLayerInfoJson","description":"Defines the layer and field properties for the Level layer used for floor\nfiltering."},"siteLayer":{"$ref":"#/definitions/SiteLayerInfoJson","description":"Defines the layer and field properties for the Site layer used for floor\nfiltering. This property is optional."}},"type":"object"},"MapModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a map component.","properties":{"basemapExtension":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.basemapExtension}."},"basemapOptions":{"description":"See {@link mapping /MapExtension!MapExtension.basemapOptions}.","items":{"anyOf":[{"$ref":"#/definitions/BasemapExtensionProperties"},{"$ref":"#/definitions/BasemapExtension"}]},"type":"array"},"bookmarks":{"description":"See {@link mapping /MapExtension!MapExtension.bookmarks}.","items":{"anyOf":[{"$ref":"#/definitions/BookmarkProperties"},{"$ref":"#/definitions/Bookmark"}]},"type":"array"},"constraints":{"$ref":"#/definitions/MapConstraintsProperties","description":"See {@link mapping /MapExtension!MapExtension.constraints}."},"contextMenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link mapping /MapExtension!MapExtension.contextMenu}."},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"formatSettings":{"$ref":"#/definitions/FormatSettingsProperties","description":"See {@link mapping /MapExtension!MapExtension.formatSettings}."},"groundExtension":{"anyOf":[{"$ref":"#/definitions/GroundExtensionProperties"},{"$ref":"#/definitions/GroundExtension"}],"description":"See {@link mapping /MapExtension!MapExtension.groundExtension}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"initialLayerPreset":{"anyOf":[{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPresetProperties"},{"$ref":"#/definitions/layer-preset.LayerPreset.LayerPreset"}],"description":"See {@link mapping /MapExtension!MapExtension.initialLayerPreset}."},"initialViewMode":{"$ref":"#/definitions/ViewMode","description":"Sets the initial view mode. To change it after creation, use\n{@link mapping /MapExtension!MapExtension.switchViewMode}."},"layerExtensions":{"description":"See {@link mapping /MapExtension!MapExtension.layerExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/LayerExtensionProperties"},{"$ref":"#/definitions/LayerExtension"}]},"type":"array"},"map":{"anyOf":[{"$ref":"#/definitions/esri.Map"},{"$ref":"#/definitions/__type"},{"$ref":"#/definitions/__type"}],"description":"See {@link mapping /MapExtension!MapExtension.map}."},"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"},"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"}]},"MapRangeInfoJson":{"description":"Map Range Information.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/mapRangeInfo/}.","properties":{"activeRangeName":{"description":"Active range ID that slider/picker acts upon.","type":"string"},"currentRangeExtent":{"description":"Current range for the active range.","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"},"fullRangeExtent":{"description":"Full range extent for the active range to be presented in the UI.","items":[{"type":"number"},{"type":"number"}],"maxItems":2,"minItems":2,"type":"array"}},"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/}."},"MaterialJson":{"description":"The material used to shade the geometry.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/material/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"colorMixMode":{"description":"Controls how symbolLayer or visualVariable color is applied onto the\nunderlying geometry color/texture. This property only applies to\nFillSymbol3DLayer within MeshSymbol3D.\n\n- Tint: the feature's appearance (in terms of color) should be altered to\n match the symbol / visual variable color.\n- Replace: the feature's color is replaced with the symbol / visual\n variable color.\n- Multiply: the feature's color is multiplied with the symbol color.","enum":["multiply","replace","tint"],"type":"string"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"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"},"_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","_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"},"MenuItemProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /MenuItem!MenuItem}.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"alternate":{"$ref":"#/definitions/MenuItemState","description":"See {@link menus /MenuItem!MenuItem.alternate}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"hideOnDisable":{"description":"See {@link menus /MenuItem!MenuItem.hideOnDisable}.","type":"boolean"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"isEnabled":{"description":"See {@link menus /MenuItem!MenuItem.isEnabled}.","type":"boolean"},"isToggled":{"description":"See {@link menus /MenuItem!MenuItem.isToggled}.","type":"boolean"},"submenu":{"anyOf":[{"$ref":"#/definitions/MenuProperties"},{"$ref":"#/definitions/Menu"}],"description":"See {@link menus /MenuItem!MenuItem.submenu}."},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuItemPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuItemProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu-item$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuItemState":{"description":"Represents the values of a {@link menus /MenuItem!MenuItem} when it is in a\nparticular state.","properties":{"action":{"$ref":"#/definitions/Action","description":"See {@link menus /MenuItem!MenuItem.action}."},"description":{"description":"See {@link menus /MenuItem!MenuItem.description}.","type":"string"},"iconId":{"description":"See {@link menus /MenuItem!MenuItem.iconId}.","type":"string"},"title":{"description":"See {@link menus /MenuItem!MenuItem.title}.","type":"string"}},"type":"object"},"MenuModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a menu.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"Individual menu items for this menu.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"type":"string"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"required":["items"],"type":"object"},"MenuModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MenuProperties":{"description":"Properties that can be passed into the constructor for\n{@link menus /Menu!Menu}.","properties":{"failureMode":{"$ref":"#/definitions/FailureMode","description":"See {@link support /InitializableBase!InitializableBase.failureMode}."},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"items":{"description":"See {@link menus /Menu!Menu.items}.","items":{"anyOf":[{"$ref":"#/definitions/MenuItemProperties"},{"$ref":"#/definitions/MenuItem"}]},"type":"array"},"title":{"description":"See {@link menus /Menu!Menu.title}.","type":"string"}},"type":"object"},"MenuPropertiesItem":{"allOf":[{"$ref":"#/definitions/MenuProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^menu$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"MeshSymbol3DJson":{"description":"MeshSymbol3D is used to render 3D mesh features in a SceneLayer in a 3D\nSceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/meshSymbol3D/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"$ref":"#/definitions/FillSymbol3DLayerJson"},"type":"array"},"type":{"const":"MeshSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"MultipointJson":{"description":"Contains an array of points, along with a spatial reference field. See\n{@link https://developers.arcgis.com/web-map-specification/objects/multipoint_geometry/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/multipoint_geometry/}."},"ObjectSymbol3DLayerJson":{"description":"ObjectSymbol3DLayer is used to render Point geometries using a volumetric 3D\nshape (e.g., a sphere or cylinder) with a PointSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer/}.","properties":{"anchor":{"description":"The positioning of the object relative to the geometry. Must be one of\nthe following values: center, bottom, origin.","enum":["bottom","center","origin","relative","top"],"type":"string"},"anchorPosition":{"description":"When anchor equals \"relative\", this property specifies the positioning of\nthe object relative to the geometry as a fraction of the symbol layer's\nbounding box. Otherwise it is ignored.","items":{"type":"number"},"type":"array"},"castShadows":{"description":"Boolean to control the shadow casting behavior of the rendered\ngeometries.","type":"boolean"},"depth":{"description":"Object depth in meters, positive only.","type":"number"},"enable":{"description":"Type: Boolean.","type":"boolean"},"heading":{"description":"Angle in degrees, relative to y-axis of SR (typically but not necessarily\nnorth).","type":"number"},"height":{"description":"Object height in meters, positive only.","type":"number"},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"outline":{"$ref":"#/definitions/OutlineJson","description":"The outline of the point, line or polygon."},"resource":{"$ref":"#/definitions/ResourceObjectSymbolJson","description":"The shape (primitive) or image URL (href) used to visualize the features."},"type":{"const":"Object","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"},"width":{"description":"Object width in meters, positive only.","type":"number"}},"required":["type"],"type":"object"},"OpacityEffectFunctionJson":{"description":"An Effect Function for the opacity effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"opacity","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"OpenStreetMapLayerJson":{"description":"Allows use of OpenStreetMap data for use in basemaps only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/openStreetMapLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/openStreetMapLayer/}\nNote: In the JavaScript API, open street map derived from Web tile layer."},"OperationalLayerJson":{"anyOf":[{"$ref":"#/definitions/AnnotationLayerJson"},{"$ref":"#/definitions/BuildingSceneLayerJson"},{"$ref":"#/definitions/CSVLayerJson"},{"$ref":"#/definitions/FeatureLayerJson"},{"$ref":"#/definitions/GeoJSONLayerJson"},{"$ref":"#/definitions/GeoRSSLayerJson"},{"$ref":"#/definitions/GroupLayerJson"},{"$ref":"#/definitions/ImageServiceLayerJson"},{"$ref":"#/definitions/ImageServiceVectorLayerJson"},{"$ref":"#/definitions/IntegratedMeshLayerJson"},{"$ref":"#/definitions/KMLLayerJson"},{"$ref":"#/definitions/MediaLayerJson"},{"$ref":"#/definitions/MapServiceLayerJson"},{"$ref":"#/definitions/PointCloudLayerJson"},{"$ref":"#/definitions/SceneLayerJson"},{"$ref":"#/definitions/StreamLayerJson"},{"$ref":"#/definitions/SubtypeGroupLayerJson"},{"$ref":"#/definitions/TiledImageServiceLayerJson"},{"$ref":"#/definitions/TiledMapServiceLayerJson"},{"$ref":"#/definitions/VectorTileLayerJson"},{"$ref":"#/definitions/WebTileLayerJson"},{"$ref":"#/definitions/WFSLayerJson"},{"$ref":"#/definitions/WMSLayerJson"}],"description":"An operational layer in a web map/scene."},"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/}."},"OutlineJson":{"description":"The outline of the point, line or polygon.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/outline/}.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"size":{"description":"Outline size in points, positive only.","type":"number"},"transparency":{"description":"Number value ranging between 0 (no transparency) to 100 (completely\ntransparent).","type":"number"}},"type":"object"},"PanelModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a panel component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"PanelModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/PanelModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^panel$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ParameterJson":{"description":"Objects defined by a definitionEditor input. See\n{@link https://developers.arcgis.com/web-map-specification/objects/parameter/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/parameter/}.","properties":{"defaultValue":{"description":"The default value that is automatically given if nothing is provided.","type":["string","number"]},"fieldName":{"description":"A string value representing the name of the field to query.","type":"string"},"parameterId":{"description":"Number given to uniquely identify the specified parameter.","type":"number"},"type":{"description":"The field type for the specified field parameter. See Field.FieldType.","type":"string"}},"type":"object"},"PathSymbol3DLayerJson":{"description":"PathSymbol3DLayer renders Polyline geometries using a volumetric 3D tube with\na LineSymbol3D in a SceneView.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pathSymbol3DLayer/}.","properties":{"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Path size (diameter) in meters, positive only.","type":"number"},"type":{"const":"Path","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"},"width":{"description":"Path width in meters.","type":"number"}},"required":["type"],"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/}.","properties":{"angle":{"description":"Numeric value that defines the number of degrees ranging from 0-360, that\na marker symbol is rotated. The rotation is from East in a\ncounter-clockwise direction where East is the 0° axis.","type":"number"},"contentType":{"description":"String value indicating the content type for the image.","type":"string"},"height":{"description":"Numeric value used if needing to resize the symbol. Specify a value in\npoints. If images are to be displayed in their original size, leave this\nblank.","type":"number"},"imageData":{"description":"String value indicating the base64 encoded data.","type":"string"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the symbol."},"type":{"const":"esriPFS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"url":{"description":"Relative URL for static layers and full URL for dynamic layers. Access\nrelative URL using\nhttp://<mapservice-url>/<layerId1>/images/<imageUrl11>.","type":"string"},"width":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"xscale":{"description":"Numeric value indicating the scale factor in x direction.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"},"yscale":{"description":"Numeric value indicating the scale factor in y direction.","type":"number"}},"required":["type"],"type":"object"},"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/}.","properties":{"angle":{"description":"Numeric value that defines the number of degrees ranging from 0-360, that\na marker symbol is rotated. The rotation is from East in a\ncounter-clockwise direction where East is the 0° axis.","type":"number"},"contentType":{"description":"String value indicating the content type for the image.","type":"string"},"height":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"imageData":{"description":"String value indicating the base64 encoded data.","type":"string"},"type":{"const":"esriPMS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"url":{"description":"String value indicating the URL of the image. The URL should be relative\nif working with static layers. A full URL should be used for map service\ndynamic layers. A relative URL can be dereferenced by accessing the map\nlayer image resource or the feature layer image resource.","type":"string"},"width":{"description":"Numeric value used if needing to resize the symbol. If images are to be\ndisplayed in their original size, leave this blank.","type":"number"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"PointCloudBitfieldFilterJson":{"description":"Filters points based on the value of the specified bitfield attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudBitfieldFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"requiredClearBits":{"description":"List ALL bit numbers that must cleared (=0) for the point to be kept. Bit\n0 is LSB.","items":{"type":"number"},"type":"array"},"requiredSetBits":{"description":"List ALL bit numbers that must set (=1) for the point to be kept. Bit 0\nis LSB.","items":{"type":"number"},"type":"array"},"type":{"const":"pointCloudBitfieldFilter","description":"Filters points based on the value of an specified attribute.","type":"string"}},"required":["type"],"type":"object"},"PointCloudClassBreaksRendererJson":{"description":"PointCloudClassBreaksRenderer defines the color of each point in a\nPointCloudLayer based on the value of a numeric attribute. Colors are\nassigned based on classes or ranges of data. Each point is assigned a symbol\nbased on the class break in which the value of the attribute falls.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudClassBreaksRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorClassBreakInfos":{"description":"Each element in the array is an object that provides information about a\nclass break associated with the renderer.","items":{"$ref":"#/definitions/ColorClassBreakInfoJson"},"type":"array"},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudClassBreaksRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudFilterJson":{"anyOf":[{"$ref":"#/definitions/PointCloudBitfieldFilterJson"},{"$ref":"#/definitions/PointCloudReturnFilterJson"},{"$ref":"#/definitions/PointCloudValueFilterJson"}],"description":"Filters applied to the pointCloud which will hide a point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFilter/}."},"PointCloudFixedSizeAlgorithmJson":{"description":"Render points with fixed real world or screen space size.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudFixedSizeAlgorithm/}.","properties":{"size":{"description":"Symbol size in real world units or display unit.","type":"number"},"type":{"const":"pointCloudFixedSizeAlgorithm","description":"Type:String Value of this property must be pointCloudFixedSizeAlgorithm.","type":"string"},"useRealWorldSymbolSizes":{"description":"If true symbol size is in meters, display unit (pt) otherwise.","type":"boolean"}},"required":["type"],"type":"object"},"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/}."},"PointCloudRGBRendererJson":{"description":"PointCloudRGBRenderer defines the color of each point in a PointCloudLayer\nbased on the value of a color attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudRGBRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudRGBRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudReturnFilterJson":{"description":"Filters points based on the value of the return number/return count.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudReturnFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"includedReturns":{"description":"All points with at least one specified return status will be kept. Status\nvalues: last, firstOfMany, lastOfMany, single.","items":{"type":"string"},"type":"array"},"type":{"const":"pointCloudReturnFilter","description":"Filters points based on the value of an specified attribute.","type":"string"}},"required":["type"],"type":"object"},"PointCloudSplatAlgorithmJson":{"description":"Render points using sizes depending on point density.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudSplatAlgorithm/}.","properties":{"minSize":{"description":"Minimum display space point size in points.","type":"number"},"scaleFactor":{"description":"Scale factor to applied to the computed point size (in real world).","type":"number"},"type":{"const":"pointCloudSplatAlgorithm","description":"Type:String Value of this property must be pointCloudSplatAlgorithm.","type":"string"}},"required":["type"],"type":"object"},"PointCloudStretchRendererJson":{"description":"PointCloudStretchRenderer defines the color of each point in a\nPointCloudLayer based on the value of a numeric attribute. They allow you to\neasily map continuous color ramps to minimum and maximum data values of one\nof the layer's numeric attribute fields.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudStretchRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudStretchRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudUniqueValueRendererJson":{"description":"PointCloudUniqueValueRenderer allows you to colorize points in a\nPointCloudLayer based on an attribute. This is done by using unique colors to\nrepresent points with equal attribute values.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudUniqueValueRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"colorModulation":{"description":"Indicates whether modulation should be used to render the point.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/colorModulationInfo/}.","properties":{"field":{"description":"The attribute to use as a source for the modulation amplitude.","type":"string"},"maxValue":{"description":"Maximum value to compute modulation linear mapping.","type":"number"},"minValue":{"description":"Minimum value to compute modulation linear mapping.","type":"number"}},"type":"object"},"colorUniqueValueInfos":{"description":"Unique value infos.","items":{"$ref":"#/definitions/ColorUniqueValueInfosJson"},"type":"array"},"field":{"description":"The name of the field that is used for the renderer.","type":"string"},"fieldTransformType":{"description":"A transform that is applied to the field value before evaluating the\nrenderer.","enum":["absoluteValue","highFourBit","lowFourBit","moduloTen","none"],"type":"string"},"pointSizeAlgorithm":{"anyOf":[{"$ref":"#/definitions/PointCloudSplatAlgorithmJson"},{"$ref":"#/definitions/PointCloudFixedSizeAlgorithmJson"}],"description":"Size algorithms for point cloud performance."},"pointsPerInch":{"description":"Number of point to draw per display inch.","type":"number"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"pointCloudUniqueValueRenderer","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"PointCloudValueFilterJson":{"description":"Filters points based on the value of an specified attribute.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/pointCloudValueFilter/}.","properties":{"field":{"description":"The name of the field that is used for the filter.","type":"string"},"mode":{"description":"Defines if values should be included or excluded. Must be one of the\nfollowing values: exclude, include.","type":"string"},"type":{"const":"pointCloudValueFilter","description":"Filters points based on the value of an specified attribute.","type":"string"},"values":{"description":"List of values.","items":{"type":"number"},"type":"array"}},"required":["type"],"type":"object"},"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/}.","properties":{"callout":{"$ref":"#/definitions/CalloutJson","description":"Callout configuration for a symbol."},"styleOrigin":{"$ref":"#/definitions/__type","description":"The origin of the style from which the symbol was originally referenced.\nA reference to the style origin can be either by styleName or by styleUrl\n(but not both). It may be used to understand where a symbol was\noriginally sourced from, but does not affect actual appearance or\nrendering of the symbol. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleOrigin/}."},"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/IconSymbol3DLayerJson"},{"$ref":"#/definitions/ObjectSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"PointSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalOffset":{"$ref":"#/definitions/VerticalOffsetJson","description":"Shifts the symbol along the vertical world axis by a given length."}},"required":["symbolLayers","type"],"type":"object"},"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/}.","properties":{"symbolLayers":{"description":"A Collection of Symbol3DLayer objects used to visualize the graphic or\nfeature.","items":{"anyOf":[{"$ref":"#/definitions/ExtrudeSymbol3DLayerJson"},{"$ref":"#/definitions/FillSymbol3DLayerJson"},{"$ref":"#/definitions/LineSymbol3DLayerJson"}]},"type":"array"},"type":{"const":"PolygonSymbol3D","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["symbolLayers","type"],"type":"object"},"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\"."},"PredominanceRendererJson":{"description":"This renderer is a type of UniqueValue renderer which is based off the\nvalueExpression property rather than field. Optionally, size and/or\ntransparency visual variables may be included with valueExpression. Note that\nthis renderer is supported for ArcGIS Online hosted feature services and\nfeature collections.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/predominance_renderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"$ref":"#/definitions/SimpleFillSymbolJson","description":"A simple fill symbol that is only for polygon features."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/Symbol2DJson","description":"Symbol used when a value cannot be classified."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"predominance","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"uniqueValueInfos":{"description":"Array of objects with value, label, description and symbol.","items":{"$ref":"#/definitions/UniqueValueInfoJson"},"type":"array"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["backgroundFillSymbol","type","uniqueValueInfos"],"type":"object"},"PresentationJson":{"description":"A presentation consists of multiple slides, where each slide is a specific\nview into the web scene.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/presentation/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/presentation/}.","properties":{"displayTimeSlider":{"description":"Indicates whether to display the time slider (if accessible). [WebMap\nonly].","type":"boolean"},"showLegend":{"description":"Indicates whether to display a legend on all slides. [WebMap only].","type":"boolean"},"slideAdvancementInterval":{"description":"Number of seconds to show slide before proceeding to the next slide.\n[WebMap only].","type":"number"},"slides":{"description":"An array of slides that bookmark viewpoints, visible layers, and other\nsettings previously defined in a WebScene.","items":{"$ref":"#/definitions/SlideJson"},"type":"array"},"useTimeExtentOfSlide":{"description":"Indicates whether to use the time extent (if applicable) of a slide.\n[WebMap only].","type":"boolean"}},"type":"object"},"Promise":{},"QueryTableDataSourceJson":{"description":"Query table data source is a layer/table that is defined by a SQL query. See\n{@link https://developers.arcgis.com/web-map-specification/objects/queryTableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/queryTableDataSource/}.","properties":{"geometryType":{"description":"The geometry type. When querying a table that does not have a geometry\ncolumn, do not include geometryType.","enum":["esriGeometryMultipoint","esriGeometryPoint","esriGeometryPolygon","esriGeometryPolyline"],"type":"string"},"oidFields":{"description":"Comma separated list of identifier fields. There are only certain field\ntypes that can be used as a unique identifier. These field types include\ninteger, string, GUID, and date. If a single integer field is specified,\nmap server uses the values in that field directly to uniquely identify\nall features and rows returned from a queryTable. However, if a single\nstring field or a group of fields is used as the unique identifier, map\nserver maps those unique values to an integer.","type":"string"},"query":{"description":"The SQL query.","type":"string"},"spatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference of the geometry column. When querying a table that\ndoes not have a geometry column, do not include spatialReference."},"type":{"const":"queryTable","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"RainyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to rainy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rainyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"precipitation":{"description":"Specifies the amount of snowfall in the scene.","type":"number"},"type":{"const":"rainy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"RangeJson":{"description":"Range object.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/range/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/range/}.","properties":{"interactionMode":{"description":"Indicates the mode in which the active range should be presented to the\nuser. Must be one of the following values: slider, picker.","type":"string"},"numberOfStops":{"description":"This is used to generate the activeRangeValues if activeRangeValues are\nnot specified.","type":"number"},"stopInterval":{"description":"Interval in which stops should be generated.","type":"number"}},"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/}."},"RasterDataSourceJson":{"description":"Raster data source is a file-based raster that resides in a registered raster\nworkspace. See\n{@link https://developers.arcgis.com/web-map-specification/objects/rasterDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/rasterDataSource/}.","properties":{"dataSourceName":{"description":"The fully-qualified string value used to specify where the dataSource is\nderived.","type":"string"},"type":{"const":"raster","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"type":"object"},"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"}]},"RendererJson":{"anyOf":[{"$ref":"#/definitions/ClassBreaksRendererJson"},{"$ref":"#/definitions/HeatmapRendererJson"},{"$ref":"#/definitions/PointCloudClassBreaksRendererJson"},{"$ref":"#/definitions/PointCloudRGBRendererJson"},{"$ref":"#/definitions/PointCloudStretchRendererJson"},{"$ref":"#/definitions/PointCloudUniqueValueRendererJson"},{"$ref":"#/definitions/PredominanceRendererJson"},{"$ref":"#/definitions/SimpleRendererJson"},{"$ref":"#/definitions/TemporalRendererJson"},{"$ref":"#/definitions/UniqueValueFromStyleRendererJson"},{"$ref":"#/definitions/UniqueValueRendererJson"},{"$ref":"#/definitions/VectorFieldRendererJson"}],"description":"A renderer.\n\nPart of the ArcGIS REST API (see\nhttp://resources.arcgis.com/en/help/rest/apiref/renderer.html)."},"ResourceIconSymbolJson":{"description":"The shape (primitive) or image URL (href) used to visualize the features.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/iconSymbol3DLayer_resource/}.","properties":{"dataURI":{"description":"An image encoded as base64 string, starting with data:image.","type":"string"},"href":{"description":"URL to the returned image. Must be an absolute URL or a relative path\nstarting with \"./\".","type":"string"},"primitive":{"description":"Specifies the type of symbol used. Must be one of the following values:\ncircle, square, cross, x, kite.","type":"string"}},"type":"object"},"ResourceObjectSymbolJson":{"description":"The primitive shape (primitive) or external 3D model (href) used to visualize\nthe points.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/objectSymbol3DLayer_resource/}.","properties":{"href":{"description":"Must be an absolute URL or a relative path starting with \"./\".","type":"string"},"primitive":{"description":"Must be one of the following values: sphere, cylinder, cube, cone,\ninvertedCone, diamond, tetrahedron.","type":"string"}},"type":"object"},"ResultsModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a results component (e.g. results list or results table in\nWeb).","properties":{"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"},"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."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ResultsModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ResultsModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^results$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"RotationInfoJson":{"description":"The rotation visual variable defines how features rendered with marker\nsymbols are rotated. The rotation value is determined by mapping the values\nto data in a field, or by other arithmetic means with a function.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/rotationInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-map-specification/objects/rotationInfo_visualVariable/}.","properties":{"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"showLegend":{"description":"Indicates whether to show color/size ramp in the legend.","type":"boolean"},"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"Defines the origin and direction of rotation depending on how the angle\nof rotation was measured. Possible values are geographic which rotates\nthe symbol from the north in a clockwise direction and arithmetic which\nrotates the symbol from the east in a counter-clockwise direction.\n\nMust be one of the following values: geographic, arithmetic."},"type":{"const":"rotationInfo","description":"The type of the VisualVariable.","type":"string"},"valueExpression":{"description":"An Arcade expression that computes a value in lieu of a value provided by\nan attribute field.","type":"string"}},"required":["field","type"],"type":"object"},"RotationJsonType":{"description":"The type of rotation for RendererBase.","enum":["arithmetic","geographic"],"type":"string"},"SaturateEffectFunctionJson":{"description":"An Effect Function for the saturate effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"saturate","description":"Effect type.","type":"string"}},"required":["type"],"type":"object"},"ScaleDependentEffectJson":{"description":"An object describing the effect to apply at a scale stop.","properties":{"scale":{"description":"The scale of the view for the effect to take place.","type":"number"},"value":{"description":"The effect to be applied at the corresponding scale.","items":{"$ref":"#/definitions/EffectFunctionJson"},"type":"array"}},"required":["scale","value"],"type":"object"},"ScalebarModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a scalebar component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ScalebarModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ScalebarModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^scalebar$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SceneLayerJson":{"description":"The SceneLayer is a layer type designed for on-demand streaming and\ndisplaying large amounts of data in a SceneView. SceneLayers support two\ngeometry types: Point and 3D Objects (e.g. Buildings).\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sceneLayer/}."},"Schema":{"description":"Metadata about features, such as fields, domains, geometry type, etc."},"SchemaProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /Schema!Schema}.","properties":{"displayField":{"description":"See {@link data /Schema!Schema.displayField}.","type":"string"},"fieldExtensions":{"description":"See {@link data /Schema!Schema.fieldExtensions}.","items":{"anyOf":[{"$ref":"#/definitions/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#","description":"Properties for a search component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"maxQueryResults":{"description":"The maximum number of results to query per feature source, will be sorted\nby score and limited by maxResults NOTE: Not supported for layers on\nArcGIS Server version 10.2 or older.","type":"number"},"maxResults":{"description":"The maximum number of results to return per feature source (layer,\nsublayer, table, geocoder, etc.).","type":"number"},"onClear":{"$ref":"#/definitions/Action","description":"The command to execute when the user clears the search input."},"onSearch":{"$ref":"#/definitions/Action","description":"The command to execute when the user initiates a search."},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SearchModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SearchModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^search$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"SepiaEffectFunctionJson":{"description":"An Effect Function for the sepia effect.","properties":{"amount":{"description":"Amount of effect. A value of 0 leaves the input unchanged. Grayscale,\ninvert, sepia, and opacity effects accept a maximum amount of 1 which\napplies the effect at 100%. Brightness, contrast, and saturate can accept\namount above 1. Negative values are not allowed.","type":"number"},"type":{"const":"sepia","description":"Effect type.","type":"string"}},"required":["type"],"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/}.","properties":{"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\nnull.","items":{"type":"number"},"type":"array"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the fill symbol."},"style":{"description":"The fill style.","enum":["esriSFSBackwardDiagonal","esriSFSCross","esriSFSDiagonalCross","esriSFSForwardDiagonal","esriSFSHorizontal","esriSFSNull","esriSFSSolid","esriSFSVertical"],"type":"string"},"type":{"const":"esriSFS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"}},"required":["type"],"type":"object"},"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/}.","properties":{"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\nnull.","items":{"type":"number"},"type":"array"},"style":{"description":"The line style.","enum":["esriSLSDash","esriSLSDashDot","esriSLSDashDotDot","esriSLSDot","esriSLSNull","esriSLSSolid"],"type":"string"},"type":{"const":"esriSLS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"width":{"description":"Numeric value indicating the width of the line in pixels.","type":"number"}},"required":["type"],"type":"object"},"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/}.","properties":{"angle":{"description":"Numeric value used to rotate the symbol. The symbol is rotated\ncounter-clockwise. For example, The following, angle=-30, in will create\na symbol rotated -30 degrees counter-clockwise; that is, 30 degrees\nclockwise.","type":"number"},"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\nnull.","items":{"type":"number"},"type":"array"},"outline":{"$ref":"#/definitions/SimpleLineSymbolJson","description":"Sets the outline of the marker symbol."},"size":{"description":"Numeric size of the symbol given in pixels.","type":"number"},"style":{"description":"The marker style.","enum":["esriSMSCircle","esriSMSCross","esriSMSDiamond","esriSMSPath","esriSMSSquare","esriSMSTriangle","esriSMSX"],"type":"string"},"type":{"const":"esriSMS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"SimpleRendererJson":{"description":"A simple renderer is a renderer that uses one symbol only.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/simple_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/simpleRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"description":{"description":"The text string that does not appear in the table of contents but may\nappear in the legend.","type":"string"},"label":{"description":"The text string that is displayed in the table of contents.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object that represents how all features will be drawn."},"type":{"const":"simple","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["symbol","type"],"type":"object"},"SiteLayerInfoJson":{"description":"Defines the layer and field properties for the Site layer used for floor\nfiltering. This property is optional. See\n{@link https://developers.arcgis.com/web-map-specification/objects/siteLayerInfo/}.","properties":{"layerId":{"description":"A layer ID that refers to an operational layer in the map. The layer\nprovides access to Site features to use for floor filtering.","type":"string"},"nameField":{"description":"The name of the attribute field that contains a site feature's name.","type":"string"},"siteIdField":{"description":"The name of the attribute field that contains a site feature's unique\nidentifier.","type":"string"}},"type":"object"},"SizeInfoJson":{"description":"The sizeInfo visual variable defines how a continuous color ramp is applied\nto features based on the values of a numeric field attribute. The minimum and\nmaximum values of the data should be indicated along with their respective\ncolor values. You must specify either colors or stops to construct the color\nramp.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/sizeInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/sizeInfo_visualVariable/}.","properties":{"axis":{"description":"Defines the axis the size visual variable should be applied to when\nrendering features with an ObjectSymbol3DLayer.","enum":["all","depth","height","width","widthAndDepth"],"type":"string"},"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend. See\n{@link https://developers.arcgis.com/web-map-specification/objects/legendOptions/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/legendOptions/}.","properties":{"showLegend":{"description":"Indicates whether to show color/size ramp in the legend.","type":"boolean"},"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"maxDataValue":{"description":"The maximum data value.","type":"number"},"maxSize":{"anyOf":[{"$ref":"#/definitions/SizeJson"},{"type":"number"}],"description":"Specifies the largest marker size to use at any given map scale. This is\nrequired if valueUnit is set to unknown. In addition to this property\ntaking an object, it also accepts a number value."},"minDataValue":{"description":"The minimum data value.","type":"number"},"minSize":{"anyOf":[{"$ref":"#/definitions/SizeJson"},{"type":"number"}],"description":"Specifies the smallest marker size to use at any given map scale. This is\nrequired if valueUnit is set to 'unknown'. In addition to this property\ntaking an object, it also accepts a number value."},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"stops":{"description":"An array of objects that define the maximum size of the symbol at various\nvalues of the expression.","items":{"$ref":"#/definitions/SizeStopJson"},"type":"array"},"target":{"const":"outline","description":"String value indicating that the sizeInfo should be applied to the\noutline of polygons.","type":"string"},"type":{"const":"sizeInfo","description":"The type of the VisualVariable.","type":"string"},"useSymbolValue":{"description":"When setting a size visual variable on a renderer using an\nObjectSymbol3DLayer, this property indicates whether to apply the value\ndefined by the height, width, or depth properties to the corresponding\naxis of this visual variable instead of proportionally scaling this axis'\nvalue after other axes.","type":"boolean"},"valueRepresentation":{"description":"Specifies how to apply the data value when mapping real-world sizes. See\ntable below for supported values.","enum":["area","diameter","distance","radius","width"],"type":"string"},"valueUnit":{"description":"A string value indicating the required unit of measurement if the data\nrepresents a real world distance quantity. If the data value represents a\nnon-distance quantity, e.g. traffic count, census data, etc., valueUnits\nshould be set to 'unknown'.","enum":["centimeters","decimal-degrees","decimeters","feet","inches","kilometer","meters","miles","millimeters","nautical-miles","unknown","yards"],"type":"string"}},"required":["field","type"],"type":"object"},"SizeJson":{"description":"Specifies the largest marker size to use at any given map scale. This is\nrequired if valueUnit is set to unknown.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/maxSize/}\n{@link https://developers.arcgis.com/web-map-specification/objects/minSize/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/maxSize/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/minSize/}.","properties":{"expression":{"description":"The value which allows a size to be defined based on the map scale.\nCurrently, the only supported expression is, view.scale.","type":"string"},"stops":{"description":"An array of objects that define the maximum size of the symbol at various\nvalues of the expression. Each object in the array has a numeric size\nproperty and a numeric value property. If the value calculated from the\nexpression matches the value of a stop, than the size corresponding to\nthat stop is selected. For example, if expression is set to view.scale,\nthe value corresponds to the map's scale. The size represents the maximum\nsymbol size (in pixels) that corresponds to this scale. If the map scale\nmatches the scale value of a stop, the size corresponding to that stop\nvalue is used as the maximum symbol size for the features. If the map\nscale value falls between two stops, the maximum symbol size is\ninterpolated between the sizes of the two stops. The minSize and maxSize\nstop values are usually the same, although it is possible to have\ndifferent values depending on how minSize is calculated versus the\nmaxSize.","items":{"$ref":"#/definitions/SizeStopJson"},"type":"array"},"target":{"description":"Value indicating that sizeInfo should be applied to the outline of\npolygons. This value can be outline or null.","type":"string"},"type":{"description":"Value indicating the type of rendering, e.g. 'sizeInfo'.","type":"string"}},"type":"object"},"SizeStopJson":{"description":"A sizeStop object describes the size of the symbol at various values of the\nexpression.","properties":{"label":{"description":"Value if a label is needed on the legend for a stop.","type":"string"},"size":{"description":"Specifies the marker size to use for the specified value.","type":"number"},"value":{"description":"The value to be mapped to a size.","type":"number"}},"type":"object"},"SketchEdgesJson":{"description":"The sketch edge rendering configuration of a symbol layer. Edges of type\nsketch are rendered with a hand-drawn look in mind.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"extensionLength":{"description":"A size in points by which to extend edges beyond their original end\npoints.","type":"number"},"size":{"description":"Edge size in points, positive only.","type":"number"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity).","type":"number"},"type":{"const":"sketch","description":"The type of edge visualization. Value of this property must be sketch.","type":"string"}},"required":["type"],"type":"object"},"SlideJson":{"description":"A slide stores a snapshot of several pre-set properties of the WebScene, such\nas the basemap, viewpoint and visible layers.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/slide/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/slide/}.","properties":{"baseMap":{"anyOf":[{"$ref":"#/definitions/BasemapJson"},{"type":"string"}],"description":"The basemap of the scene. Only the base and reference layers of the\nbasemap are stored in a slide. This value can be an instance of Basemap\nor one of the strings listed in the table below. Same as baseMap, but\nwith no elevationLayers property."},"description":{"$ref":"#/definitions/__type","description":"Text description of the individual presentation slide."},"environment":{"$ref":"#/definitions/EnvironmentJson","description":"Represents settings that affect the environment in which the WebScene is\ndisplayed (such as lighting)."},"extent":{"$ref":"#/definitions/ExtentJson","description":"The standard Esri extent object with spatialReference, xmax, xmin, ymax\nand ymin. [WebMap Only]."},"hidden":{"description":"Indicates whether the slide should be hidden within the presentation.\n[WebMap Only].","type":"boolean"},"id":{"description":"The unique id of a slide within the slides property of a Presentation.","type":"string"},"mapLocation":{"$ref":"#/definitions/__type","description":"An object with a centerPoint object and sometimes a resolution. [WebMap\nOnly]\n{@link https://developers.arcgis.com/web-map-specification/objects/mapLocation/}."},"thumbnail":{"$ref":"#/definitions/__type","description":"A data URI encoded thumbnail. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/thumbnail/}."},"timeExtent":{"description":"An array of two numbers. The first one indicates start time and the\nsecond one indicates end time. [WebMap Only].","items":{"type":"number"},"type":"array"},"title":{"$ref":"#/definitions/__type","description":"Text and formatting for the title of the individual presentation slide\nhttps://developers.arcgis.com/web-map-specification/objects/title/\n{@link https://developers.arcgis.com/web-scene-specification/objects/title/}."},"viewpoint":{"$ref":"#/definitions/ViewpointJson","description":"The viewpoint of the slide. This acts like a bookmark, saving a\npredefined location or point of view from which to view the scene."},"visibleLayers":{"description":"An array of numbers indicating layer visibility. Stores references (by\nID) to the layers that are set as visible when a slide is applied to a\nMapView or SceneView. See\n{@link https://developers.arcgis.com/web-map-specification/objects/visibleLayer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/visibleLayer/}.","items":{"$ref":"#/definitions/__type"},"type":"array"},"visiblePopup":{"$ref":"#/definitions/__type","description":"A presentation slide's visiblePopup which contains anchorPoint,\nfeatureId, layerId, and subLayerId. See\n{@link https://developers.arcgis.com/web-map-specification/objects/visiblePopup/}."}},"type":"object"},"SnowyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to snowy.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"precipitation":{"description":"Specifies the amount of snowfall in the scene.","type":"number"},"snowCover":{"description":"Display surfaces covered with snow.","enum":["disabled","enabled"],"type":"string"},"type":{"const":"snowy","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"SolidEdgesJson":{"description":"The solid edge rendering configuration of a symbol layer. Edges of type solid\nare rendered in a single color, unaffected by scene lighting.","properties":{"color":{"description":"Color is represented as a three or four-element array.","items":{"type":"number"},"type":"array"},"extensionLength":{"description":"A size in points by which to extend edges beyond their original end\npoints.","type":"number"},"size":{"description":"Edge size in points, positive only.","type":"number"},"transparency":{"description":"The value has to lie between 100 (full transparency) and 0 (full\nopacity).","type":"number"},"type":{"const":"solid","description":"The type of edge visualization. Value of this property must be solid.","type":"string"}},"required":["type"],"type":"object"},"SpatialReferenceJson":{"description":"The spatialReference object is located at the top level of the web map JSON\nhierarchy. In addition to this, it is also available within the\noperationalLayer and basemap objects.\n\nMany predefined spatial references have already been defined and are\navailable for use. A spatial reference can be defined using a well-known ID\n(WKID) or well-known text (WKT). The default tolerance and resolution values\nfor the associated coordinate system are used.\n\nAll operational layers in the map are drawn or requested in the spatial\nreference of the basemap layers.\n\nThe basemap defines the map spatial reference and tiling scheme.\n\nEach basemapLayer must be in the same spatial reference and tiling scheme.\n\nFor additional information on working with spatial references, and their\nassociated WKIDs, please refer to the ArcGIS REST API documentation which\ndiscusses this.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/spatialReference/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/spatialReference/}."},"SplitModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a split component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"SplitModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/SplitModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^split$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StackModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a stack component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"StackModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/StackModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^stack$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"StreamLayerJson":{"description":"A stream layer in a web map. See\n{@link https://developers.arcgis.com/web-map-specification/objects/streamLayer/}."},"StyleSymbolReferenceJson":{"description":"The StyleSymbolReference is used to reference a symbol from a portal\nstyleItem.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/styleSymbolReference/}.","properties":{"name":{"description":"Identifies a symbol in the style by name.","type":"string"},"styleName":{"description":"A registered web style name.","type":"string"},"styleUrl":{"description":"URL that points to the web style definition.","type":"string"},"type":{"const":"styleSymbolReference","type":"string"}},"required":["type"],"type":"object"},"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"}]},"SublayerJson":{"description":"This object allows overrides on pop-up content and drawing behavior for\nindividual layers of a web service. When used with a feature collection, this\nobject also contains geographic features and their attributes.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/layer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/layer/}.","properties":{"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"},"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/}."},"SunLightingJson":{"description":"Object containing information for the sun lighting type. The position of the\nlight is set to the sun's location.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.","properties":{"datetime":{"description":"The current date and time of the simulated sun. It is a number\nrepresenting the number of milliseconds since 1 January, 1970 UTC.","type":"number"},"directShadows":{"description":"Indicates whether to show shadows cast by the sun.","type":"boolean"},"displayUTCOffset":{"description":"UTC offset in decimal hours. Not to be applied to datetime for sun\nposition, only to adjust display of datetime in UI. If displayUTCOffset\nis null, offset is calculated for the current location (approximate\nonly).","type":"number"},"type":{"const":"sun","description":"The type of lighting.","type":"string"}},"required":["type"],"type":"object"},"SunnyWeatherJson":{"description":"Object containing information for changing the weather conditions in the\nscene to sunny.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunnyWeather/}.","properties":{"cloudCover":{"description":"Specifies the amount of cloud cover in the sky.","type":"number"},"type":{"const":"sunny","description":"The type of weather.","type":"string"}},"required":["type"],"type":"object"},"Symbol2DJson":{"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"}],"description":"Symbol types used in web maps."},"Symbol3DJson":{"anyOf":[{"$ref":"#/definitions/CIMSymbolJson"},{"$ref":"#/definitions/CIMSymbolReferenceJson"},{"$ref":"#/definitions/LabelSymbol3DJson"},{"$ref":"#/definitions/LineSymbol3DJson"},{"$ref":"#/definitions/MeshSymbol3DJson"},{"$ref":"#/definitions/PointSymbol3DJson"},{"$ref":"#/definitions/PolygonSymbol3DJson"},{"$ref":"#/definitions/StyleSymbolReferenceJson"}],"description":"Symbol types used in web scenes."},"SymbolJson":{"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"}],"description":"A symbol representing a feature on the map.\n\nPart of the Esri ArcGIS REST API (see\nhttp://resources.arcgis.com/en/help/rest/apiref/symbol.html). See\n{@link https://developers.arcgis.com/web-map-specification/objects/symbol/}."},"TableDataSourceJson":{"description":"Table data source is a table, feature class, or raster that resides in a\nregistered workspace (either a folder or geodatabase). In the case of a\ngeodatabase, if versioned, use version to switch to an alternate geodatabase\nversion. If version is empty or missing, the registered geodatabase version\nwill be used. See\n{@link https://developers.arcgis.com/web-map-specification/objects/tableDataSource/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/tableDataSource/}.","properties":{"dataSourceName":{"description":"The fully-qualified string value used to specify where the dataSource is\nderived.","type":"string"},"gdbVersion":{"description":"If applicable, the value indicating the version of the geodatabase.","type":"string"},"type":{"const":"table","description":"Type of the DataSource.","type":"string"},"workspaceId":{"description":"The unique string value used to identify the data-source's workspace.","type":"string"}},"required":["type"],"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"},"TableJson":{"description":"Root element in the web map specifying an array of table objects.\n\nSee {@link https://developers.arcgis.com/web-map-specification/objects/table/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/table/}.","properties":{"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"},"TableProperties":{"description":"Properties that can be specified for the\n{@link data /_TableExtension!TableExtensionProperties.table} property.","properties":{"$ref":{"anyOf":[{"$ref":"#/definitions/TableReference"},{"type":"string"}],"description":"A reference to an existing table, which is the ID or title of the table\n(or both). In this case, the table extension will attempt to find an\nexisting table instead of creating one."},"capabilities":{"description":"A comma-separated string listing which editing operations are allowed on\nan editable feature service. Available operations include: 'Create',\n'Delete', 'Query', 'Update', and 'Editing'.","enum":["Create","Delete","Editing","Query","Update"],"type":"string"},"definitionEditor":{"$ref":"#/definitions/DefinitionEditorJson","description":"Object indicating the definitionEditor used as a layer's interactive\nfilter."},"formInfo":{"$ref":"#/definitions/FormInfoJson","description":"A formInfo object defining the content of the form when you are editing a\nrecord."},"id":{"description":"Unique string identifier for the table.","type":"string"},"itemId":{"description":"Unique string value indicating an item registered in ArcGIS Online or\nyour organization's portal.","type":"string"},"layerDefinition":{"$ref":"#/definitions/LayerDefinitionJson","description":"A layerDefinition object defining the attribute schema and drawing\ninformation for the layer. Used with CSV layers."},"popupInfo":{"$ref":"#/definitions/PopupInfoJson","description":"An object defining the content of popup windows when you query a record\nand the sort option for child related records."},"refreshInterval":{"description":"Refresh interval of the table in minutes. Non-zero value indicates\nautomatic table refresh at the specified interval. Value of 0 indicates\nauto refresh is not enabled.","type":"number"},"title":{"description":"String value for the title of the table.","type":"string"},"url":{"description":"String value indicating the URL reference of the hosted table.","type":"string"}},"type":"object"},"TableReference":{"description":"Matches an existing table in a map."},"TaskSettings":{"description":"Settings that affect whether a feature source participates in common tasks\nthat are performed on a map."},"TaskSettingsProperties":{"description":"Properties that can be passed into the constructor for\n{@link data /TaskSettings!TaskSettings}.","properties":{"enableAdd":{"description":"See {@link data /TaskSettings!TaskSettings.enableAdd}.","type":"boolean"},"enableDelete":{"description":"See {@link data /TaskSettings!TaskSettings.enableDelete}.","type":"boolean"},"enableEditing":{"description":"See {@link data /TaskSettings!TaskSettings.enableEditing}.","type":"boolean"},"enableExport":{"description":"See {@link data /TaskSettings!TaskSettings.enableExport}.","type":"boolean"},"enableIdentify":{"description":"See {@link data /TaskSettings!TaskSettings.enableIdentify}.","type":"boolean"},"enableQuery":{"description":"See {@link data /TaskSettings!TaskSettings.enableQuery}.","type":"boolean"},"enableSearch":{"description":"See {@link data /TaskSettings!TaskSettings.enableSearch}.","type":"boolean"},"enableUpdate":{"description":"See {@link data /TaskSettings!TaskSettings.enableUpdate}.","type":"boolean"},"studioSearchSubindexId":{"description":"See {@link data /TaskSettings!TaskSettings.studioSearchSubindexId}.","type":"string"}},"type":"object"},"TemporalRendererJson":{"description":"A temporal renderer is used to perform time-based rendering of features in a\nfeature layer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/temporalRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"latestObservationRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize point geometries for the most current\nobservations."},"observationalRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize regular/historic observations."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"trackRenderer":{"$ref":"#/definitions/SimpleRendererJson","description":"Simple renderer used to symbolize the tracks."},"type":{"const":"temporal","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["type"],"type":"object"},"TemporalUnitJsonType":{"description":"Temporal units in which a time value can be measured.","enum":["esriTimeUnitsCenturies","esriTimeUnitsDays","esriTimeUnitsDecades","esriTimeUnitsHours","esriTimeUnitsMilliseconds","esriTimeUnitsMinutes","esriTimeUnitsMonths","esriTimeUnitsSeconds","esriTimeUnitsUnknown","esriTimeUnitsWeeks","esriTimeUnitsYears"],"type":"string"},"TextModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a text component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"text":{"description":"The text content.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"TextModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/TextModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^text$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"TextSymbol3DLayerJson":{"description":"TextSymbol3DLayer is used to draw text labels for features of any geometry\ntype.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/textSymbol3DLayer/}.","properties":{"font":{"$ref":"#/definitions/FontJson","description":"Font used for text symbols."},"material":{"$ref":"#/definitions/MaterialJson","description":"The material used to shade the geometry."},"size":{"description":"Font size in points, positive only.","type":"number"},"text":{"description":"Type:String.","type":"string"},"type":{"const":"Text","description":"The type of the Symbol3DLayer. See {@link Symbol3DLayerJsonType}.","type":"string"}},"required":["type"],"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/}.","properties":{"angle":{"description":"A numeric value that defines the number of degrees (0 to 360) that a text\nsymbol is rotated. The rotation is from East in a counter-clockwise\ndirection where East is the 0° axis.","type":"number"},"backgroundColor":{"description":"Background color of the text.","items":{"type":"number"},"type":"array"},"borderLineColor":{"description":"Value indicating the the color of the border line.","items":{"type":"number"},"type":"array"},"borderLineSize":{"description":"Numeric value indicating the the size of the border line in points.","type":"number"},"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\nnull.","items":{"type":"number"},"type":"array"},"font":{"$ref":"#/definitions/FontJson","description":"Font used for text symbols."},"haloColor":{"description":"Color of the halo around the text.","items":{"type":"number"},"type":"array"},"haloSize":{"description":"Numeric value indicating the point size of a halo around the text symbol.","type":"number"},"horizontalAlignment":{"description":"The horizontal alignment of the text.","enum":["center","justify","left","right"],"type":"string"},"kerning":{"description":"Boolean value indicating whether to adjust the spacing between characters\nin the text string.","type":"boolean"},"rightToLeft":{"description":"Boolean value, set to true if using Hebrew or Arabic fonts.","type":"boolean"},"rotated":{"description":"Boolean value indicating whether every character in the text string is\nrotated.","type":"boolean"},"text":{"description":"Only applicable when specified as a client-side graphic.","type":"string"},"type":{"const":"esriTS","description":"The type of symbol. See {@link SymbolJsonType}.","type":"string"},"verticalAlignment":{"description":"The vertical alignment of the text.","enum":["baseline","bottom","middle","top"],"type":"string"},"xoffset":{"description":"Numeric value indicating the offset on the x-axis in pixels.","type":"number"},"yoffset":{"description":"Numeric value indicating the offset on the y-axis in pixels.","type":"number"}},"required":["type"],"type":"object"},"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/}."},"TimeInfoExportOptionsJson":{"description":"The default time-related export options for a layer. See\nhttps://developers.arcgis.com/web-map-specification/objects/timeInfoExportOptions/.","properties":{"timeDataCumulative":{"description":"If true, draw all the features from the beginning of time for that data.","type":"boolean"},"timeOffset":{"description":"Time offset value for this layer so that it can be overlaid on the top of\na previous or future time period.","type":"number"},"timeOffsetUnits":{"$ref":"#/definitions/TemporalUnitJsonType","description":"Temporal unit in which the time offset is measured."},"useTime":{"description":"If true, use the time extent specified by the time parameter.","type":"boolean"}},"type":"object"},"TimeSliderJson":{"description":"Time animation is controlled by a configurable time slider. Those\nconfigurations are saved to the web map as a timeSlider widget.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/timeSlider/}.","properties":{"properties":{"$ref":"#/definitions/__type","description":"Properties for the time slider."}},"required":["properties"],"type":"object"},"TraceConfigurationJson":{"description":"An array of pre-configured trace configurations for quickly running common\ntraces. See\n{@link https://developers.arcgis.com/web-map-specification/objects/traceConfiguration/}.","properties":{"id":{"description":"A unique identifying string for the trace configuration.","type":"string"},"title":{"description":"A user-friendly string title for the trace configuration that can be used\nin a table of contents.","type":"string"}},"type":"object"},"Transformation":{},"TransformationJson":{"description":"Specifies a transformation to use between two spatial references.","properties":{"id":{"description":"The unique ID for the transformation item.","type":"string"},"inSpatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference that the data is collected in."},"outSpatialReference":{"$ref":"#/definitions/SpatialReferenceJson","description":"The spatial reference that the data is displayed in (typically the SR of\nthe configured map's feature layers, or the SR of the map itself)."},"transformation":{"$ref":"#/definitions/GeographicTransformationJson","description":"The transformation to get from in SR to out SR."}},"type":"object"},"TransparencyInfoJson":{"description":"TransparencyInfo is supported by opacityInfo in the JavaScript API. Except\ntype and axis, all properties follow the syntax of the JavaScript API's\nopacityInfo property. It applies transparency to each feature based on the\nattribute values in a field. The exception is that the webmap JSON uses\ntransparency (range 0 - 100, with 100 as completely transparent) instead of\nopacity (range 0 - 1, with 0 as completely transparent).\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/transparencyInfo_visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/transparencyInfo_visualVariable/}.","properties":{"field":{"description":"A string value indicating the name of the feature attribute field that\ncontains the data value to render.","type":"string"},"legendOptions":{"description":"Options available for the legend.","properties":{"showLegend":{"description":"Indicates whether to show color/size ramp in the legend.","type":"boolean"},"title":{"description":"The title of the legend.","type":"string"}},"type":"object"},"normalizationField":{"description":"String value indicating the name of the attribute field used to normalize\nthe data.","type":"string"},"stops":{"description":"An array of transparencyStop objects.","items":{"$ref":"#/definitions/TransparencyStopJson"},"type":"array"},"type":{"const":"transparencyInfo","description":"The type of the VisualVariable.","type":"string"}},"required":["field","type"],"type":"object"},"TransparencyStopJson":{"description":"The transparencyStop object defines the thematic opacity ramp in a sequence\nof stops. At least two stops are required. The stops must be listed in\nascending order based on the value of the value property in each stop.","properties":{"label":{"description":"A string value used to label the stop in the legend.","type":"string"},"transparency":{"description":"A numeric transparency value for a stop ranging from 0-100, where 0 is\nopaque and 100 is 100% transparent.","type":"number"},"value":{"description":"The pixel intensity value. Describes the pixel intensity value that the\ncolor should be associated with.","type":"number"}},"required":["label","transparency","value"],"type":"object"},"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."},"UniqueValueClassJson":{"description":"The uniqueValueClass object contains the symbology for grouped unique values\nin the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueClass/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueClass/}.","properties":{"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."},"values":{"description":"A list of unique values that should be rendered with the same symbol.\nEach item in the list represents a set of value combinations represented\nby the given symbol. The inner array must contain only one value if only\nfield1 is specified, two values if field1 and field2 are specified, or\nthree values if field1, field2, and field3 are specified. The inner\narrays must not contain more than three values.","items":{"items":{"type":"string"},"type":"array"},"type":"array"}},"required":["symbol","values"],"type":"object"},"UniqueValueFromStyleRendererJson":{"description":"This is a special version of UniqueValue Renderer, which loads uniqueValue\ninfos from a portal style.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueFromStyleRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/Symbol3DJson","description":"The defaultSymbol on the renderer that get assigned to features with no\nvalue or features that do not fall within the configured data."},"field1":{"description":"String value specifying the first field used to render matching values.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"styleName":{"description":"A registered web style name. Can not be used in conjunction with\nstyleName.","type":"string"},"styleUrl":{"description":"URL that points to the web style definition. Can not be used in\nconjunction with styleUrl.","type":"string"},"type":{"const":"uniqueValue","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["field1","type"],"type":"object"},"UniqueValueGroupJson":{"description":"Represents a group of unique value classes (i.e. symbols). This is used to\ngroup symbols under a common heading and/or when representing multiple unique\nvalues with a single symbol.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueGroup/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueGroup/}.","properties":{"classes":{"description":"Specifies the classes (i.e. symbols) to group under a common heading.\nClasses may be included here without a heading when representing multiple\nvalues with a single symbol.","items":{"$ref":"#/definitions/UniqueValueClassJson"},"type":"array"},"heading":{"description":"The heading to be displayed for the collection of classes defined in this\ngroup.","type":"string"}},"type":"object"},"UniqueValueInfoJson":{"description":"The following is a list of properties found on the uniqueValueInfo object,\nwhich is one of the properties on the renderer object. The uniqueValueInfo\nobject contains the symbology for each uniquely drawn value in the renderer.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValueInfo/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueInfo/}.","properties":{"description":{"description":"String value used to describe the drawn symbol.","type":"string"},"label":{"description":"String value used to label the drawn symbol.","type":"string"},"symbol":{"$ref":"#/definitions/SymbolJson","description":"An object used to display the value."},"value":{"description":"String value indicating the unique value.","type":"string"}},"required":["symbol","value"],"type":"object"},"UniqueValueRendererJson":{"description":"A unique value renderer symbolizes groups of features that have matching\nfield values.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/uniqueValue_renderer/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/uniqueValueRenderer/}.","properties":{"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"backgroundFillSymbol":{"$ref":"#/definitions/PolygonSymbol3DJson","description":"A SimpleFillSymbol used for polygon features. It can only be used for\nbivariate types and size rendering."},"defaultLabel":{"description":"Default string for the default symbol used to draw unspecified values.","type":"string"},"defaultSymbol":{"$ref":"#/definitions/SymbolJson","description":"Symbol used when a value cannot be matched."},"field1":{"description":"String value specifying the first field used to render matching values.","type":"string"},"field2":{"description":"String value specifying the second field used to render matching values.","type":"string"},"field3":{"description":"String value specifying the third field used to render matching values.","type":"string"},"fieldDelimiter":{"description":"String value inserted between values if multiple attribute fields are\nspecified.","type":"string"},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"type":{"const":"uniqueValue","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"uniqueValueGroups":{"description":"An array of uniqueValueGroup objects. If present, then uniqueValueGroups\nshould be used in favor of uniqueValueInfos.","items":{"$ref":"#/definitions/UniqueValueGroupJson"},"type":"array"},"uniqueValueInfos":{"description":"An array of uniqueValueInfo objects. If uniqueValueGroups is present,\nthen this property should be ignored during webmap reading. In the\nfuture, this property will be deprecated and eventually removed.","items":{"$ref":"#/definitions/UniqueValueInfoJson"},"type":"array"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["field1","type"],"type":"object"},"Uri":{"description":"Represents a URI."},"UserModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a user component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"UserModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/UserModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^user$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"UtilityNetworkJson":{"description":"Identifies the central object for utility network schema information to\naccess utility-related functionality, such as tracing and querying\nassociations. See\n{@link https://developers.arcgis.com/web-map-specification/objects/utilityNetwork/}.","properties":{"id":{"description":"A unique identifying string for the utility network.","type":"string"},"title":{"description":"A user-friendly string title for the utility network that can be used in\na table of contents.","type":"string"},"traceConfigurations":{"description":"An array of pre-configured trace configurations for quickly running\ncommon traces.","items":{"$ref":"#/definitions/TraceConfigurationJson"},"type":"array"},"url":{"description":"A string value indicating the URL to the utility network layer.","type":"string"}},"type":"object"},"VectorFieldRendererJson":{"description":"A vector field renderer is a renderer that uses symbolizes a U-V or\nMagnitude-Direction data.","properties":{"attributeField":{"const":"Magnitude","description":"Name of the feature attribute field that contains the data value.","type":"string"},"authoringInfo":{"$ref":"#/definitions/AuthoringInfoJson","description":"An object containing metadata about the authoring process for creating a\nrenderer object. This allows the authoring clients to save specific\noverridable settings so that next time it is accessed via the UI, their\nselections are remembered. Non-authoring clients should ignore it."},"flowRepresentation":{"description":"Sets the flow direction of the data.","enum":["flow_from","flow_to"],"type":"string"},"inputUnit":{"$ref":"#/definitions/MagnitudeUnitJsonType","description":"Input unit for Magnitude."},"outputUnit":{"$ref":"#/definitions/MagnitudeUnitJsonType","description":"Output unit for Magnitude."},"rotationExpression":{"description":"A constant value or an expression that derives the angle of rotation\nbased on a feature attribute value. When an attribute name is specified,\nit's enclosed in square brackets.","type":"string"},"rotationType":{"$ref":"#/definitions/RotationJsonType","description":"String value (either geographic or arithmetic) which controls the origin\nand direction of rotation on point features. If the rotationType is\ndefined as 'arithmetic', the symbol is rotated from East in a\ncounter-clockwise direction where East is the 0� axis. If the\nrotationType is defined as 'geographic', the symbol is rotated from North\nin a clockwise direction where North is the 0� axis."},"style":{"description":"A predefined style.","enum":["beaufort_ft","beaufort_km","beaufort_kn","beaufort_m","beaufort_mi","classified_arrow","ocean_current_kn","ocean_current_m","simple_scalar","single_arrow","wind_speed"],"type":"string"},"symbolTileSize":{"description":"Determines the density of the symbols. Larger tile size, fewer symbols\nappear in the display. The VectorFieldRenderer draws one symbol within a\ndefined tile size (in pixels). The default is 50 pixels.","type":"number"},"type":{"const":"vectorField","description":"The type of renderer. See {@link RendererJsonType}.","type":"string"},"visualVariables":{"description":"An array of visualVariable objects used for continuous color or size,\nsimple, and unique values with feature opacity.","items":{"$ref":"#/definitions/VisualVariableJson"},"type":"array"}},"required":["attributeField","flowRepresentation","style","type"],"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/}."},"VerticalOffsetJson":{"description":"Shifts the symbol along the vertical world axis by a given length. The length\nis set in screen space units. See\n{@link https://developers.arcgis.com/web-scene-specification/objects/verticalOffset/}.","properties":{"maxWorldLength":{"description":"The maximum vertical symbol lift in world units. It acts as an upper\nbound to avoid lift becoming too big.","type":"number"},"minWorldLength":{"description":"The minimum vertical symbol lift in world units. It acts as a lower bound\nto avoid lift becoming too small.","type":"number"},"screenLength":{"description":"Maximal screen length of lift in points.","type":"number"}},"required":["screenLength"],"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/}."},"VirtualLightingJson":{"description":"Object containing information for the virtual lighting type. The position of\nthe light follows the camera and is set behind the camera with a small offset\nto the left side.\n\nSee\n{@link https://developers.arcgis.com/web-scene-specification/objects/sunLighting/}.","properties":{"directShadows":{"description":"Indicates whether to show shadows cast by the main light source.","type":"boolean"},"type":{"const":"virtual","description":"The type of lighting.","type":"string"}},"required":["type"],"type":"object"},"VisibilityMode":{},"VisualVariableJson":{"anyOf":[{"$ref":"#/definitions/ColorInfoJson"},{"$ref":"#/definitions/SizeInfoJson"},{"$ref":"#/definitions/TransparencyInfoJson"},{"$ref":"#/definitions/RotationInfoJson"}],"description":"A visualVariable is an object containing the type of drawing property, the\naxis the variable is applied to, and additional properties for the variable.\nThere are three types of visual variables, 'colorInfo', 'sizeInfo', and\n'transparencyInfo'.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/visualVariable/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/visualVariable/}."},"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/}."},"WeatherJson":{"anyOf":[{"$ref":"#/definitions/CloudyWeatherJson"},{"$ref":"#/definitions/FoggyWeatherJson"},{"$ref":"#/definitions/RainyWeatherJson"},{"$ref":"#/definitions/SunnyWeatherJson"},{"$ref":"#/definitions/SnowyWeatherJson"}],"description":"Indicates the type of weather visualization in the scene."},"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/}."},"WidgetsJson":{"description":"The widgets object contains widgets that should be exposed to the user.\n\nSee\n{@link https://developers.arcgis.com/web-map-specification/objects/widgets/}\n{@link https://developers.arcgis.com/web-scene-specification/objects/widgets/}.","properties":{"floorFilter":{"$ref":"#/definitions/FloorFilterJson","description":"Configurable properties used by the floor filter widget."},"range":{"$ref":"#/definitions/RangeJson","description":"Active range."},"timeSlider":{"$ref":"#/definitions/TimeSliderJson","description":"Time animation is controlled by a configurable time slider. The time\nslider widget will act upon all the time aware layers in the map."}},"type":"object"},"WorkflowEventsProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for the workflow events service. For internal use only.","properties":{"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"workflows":{"description":"An array of workflows to run when the app is launched. (Workflow[]).","items":{"type":"string"},"type":"array"}},"type":"object"},"WorkflowEventsPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowEventsProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-events$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"WorkflowModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Properties that can be passed into the constructor for a Workflow model.","properties":{"acceptsUrlParams":{"description":"Whether the workflow accepts URL parameters when run from the URL.","type":"boolean"},"commandArgumentInput":{"description":"The name of the workflow input parameter that the command's context will\nmap to.","type":"string"},"icon":{"description":"An icon to display for the workflow.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"inputs":{"description":"The inputs to be passed into the workflow."},"portalItem":{"$ref":"#/definitions/PortalItemLike","description":"The portal item where the workflow JSON is located."},"target":{"description":"The layout ID of the workflow component to use for any workflow forms, or\nthe ID of a container component like taskbar, panel, stack, etc. In the\nlatter case, a new workflow component will be created dynamically as a\nchild of the targeted container, and removed when the workflow finishes\nrunning.","type":"string"},"title":{"description":"The title of the workflow.","type":"string"},"url":{"description":"The URL where the workflow JSON is located.","type":"string"}},"type":"object"},"WorkflowModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/WorkflowModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^workflow-container$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"ZoomModelProperties":{"$schema":"http://json-schema.org/draft-04/schema#","description":"Configuration for a zoom component.","properties":{"icon":{"description":"An icon ID for this model.","type":"string"},"id":{"description":"The unique ID to assign to the entity. If not specified, one will be\ngenerated.","type":"string"},"title":{"description":"A human-readable title for this model.","type":"string"}},"type":"object"},"ZoomModelPropertiesItem":{"allOf":[{"$ref":"#/definitions/ZoomModelProperties"},{"properties":{"$type":{"description":"The item's type. See {@link ItemType}.","pattern":"^zoom$","type":"string"},"id":{"description":"The item's ID. No two items of the same type within an App can have the\nsame ID (however, items of different types can have the same ID).","type":"string"}},"type":"object"}]},"__type":{},"esri.Basemap":{},"esri.CIMLineSymbol":{"description":"Represents a line symbol used to draw polyline features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMLineSymbol Read more...}"},"esri.CIMPointSymbol":{"description":"Represents a point symbol used to draw point features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPointSymbol Read more...}"},"esri.CIMPolygonSymbol":{"description":"Represents a polygon symbol used to draw polygon features and graphics.\n\n{@link https://developers.arcgis.com/javascript/latest/api-reference/esri-symbols-CIMSymbol.html#CIMPolygonSymbol Read more...}"},"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":{},"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"}]},"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"}