With Serialization: optional (the default), I must specify at least one serialization in Accept-Serialization?
Is there a way to express the idea that any serialization is allowed? E.g. a *?
Backing up, the use case I am working with is that I would like to designate certain tag files as belonging to my profile, but otherwise keep any other restrictions to a minimum, ideally relying on the BagIT specification.
It's not a big deal to list common serializations, but I didn't know if you had considered a "wildcard" value for Accept-Serialization when Serialization: optional is present.
With
Serialization: optional(the default), I must specify at least one serialization inAccept-Serialization?Is there a way to express the idea that any serialization is allowed? E.g. a
*?Backing up, the use case I am working with is that I would like to designate certain tag files as belonging to my profile, but otherwise keep any other restrictions to a minimum, ideally relying on the BagIT specification.
It's not a big deal to list common serializations, but I didn't know if you had considered a "wildcard" value for
Accept-SerializationwhenSerialization: optionalis present.