Skip to content

Commit d27f33f

Browse files
authored
update (#826)
Signed-off-by: xil <[email protected]>
1 parent f81e8f3 commit d27f33f

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

spec/schemas/_common.yaml

+5-10
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ components:
186186
- x
187187
- y
188188
EpochTimeUnitMillis:
189-
allOf:
190-
- $ref: '#/components/schemas/UnitMillis'
189+
$ref: '#/components/schemas/UnitMillis'
191190
UnitMillis:
192191
description: The time unit for milliseconds.
193192
type: integer
@@ -309,8 +308,7 @@ components:
309308
- skipped
310309
- successful
311310
DurationValueUnitMillis:
312-
allOf:
313-
- $ref: '#/components/schemas/UnitMillis'
311+
$ref: '#/components/schemas/UnitMillis'
314312
ShardStatistics:
315313
type: object
316314
properties:
@@ -376,15 +374,13 @@ components:
376374
title: metadata
377375
description: Any additional information about the error.
378376
DurationValueUnitNanos:
379-
allOf:
380-
- $ref: '#/components/schemas/UnitNanos'
377+
$ref: '#/components/schemas/UnitNanos'
381378
UnitNanos:
382379
description: Time unit for nanoseconds.
383380
type: integer
384381
format: int64
385382
DurationValueUnitMicros:
386-
allOf:
387-
- $ref: '#/components/schemas/UnitMicros'
383+
$ref: '#/components/schemas/UnitMicros'
388384
UnitMicros:
389385
description: Time unit for microseconds.
390386
type: integer
@@ -889,8 +885,7 @@ components:
889885
- $ref: '#/components/schemas/EpochTimeUnitSeconds'
890886
- type: string
891887
EpochTimeUnitSeconds:
892-
allOf:
893-
- $ref: '#/components/schemas/UnitSeconds'
888+
$ref: '#/components/schemas/UnitSeconds'
894889
UnitSeconds:
895890
description: Time unit for seconds.
896891
type: integer

0 commit comments

Comments
 (0)