@vertigis/viewer-spec 61.14.0 → 61.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (109) hide show
  1. package/analytics/MobileAction.d.ts +1 -1
  2. package/analytics/WebAction.d.ts +1 -1
  3. package/app-config/AppConfig.d.ts +1 -1
  4. package/app-config/common/ApplicationModelProperties.d.ts +1 -1
  5. package/app-config/common/BookmarksModelProperties.d.ts +2 -2
  6. package/app-config/common/BrandingThemeProperties.d.ts +1 -1
  7. package/app-config/common/CoordinateModelProperties.d.ts +1 -1
  8. package/app-config/common/EventListenerModelProperties.d.ts +1 -1
  9. package/app-config/common/FeatureDetailsModelProperties.d.ts +1 -1
  10. package/app-config/common/HighlightModelProperties.d.ts +1 -1
  11. package/app-config/common/LayerPresetsModelProperties.d.ts +1 -1
  12. package/app-config/common/LayoutProperties.d.ts +1 -1
  13. package/app-config/common/MapModelProperties.d.ts +1 -1
  14. package/app-config/common/MenuModelProperties.d.ts +2 -2
  15. package/app-config/common/ModelProperties.d.ts +1 -1
  16. package/app-config/common/RegionModelProperties.d.ts +1 -1
  17. package/app-config/common/ResultsModelProperties.d.ts +1 -1
  18. package/app-config/common/SearchModelProperties.d.ts +1 -1
  19. package/app-config/common/TranslatableText.d.ts +1 -1
  20. package/app-config/common/WorkflowModelProperties.d.ts +1 -1
  21. package/app-config/common/colors.d.ts +2 -2
  22. package/app-config/mobile/BasemapModelProperties.d.ts +1 -1
  23. package/app-config/mobile/CoordinateModelProperties.d.ts +1 -1
  24. package/app-config/mobile/FeatureDetailsModelProperties.d.ts +1 -1
  25. package/app-config/mobile/MapModelProperties.d.ts +1 -1
  26. package/app-config/mobile/OfflineModelProperties.d.ts +1 -1
  27. package/app-config/mobile/ResultsModelProperties.d.ts +1 -1
  28. package/app-config/schema/common-app-config.schema.json +1 -1
  29. package/app-config/schema/mobile-app-config.schema.json +1 -1
  30. package/app-config/schema/web-app-config.schema.json +1 -1
  31. package/app-config/web/BasemapModelProperties.d.ts +1 -1
  32. package/app-config/web/ChartModelProperties.d.ts +2 -2
  33. package/app-config/web/DataLinkSourceProperties.d.ts +2 -2
  34. package/app-config/web/DrawModelProperties.d.ts +9 -9
  35. package/app-config/web/FeatureInfoModelProperties.d.ts +1 -1
  36. package/app-config/web/FeatureListProperties.d.ts +1 -1
  37. package/app-config/web/FeatureSetProperties.d.ts +3 -3
  38. package/app-config/web/FeatureSummaryModelProperties.d.ts +1 -1
  39. package/app-config/web/GeoDataModelProperties.d.ts +1 -1
  40. package/app-config/web/GeocoderModelProperties.d.ts +2 -2
  41. package/app-config/web/KpiCardModelProperties.d.ts +2 -2
  42. package/app-config/web/MenuItemModelProperties.d.ts +1 -1
  43. package/app-config/web/ModelProperties.d.ts +1 -1
  44. package/app-config/web/QueryBuilderModelProperties.d.ts +1 -1
  45. package/app-config/web/ReportModelProperties.d.ts +1 -1
  46. package/app-config/web/ResultsModelProperties.d.ts +1 -1
  47. package/app-config/web/ResultsServiceModelProperties.d.ts +1 -1
  48. package/app-config/web/SearchServiceProperties.d.ts +1 -1
  49. package/app-config/web/SharedProjectsModelProperties.d.ts +3 -3
  50. package/app-config/web/SharedStorageModelProperties.d.ts +1 -1
  51. package/app-config/web/SnappingProperties.d.ts +3 -3
  52. package/app-config/web/SplashScreenModelProperties.d.ts +1 -1
  53. package/app-config/web/TopologyProperties.d.ts +2 -2
  54. package/app-config/web/VertigisWebModelProperties.d.ts +1 -1
  55. package/messaging/Command.d.ts +1 -1
  56. package/messaging/Event.d.ts +1 -1
  57. package/messaging/Message.d.ts +1 -1
  58. package/messaging/MessageBus.d.ts +2 -2
  59. package/messaging/Operation.d.ts +1 -1
  60. package/messaging/common.d.ts +37 -37
  61. package/messaging/registry/auth.d.ts +3 -4
  62. package/messaging/registry/basemap.d.ts +1 -1
  63. package/messaging/registry/drawing.d.ts +9 -9
  64. package/messaging/registry/edit.d.ts +48 -11
  65. package/messaging/registry/file.d.ts +1 -2
  66. package/messaging/registry/geocode.d.ts +1 -1
  67. package/messaging/registry/geolocation.d.ts +2 -2
  68. package/messaging/registry/geometry.d.ts +5 -5
  69. package/messaging/registry/layer-presets.d.ts +1 -1
  70. package/messaging/registry/layers.d.ts +0 -1
  71. package/messaging/registry/location-marker.d.ts +5 -5
  72. package/messaging/registry/map.d.ts +12 -12
  73. package/messaging/registry/measurement.d.ts +1 -1
  74. package/messaging/registry/offline.d.ts +7 -9
  75. package/messaging/registry/portal.d.ts +1 -1
  76. package/messaging/registry/printing.d.ts +4 -4
  77. package/messaging/registry/project.d.ts +6 -6
  78. package/messaging/registry/reports.d.ts +1 -1
  79. package/messaging/registry/results.d.ts +10 -10
  80. package/messaging/registry/sketching.d.ts +12 -12
  81. package/messaging/registry/tasks.d.ts +4 -4
  82. package/messaging/registry/utility-network.d.ts +4 -5
  83. package/messaging/registry/viewer.d.ts +1 -1
  84. package/messaging/schema/common-action.schema.json +1 -1
  85. package/messaging/schema/common-event.schema.json +1 -1
  86. package/messaging/schema/mobile-action.schema.json +1 -1
  87. package/messaging/schema/mobile-event.schema.json +1 -1
  88. package/messaging/schema/web-action.schema.json +1 -1
  89. package/messaging/schema/web-drawing-command-definitions.md +554 -76
  90. package/messaging/schema/web-drawing-operation-definitions.md +268 -21
  91. package/messaging/schema/web-edit-command-definitions.md +52 -9
  92. package/messaging/schema/web-event.schema.json +1 -1
  93. package/messaging/schema/web-geocode-operation-definitions.md +1 -1
  94. package/messaging/schema/web-geometry-command-definitions.md +0 -16
  95. package/messaging/schema/web-geometry-operation-definitions.md +233 -18
  96. package/messaging/schema/web-map-command-definitions.md +870 -58
  97. package/messaging/schema/web-map-operation-definitions.md +8 -0
  98. package/messaging/schema/web-measurement-command-definitions.md +556 -94
  99. package/messaging/schema/web-measurement-operation-definitions.md +124 -11
  100. package/messaging/schema/web-portal-operation-definitions.md +8 -0
  101. package/messaging/schema/web-printing-operation-definitions.md +1 -1
  102. package/messaging/schema/web-results-command-definitions.md +3 -3
  103. package/messaging/schema/web-results-operation-definitions.md +4 -1
  104. package/messaging/schema/web-system-command-definitions.md +3 -1
  105. package/messaging/schema/web-system-operation-definitions.md +16 -0
  106. package/messaging/schema/web-ui-operation-definitions.md +1 -1
  107. package/package.json +33 -29
  108. package/version.d.ts +1 -1
  109. package/version.js +1 -1
