Skip to content

Commit

Permalink
Add ConformsTo to a RWPM
Browse files Browse the repository at this point in the history
  • Loading branch information
llemeurfr committed Sep 28, 2021
1 parent cfcfc0b commit 851d350
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rwpm/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
// Metadata for the default context in WebPub
type Metadata struct {
Type string `json:"@type,omitempty"`
ConformsTo string `json:"conformsTo,omitempty"`
Identifier string `json:"identifier,omitempty"`
Title MultiLanguage `json:"title"`
Subtitle MultiLanguage `json:"subtitle,omitempty"`
Expand Down

0 comments on commit 851d350

Please sign in to comment.