From e18e90f8dfa03343fb457e835c9395e514bb3122 Mon Sep 17 00:00:00 2001 From: erik Date: Tue, 14 Nov 2023 15:28:38 +0100 Subject: [PATCH] Add fieldname and type --- modules/forgefed/star.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/forgefed/star.go b/modules/forgefed/star.go index bcb84b22a2..c86172c7e1 100644 --- a/modules/forgefed/star.go +++ b/modules/forgefed/star.go @@ -30,7 +30,7 @@ var KnownSourceTypes = SourceTypes{ // swagger:model type Star struct { // swagger:ignore - ap.Activity + Activity ap.Activity // Source identifies the system which generated this activity. Exactly one value has to be specified. Source SourceType `jsonld:"source,omitempty"` }