Skip to content

Add section on recommended server documentation #22

@nichtich

Description

@nichtich

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions