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.
2 parents ec8f0fb + 395228e commit 4699c0cCopy full SHA for 4699c0c
codemeta/codemeta.go
@@ -18,8 +18,8 @@ type PersonOrOrganization struct {
18
// Given/Family are used by individual persons
19
GivenName string `json:"givenName,omitempty"`
20
FamilyName string `json:"familyName,omitempty"`
21
- Affiliation string `json:"affiliation"`
22
- Email string `json:"email"`
+ Affiliation string `json:"affiliation,omitempty"`
+ Email string `json:"email,omitempty"`
23
}
24
25
type Codemeta struct {
0 commit comments