type Profile struct {
Context string `json:"@context"`
Id string `json:"@id"`
Type string `json:"@type"` // Optional or iiif:Image Protocol string `json:"protocol"`
Width int `json:"width"`
Height int `json:"height"`
Profile []interface{} `json:"profile"`
}