File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -4650,6 +4650,21 @@ <h3 class="panel-title"><a name="/definitions/Hierarchy"></a>Hierarchy:
4650
4650
</ div >
4651
4651
</ section > </ div >
4652
4652
</ dd >
4653
+ < dt data-property-name ="name ">
4654
+ < span class ="json-property-name "> name:</ span >
4655
+
4656
+ < span class ="json-property-type "> string</ span >
4657
+ < span class ="json-property-range " title ="Value limits "> </ span >
4658
+
4659
+ < span class ="json-property-required "> </ span >
4660
+ </ dt >
4661
+ < dd >
4662
+ < p > The name of the symbol represented by the hierarchy item.</ p >
4663
+
4664
+ < div class ="json-inner-schema ">
4665
+
4666
+ </ div >
4667
+ </ dd >
4653
4668
< dt data-property-name ="root_location ">
4654
4669
< span class ="json-property-name "> root_location:</ span >
4655
4670
Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ definitions:
195
195
required :
196
196
- kind
197
197
- locations
198
+ - name
198
199
description : |-
199
200
An object returned, in a list, as a response to hierarchy requests.
200
201
The object may contain additional properties, which are used to identify
@@ -233,6 +234,10 @@ definitions:
233
234
type : array
234
235
items :
235
236
$ref : " #/defintions/Location"
237
+ name :
238
+ type : string
239
+ description : |-
240
+ The name of the symbol represented by the hierarchy item.
236
241
root_location :
237
242
type : object
238
243
description : |-
You can’t perform that action at this time.
0 commit comments