- From: Evan Prodromou <evan@prodromou.name>
- Date: Fri, 10 Oct 2025 12:59:49 -0400
- To: "public-swicg@w3.org" <public-swicg@w3.org>
Received on Friday, 10 October 2025 16:59:58 UTC
Issue 510 notes that there is a missing '#' character in example 2 of
AS2 Core:
https://github.com/w3c/activitystreams/issues/510
To deal with this, I've added a PR to add an erratum for this issue:
https://github.com/w3c/activitystreams/pull/545
- Example 2 has an incorrect value for the `@vocab` property. The correct example should be:
```json
{
"@context": {
"@vocab":"https://www.w3.org/ns/activitystreams#",
"ext":"https://canine-extension.example/terms/",
"@language": "en"
},
"summary": "A note",
"type": "Note",
"content": "My dog has fleas.",
"ext:nose": 0,
"ext:smell": "terrible"
}
```
This is a call for consensus on this erratum. If there are no objections
on the issue, on the PR, or in this email thread, by EOD Oct 24 2025
AOE, I will merge this PR and apply the change to the editor's draft of AS2.
Evan
Received on Friday, 10 October 2025 16:59:58 UTC