@@ -104,7 +104,7 @@ ReverseGeocodeArgs properties:
104
104
  }
105
105
  ```
106
106
 
107
- Outputs: `unknown`
107
+ Outputs: `@vertigis.arcgis-extensions.data.Feature.Feature`
108
108
 
109
109
  ---
110
110
  # operation: geocode.suggest
@@ -3,22 +3,6 @@ Description: Display the geometry settings dialog. This allows you to configure
3
3
 
4
4
  Inputs: `HasUITarget`
5
5
 
6
- HasUITarget properties:
7
- ```json
8
- {
9
- "attributes": {
10
- "description": "Optional layout XML attributes to be used for the transient UI container."
11
- },
12
- "icon": {
13
- "description": "Optional icon that may be used by the transient UI container.",
14
- "type": "string"
15
- },
16
- "parent": {
17
- "description": "The layout ID or ItemRef to target for the command/operation. This component will be the parent of the temporary UI that will be removed after the command/operation completes."
18
- }
19
- }
20
- ```
21
-
22
6
  ---
23
7
  # command: geometry.set-buffer-distance
24
8
  Description: Sets the default buffer distance for the viewer session. The buffer distance must be a number > 0. Web only.
@@ -42,15 +42,98 @@ esri.rest-api.FeatureJson.FeatureJson properties:
42
42
  ```json
