Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Serialization options #30

Open
emetsger opened this issue May 21, 2020 · 2 comments
Open

Serialization options #30

emetsger opened this issue May 21, 2020 · 2 comments

Comments

@emetsger
Copy link

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.

@emetsger
Copy link
Author

Is the following in the spirit of the profile specification?

"Accept-Serialization": [
  "*/*"
]

@ruebot
Copy link
Member

ruebot commented Jun 15, 2020

I simple * would make sense here to me, and it might be worth explicitly saying that is the default of 2.07 since the default of 2.06 is optional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants