Skip to content

Commit

Permalink
Adds missing required parts
Browse files Browse the repository at this point in the history
See #2
  • Loading branch information
adriancole authored and Adrian Cole committed Dec 15, 2018
1 parent 64e0c94 commit 436b8e6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions zipkin2-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,9 @@ definitions:
Zipkin v1 core annotations such as "cs" and "sr" have been replaced with
Span.Kind, which interprets timestamp and duration.
required:
- timestamp
- value
properties:
timestamp:
type: integer
Expand Down Expand Up @@ -428,6 +431,10 @@ definitions:
DependencyLink:
title: DependencyLink
type: object
required:
- parent
- child
- callCount
properties:
parent:
type: string
Expand Down

0 comments on commit 436b8e6

Please sign in to comment.