43
43
  {
44
44
  "attributes": {
45
+ "anyOf": [
46
+ {
47
+ "description": "Construct a type with a set of properties K of type T"
48
+ },
49
+ {
50
+ "type": "null"
51
+ }
52
+ ],
45
53
  "description": "The feature attributes. It is a JSON object that contains a dictionary of name-value pairs. The names are the feature field names. The values are the field values and they can be any of the standard JSON types - string, number and boolean. Note that date values are encoded as numbers. The number represents the number of milliseconds since epoch (January 1,\n1970) in UTC."
46
54
  },
47
55
  "geometry": {
56
+ "anyOf": [
57
+ {
58
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PointJson"
59
+ },
60
+ {
61
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.MultipointJson"
62
+ },
63
+ {
64
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolylineJson"
65
+ },
66
+ {
67
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.PolygonJson"
68
+ },
69
+ {
70
+ "$ref": "#/definitions/esri.rest-api.GeometryJson.ExtentJson"
71
+ },
72
+ {
73
+ "type": "null"
74
+ }
75
+ ],
48
76
  "description": "The feature geometry."
49
77
  },
50
78
  "popupInfo": {
79
+ "anyOf": [
80
+ {
81
+ "$ref": "#/definitions/esri.rest-api.PopupInfoJson.PopupInfoJson"
82
+ },
83
+ {
84
+ "type": "null"
85
+ }
86
+ ],
51
87
  "description": "A popupInfo object defining the content of popup window when you click a feature on the map. Applicable to features in a map notes feature layer only."
52
88
  },
53
89
  "symbol": {
90
+ "anyOf": [
91
+ {
92
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolJson"
93
+ },
94
+ {
95
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.CIMSymbolReferenceJson"
96
+ },
97
+ {
98
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureFillSymbolJson"
99
+ },
100
+ {
101
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PictureMarkerSymbolJson"
102
+ },
103
+ {
104
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleFillSymbolJson"
105
+ },
106
+ {
107
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleLineSymbolJson"
108
+ },
109
+ {
110
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.SimpleMarkerSymbolJson"
111
+ },
112
+ {
113
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.TextSymbolJson"
114
+ },
115
+ {
116
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LabelSymbol3DJson"
117
+ },
118
+ {
119
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.LineSymbol3DJson"
120
+ },
121
+ {
122
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.MeshSymbol3DJson"
123
+ },
124
+ {
125
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PointSymbol3DJson"
126
+ },
127
+ {
128
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.PolygonSymbol3DJson"
129
+ },
130
+ {
131
+ "$ref": "#/definitions/esri.rest-api.SymbolJson.StyleSymbolReferenceJson"
132
+ },
133
+ {
134
+ "type": "null"
135
+ }
136
+ ],
54
137
  "description": "Symbol used for drawing the feature."
55
138
  }
56
139
  }
