Skip to content

Invalid Linkset relations: author and profile #1443

@bstasyszyn

Description

@bstasyszyn

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": [
      {
      . . .

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingrc3

Type

No type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions