We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb1e1f0 commit 917784aCopy full SHA for 917784a
pkg/manifest/contributor.go
@@ -9,7 +9,7 @@ import (
9
10
// Contributor
11
// https://github.com/readium/webpub-manifest/tree/master/contexts/default#contributors
12
-// https://github.com/readium/webpub-manifest/schema/contributor-object.schema.json
+// https://github.com/readium/webpub-manifest/blob/master/schema/contributor-object.schema.json
13
type Contributor struct {
14
LocalizedName LocalizedString `json:"name" validate:"required"` // The name of the contributor.
15
LocalizedSortAs *LocalizedString `json:"sortAs,omitempty"` // The string used to sort the name of the contributor.
0 commit comments