-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Milestone
Description
A DAIA server SHOULD be publicly available and documented with information such as
- which kind of request identifiers are supported
- a list of expected service type URIs
- a list of expected institution, department, and storage URIs
- a list of expected limitation type URIs
- supported languages
The lists could be provided as part of a DAIA response if and only if no query parameter id is given:
{
"document": [ ],
"entities": {
"institutions": [ ... ],
"departments": [ ... ],
"storages": [ ...],
"services": [ ... ],
"limitations": [ ... ],
}
}
each entry as entity with mandatory id.
- whether and how patron-specific availability is supported (a list of patron types)
- which database that identifiers come from
Reactions are currently unavailable