Add fieldname and type

This commit is contained in:
erik 2023-11-14 15:28:38 +01:00 committed by Michael Jerger
parent f48b4d1f55
commit e18e90f8df

View file

@ -30,7 +30,7 @@ var KnownSourceTypes = SourceTypes{
// swagger:model // swagger:model
type Star struct { type Star struct {
// swagger:ignore // swagger:ignore
ap.Activity Activity ap.Activity
// Source identifies the system which generated this activity. Exactly one value has to be specified. // Source identifies the system which generated this activity. Exactly one value has to be specified.
Source SourceType `jsonld:"source,omitempty"` Source SourceType `jsonld:"source,omitempty"`
} }