The resulting JSON for the checkly.Check struct contains null values for slice values that are not provided. Examples of this are:
Check.Locations
Check.EnvironmentVariables
Check.Tags
Request.Headers
Request.QueryParameters
Request.Assertions
We should add the ,omitempty annotation so that these values are not passed as null in the JSON.
The resulting JSON for the
checkly.Checkstruct containsnullvalues for slice values that are not provided. Examples of this are:Check.LocationsCheck.EnvironmentVariablesCheck.TagsRequest.HeadersRequest.QueryParametersRequest.AssertionsWe should add the
,omitemptyannotation so that these values are not passed asnullin the JSON.