sapcc / go-api-declarations

Reusable declarations for Go types appearing in our APIs
Apache License 2.0
3 stars 0 forks source link

CADF: Name in resource field is not supported in all events. Omitempty #14

Closed notque closed 1 year ago

notque commented 1 year ago

Name is not supported in all events as a resource. It needs to be omitempty to not show a blank name where it is unavailable.

I will also be adding more support for the name field through metis enrichment. However even in the case that this is unavailable, it needs to not show up as empty as it's confusing for customers.