···2222 Id string `json:"id" cborgen:"id"`
2323 // signingKey: The DID of the signing key used for this segment
2424 SigningKey string `json:"signingKey" cborgen:"signingKey"`
2525+ // size: The size of the segment in bytes
2626+ Size *int64 `json:"size,omitempty" cborgen:"size,omitempty"`
2527 // startTime: When this segment started
2628 StartTime string `json:"startTime" cborgen:"startTime"`
2729 Video []*Segment_Video `json:"video,omitempty" cborgen:"video,omitempty"`