mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-12 21:59:29 +01:00
Add fieldname and type
This commit is contained in:
parent
f48b4d1f55
commit
e18e90f8df
1 changed files with 1 additions and 1 deletions
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue