In previous patch I had introduce json:"-" tags to be on safer side to make sure certain fields are not marshalled/unmarshalled. But struct fields starting with small letter are not exported so they will not be marshalled anyway. So remove json:"-" tags from there. Signed-off-by: Vivek Goyal <vgoyal@redhat.com> Upstream-commit: 0f57c902450b1d4f7a676dc693689debca002e98 Component: engine