Skip to content

Commit e5c4e8a

Browse files
authored
Adds missing required parts
See #2
1 parent dfccb78 commit e5c4e8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

zipkin2-api.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ definitions:
231231
232232
Zipkin v1 core annotations such as "cs" and "sr" have been replaced with
233233
Span.Kind, which interprets timestamp and duration.
234+
required:
235+
- timestamp
236+
- value
234237
properties:
235238
timestamp:
236239
type: integer
@@ -428,6 +431,10 @@ definitions:
428431
DependencyLink:
429432
title: DependencyLink
430433
type: object
434+
required:
435+
- parent
436+
- child
437+
- callCount
431438
properties:
432439
parent:
433440
type: string

0 commit comments

Comments
 (0)