-
Notifications
You must be signed in to change notification settings - Fork 66
Closed
Labels
Description
Please Indicate One:
- Editorial
- Question
- Feedback
- Blocking Issue
- Non-Blocking Issue
Please Describe the Issue:
We have implemented AS2 without a name or nameMap. We recently used the validator to try it out and received the following errors:
error / Object should have a 'name' or 'nameMap' property.
error /actor Object should have a 'name' or 'nameMap' property.
Is name really essential and not just a suggestion? Looking at https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name we handle a human-readable name for type in our code. Is this something we need to change to be AS2 compliant?