File tree 1 file changed +5
-10
lines changed
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,7 @@ components:
186
186
- x
187
187
- y
188
188
EpochTimeUnitMillis :
189
- allOf :
190
- - $ref : ' #/components/schemas/UnitMillis'
189
+ $ref : ' #/components/schemas/UnitMillis'
191
190
UnitMillis :
192
191
description : The time unit for milliseconds.
193
192
type : integer
@@ -309,8 +308,7 @@ components:
309
308
- skipped
310
309
- successful
311
310
DurationValueUnitMillis :
312
- allOf :
313
- - $ref : ' #/components/schemas/UnitMillis'
311
+ $ref : ' #/components/schemas/UnitMillis'
314
312
ShardStatistics :
315
313
type : object
316
314
properties :
@@ -376,15 +374,13 @@ components:
376
374
title : metadata
377
375
description : Any additional information about the error.
378
376
DurationValueUnitNanos :
379
- allOf :
380
- - $ref : ' #/components/schemas/UnitNanos'
377
+ $ref : ' #/components/schemas/UnitNanos'
381
378
UnitNanos :
382
379
description : Time unit for nanoseconds.
383
380
type : integer
384
381
format : int64
385
382
DurationValueUnitMicros :
386
- allOf :
387
- - $ref : ' #/components/schemas/UnitMicros'
383
+ $ref : ' #/components/schemas/UnitMicros'
388
384
UnitMicros :
389
385
description : Time unit for microseconds.
390
386
type : integer
@@ -889,8 +885,7 @@ components:
889
885
- $ref : ' #/components/schemas/EpochTimeUnitSeconds'
890
886
- type : string
891
887
EpochTimeUnitSeconds :
892
- allOf :
893
- - $ref : ' #/components/schemas/UnitSeconds'
888
+ $ref : ' #/components/schemas/UnitSeconds'
894
889
UnitSeconds :
895
890
description : Time unit for seconds.
896
891
type : integer
You can’t perform that action at this time.
0 commit comments