We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc884c2 commit 29b756dCopy full SHA for 29b756d
github/orgs_properties.go
@@ -42,7 +42,7 @@ type RepoCustomPropertyValue struct {
42
// CustomPropertyValue represents a custom property value.
43
type CustomPropertyValue struct {
44
PropertyName string `json:"property_name"`
45
- Value interface{} `json:"value,omitempty"`
+ Value interface{} `json:"value"`
46
}
47
48
// UnmarshalJSON implements the json.Unmarshaler interface.
0 commit comments