Commit f0a61b5 1 parent 3b8b794 commit f0a61b5 Copy full SHA for f0a61b5
File tree 2 files changed +15
-0
lines changed
2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -3050,6 +3050,7 @@ components:
3050
3050
- ch
3051
3051
- schematic
3052
3052
- trigram
3053
+ - track_sections
3053
3054
properties :
3054
3055
obj_id :
3055
3056
type : string
@@ -3063,6 +3064,16 @@ components:
3063
3064
type : string
3064
3065
ch :
3065
3066
type : string
3067
+ track_sections :
3068
+ type : object
3069
+ required :
3070
+ - track
3071
+ - position
3072
+ properties :
3073
+ track :
3074
+ type : string
3075
+ position :
3076
+ type : integer
3066
3077
geographic :
3067
3078
$ref : " #/components/schemas/MultiPoint"
3068
3079
schematic :
Original file line number Diff line number Diff line change @@ -1109,6 +1109,10 @@ export type SearchOperationalPointResult = {
1109
1109
uic ?: number ;
1110
1110
trigram : string ;
1111
1111
ch : string ;
1112
+ track_sections : {
1113
+ track : string ;
1114
+ position : number ;
1115
+ } ;
1112
1116
geographic : MultiPoint ;
1113
1117
schematic : MultiPoint ;
1114
1118
} ;
You can’t perform that action at this time.
0 commit comments