From 79d6cbc3c2caf312ea603d20f0337c295b65af41 Mon Sep 17 00:00:00 2001 From: Laurent Le Meur Date: Tue, 28 Sep 2021 14:56:32 +0200 Subject: [PATCH] Add Type to a W3C manifest --- rwpm/w3cpublication.go | 1 + 1 file changed, 1 insertion(+) diff --git a/rwpm/w3cpublication.go b/rwpm/w3cpublication.go index 2c875896..46011c53 100644 --- a/rwpm/w3cpublication.go +++ b/rwpm/w3cpublication.go @@ -10,6 +10,7 @@ import ( // W3CPublication = W3C manifest type W3CPublication struct { + Type string `json:"type,omitempty"` ConformsTo string `json:"conformsTo,omitempty"` ID string `json:"id,omitempty"` URL string `json:"url,omitempty"`