api icon indicating copy to clipboard operation
api copied to clipboard

Inconsistencies between motivations types (list, string) in Content State API

Open giacomomarchioro opened this issue 1 year ago • 2 comments

Hi all, Although in https://www.w3.org/TR/annotation-model/ motivation is always followed by a string in Content State API it is always a list, except for the Multiple targets section where motivation value is a string e.g.:

"motivation": "contentState", instead of "motivation": ["contentState"],

Should they be uniformed?

giacomomarchioro avatar Aug 30 '24 16:08 giacomomarchioro