The anchor Linkset relations, author and profile, are currently strings. They should be an array with an embedded href field. For example: ``` "linkset": [ { "anchor": "hl:uEiAISMkzlFkuXA-QA5EXw9RXqFMUhLiYt4_ZgqlPg5413w", "author": [ { "href": "https://orb.domain1.com/services/orb" } ], "profile": [ { "href": "https://w3id.org/orb#v0" } ], "original": [ { . . . ```