@@ -61,14 +144,26 @@ esri.rest-api.GeometryJson.PointJson properties:
61
144
  {
62
145
  "m": {
63
146
  "description": "M coordinate which contains measures used for linear referencing.",
64
- "type": "number"
147
+ "type": [
148
+ "null",
149
+ "number"
150
+ ]
65
151
  },
66
152
  "spatialReference": {
153
+ "anyOf": [
154
+ {
155
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
156
+ },
157
+ {
158
+ "type": "null"
159
+ }
160
+ ],
67
161
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
68
162
  },
69
163
  "x": {
70
164
  "description": "X coordinate which is measured along the east/west axis.",
71
165
  "type": [
166
+ "null",
72
167
  "string",
73
168
  "number"
74
169
  ],
@@ -77,6 +172,7 @@ esri.rest-api.GeometryJson.PointJson properties:
77
172
  "y": {
78
173
  "description": "Y coordinate which is measured along the north/south axis.",
79
174
  "type": [
175
+ "null",
80
176
  "string",
81
177
  "number"
82
178
  ],
@@ -85,6 +181,7 @@ esri.rest-api.GeometryJson.PointJson properties:
85
181
  "z": {
86
182
  "description": "Z coordinate which measures height or elevation.",
87
183
  "type": [
184
+ "null",
88
185
  "string",
89
186
  "number"
90
187
  ]
@@ -97,11 +194,17 @@ esri.rest-api.GeometryJson.MultipointJson properties:
97
194
  {
98
195
  "hasM": {
99
196
  "description": "Indicates whether the geometry contains M coordinate values.",
100
- "type": "boolean"
197
+ "type": [
198
+ "null",
199
+ "boolean"
200
+ ]
101
201
  },
102
202
  "hasZ": {
103
203
  "description": "Indicates whether the geometry contains Z coordinate values.",
104
- "type": "boolean"
204
+ "type": [
205
+ "null",
206
+ "boolean"
207
+ ]
105
208
  },
106
209
  "points": {
107
210
  "description": "An array that corresponds to 2D and 3D points.",
@@ -115,6 +218,14 @@ esri.rest-api.GeometryJson.MultipointJson properties:
115
218
  "isRequired": "true"
116
219
  },
117
220
  "spatialReference": {
221
+ "anyOf": [
222
+ {
223
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
224
+ },
225
+ {
226
+ "type": "null"
227
+ }
228
+ ],
118
229
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
119
230
  }
120
231
  }
@@ -125,11 +236,17 @@ esri.rest-api.GeometryJson.PolylineJson properties:
125
236
  {
126
237
  "hasM": {
127
238
  "description": "Indicates whether the geometry contains M coordinate values.",
128
- "type": "boolean"
239
+ "type": [
240
+ "null",
241
+ "boolean"
242
+ ]
129
243
  },
130
244
  "hasZ": {
131
245
  "description": "Indicates whether the geometry contains Z coordinate values.",
132
- "type": "boolean"
246
+ "type": [
247
+ "null",
248
+ "boolean"
249
+ ]
133
250
  },
134
251
  "paths": {
135
252
  "description": "Three nested arrays which corresponds to a polyline.",
@@ -146,6 +263,14 @@ esri.rest-api.GeometryJson.PolylineJson properties:
146
263
  "isRequired": "true"
147
264
  },
148
265
  "spatialReference": {
266
+ "anyOf": [
267
+ {
268
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
269
+ },
270
+ {
271
+ "type": "null"
272
+ }
273
+ ],
149
274
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
150
275
  }
151
276
  }
@@ -156,11 +281,17 @@ esri.rest-api.GeometryJson.PolygonJson properties:
156
281
  {
157
282
  "hasM": {
158
283
  "description": "Indicates whether the geometry contains M coordinate values.",
159
- "type": "boolean"
284
+ "type": [
285
+ "null",
286
+ "boolean"
287
+ ]
160
288
  },
161
289
  "hasZ": {
162
290
  "description": "Indicates whether the geometry contains Z coordinate values.",
163
- "type": "boolean"
291
+ "type": [
292
+ "null",
293
+ "boolean"
294
+ ]
164
295
  },
165
296
  "rings": {
166
297
  "description": "Represents an array of points. Each point is an array of numbers.",
@@ -177,6 +308,14 @@ esri.rest-api.GeometryJson.PolygonJson properties:
177
308
  "isRequired": "true"
178
309
  },
179
310
  "spatialReference": {
311
+ "anyOf": [
312
+ {
313
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
314
+ },
315
+ {
316
+ "type": "null"
317
+ }
318
+ ],
180
319
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
181
320
  }
182
321
  }
@@ -186,23 +325,43 @@ esri.rest-api.GeometryJson.ExtentJson properties:
186
325
  ```json
187
326
  {
188
327
  "spatialReference": {
328
+ "anyOf": [
329
+ {
330
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
331
+ },
332
+ {
333
+ "type": "null"
334
+ }
335
+ ],
189
336
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
190
337
  },
191
338
  "xmax": {
192
339
  "description": "A numeric value indicating the top-right X-coordinate of an extent envelope.",
193
- "type": "number"
340
+ "type": [
341
+ "null",
342
+ "number"
343
+ ]
194
344
  },
195
345
  "xmin": {
196
346
  "description": "A numeric value indicating the bottom-left X-coordinate of an extent envelope.",
197
- "type": "number"
347
+ "type": [
348
+ "null",
349
+ "number"
350
+ ]
198
351
  },
199
352
  "ymax": {
200
353
  "description": "A numeric value indicating the top-right Y-coordinate of an extent envelope.",
201
- "type": "number"
354
+ "type": [
355
+ "null",
356
+ "number"
357
+ ]
202
358
  },
203
359
  "ymin": {
204
360
  "description": "A numeric value indicating the bottom-left Y-coordinate of an extent envelope.",
205
- "type": "number"
361
+ "type": [
362
+ "null",
363
+ "number"
364
+ ]
206
365
  }
207
366
  }
208
367
  ```
@@ -212,14 +371,26 @@ esri.rest-api.GeometryJson.PointJson properties:
212
371
  {
213
372
  "m": {
214
373
  "description": "M coordinate which contains measures used for linear referencing.",
215
- "type": "number"
374
+ "type": [
375
+ "null",
376
+ "number"
377
+ ]
216
378
  },
217
379
  "spatialReference": {
380
+ "anyOf": [
381
+ {
382
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
383
+ },
384
+ {
385
+ "type": "null"
386
+ }
387
+ ],
218
388
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
219
389
  },
220
390
  "x": {
221
391
  "description": "X coordinate which is measured along the east/west axis.",
222
392
  "type": [
393
+ "null",
223
394
  "string",
224
395
  "number"
225
396
  ],
@@ -228,6 +399,7 @@ esri.rest-api.GeometryJson.PointJson properties:
228
399
  "y": {
229
400
  "description": "Y coordinate which is measured along the north/south axis.",
230
401
  "type": [
402
+ "null",
231
403
  "string",
232
404
  "number"
233
405
  ],
@@ -236,6 +408,7 @@ esri.rest-api.GeometryJson.PointJson properties:
236
408
  "z": {
237
409
  "description": "Z coordinate which measures height or elevation.",
238
410
  "type": [
411
+ "null",
239
412
  "string",
240
413
  "number"
241
414
  ]
@@ -248,11 +421,17 @@ esri.rest-api.GeometryJson.MultipointJson properties:
248
421
  {
249
422
  "hasM": {
250
423
  "description": "Indicates whether the geometry contains M coordinate values.",
251
- "type": "boolean"
424
+ "type": [
425
+ "null",
426
+ "boolean"
427
+ ]
252
428
  },
253
429
  "hasZ": {
254
430
  "description": "Indicates whether the geometry contains Z coordinate values.",
255
- "type": "boolean"
431
+ "type": [
432
+ "null",
433
+ "boolean"
434
+ ]
256
435
  },
257
436
  "points": {
258
437
  "description": "An array that corresponds to 2D and 3D points.",
@@ -266,6 +445,14 @@ esri.rest-api.GeometryJson.MultipointJson properties:
266
445
  "isRequired": "true"
267
446
  },
268
447
  "spatialReference": {
448
+ "anyOf": [
449
+ {
450
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
451
+ },
452
+ {
453
+ "type": "null"
454
+ }
455
+ ],
269
456
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
270
457
  }
271
458
  }
@@ -276,11 +463,17 @@ esri.rest-api.GeometryJson.PolylineJson properties:
276
463
  {
277
464
  "hasM": {
278
465
  "description": "Indicates whether the geometry contains M coordinate values.",
279
- "type": "boolean"
466
+ "type": [
467
+ "null",
468
+ "boolean"
469
+ ]
280
470
  },
281
471
  "hasZ": {
282
472
  "description": "Indicates whether the geometry contains Z coordinate values.",
283
- "type": "boolean"
473
+ "type": [
474
+ "null",
475
+ "boolean"
476
+ ]
284
477
  },
285
478
  "paths": {
286
479
  "description": "Three nested arrays which corresponds to a polyline.",
@@ -297,6 +490,14 @@ esri.rest-api.GeometryJson.PolylineJson properties:
297
490
  "isRequired": "true"
298
491
  },
299
492
  "spatialReference": {
493
+ "anyOf": [
494
+ {
495
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
496
+ },
497
+ {
498
+ "type": "null"
499
+ }
500
+ ],
300
501
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
301
502
  }
302
503
  }
@@ -307,11 +508,17 @@ esri.rest-api.GeometryJson.PolygonJson properties:
307
508
  {
308
509
  "hasM": {
309
510
  "description": "Indicates whether the geometry contains M coordinate values.",
310
- "type": "boolean"
511
+ "type": [
512
+ "null",
513
+ "boolean"
514
+ ]
311
515
  },
312
516
  "hasZ": {
313
517
  "description": "Indicates whether the geometry contains Z coordinate values.",
314
- "type": "boolean"
518
+ "type": [
519
+ "null",
520
+ "boolean"
521
+ ]
315
522
  },
316
523
  "rings": {
317
524
  "description": "Represents an array of points. Each point is an array of numbers.",
@@ -328,6 +535,14 @@ esri.rest-api.GeometryJson.PolygonJson properties:
328
535
  "isRequired": "true"
329
536
  },
330
537
  "spatialReference": {
538
+ "anyOf": [
539
+ {
540
+ "$ref": "#/definitions/esri.rest-api.SpatialReferenceJson.SpatialReferenceJson"
541
+ },
542
+ {
543
+ "type": "null"
544
+ }
545
+ ],
331
546
  "description": "The spatial reference can be defined using a well-known ID (WKID) or well-known text (WKT)."
332
547
  }
333
548
  }