CFC: Error in example 2 of AS2 Core (was Re: CFC: Error in)

Sorry about the abbreviated subject! It should be "CFC: Error in example 
2 of AS2 Core".

Evan

On 2025-10-10 12:59 p.m., Evan Prodromou wrote:
>
> 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 17:01:33 UTC