`href` has inconsistent typing in the term definition (AS2-Vocab vs jsonld context)
@evanp is already working on this.
Since May 1, 2024.
- Dominant language
- HTML
- Stars
- 313
- Forks
- 70
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/w3c/activitypub/issues/375#issuecomment-2082777919
In the AS2-Vocab normative recommendation, href is defined to always be xsd:anyURI
In the AS2 context document, it is not defined as such
Conclusion: Make the context document consistent with the normative spec
EDIT: see https://github.com/w3c/activitystreams/issues/595#issuecomment-3736032233 for further discussion -- the context document should not be changed, as it is actually correct. Rather, AS2-Vocab should probably clarify the range to be "Reference".
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.