We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A DAIA server SHOULD be publicly available and documented with information such as
The lists could be provided as part of a DAIA response if and only if no query parameter id is given:
id
{ "document": [ ], "entities": { "institutions": [ ... ], "departments": [ ... ], "storages": [ ...], "services": [ ... ], "limitations": [ ... ], } }
each entry as entity with mandatory id.
The text was updated successfully, but these errors were encountered:
The server could also show what kind of identifiers it expects (e.g. publish a URI prefix)
Sorry, something went wrong.
Such doument could be referenced with a HTTP Link header.
Link
Include DAIA profiles (#22)
24e95a2
The server documentation could be a JSON Hyper-Schema document or similar with Link Description Objects (LDO) that link to the actual entities
{ "storages": [{ "href": "/storages", "rel": "related" }] }
However, as I understand JSON Hyperschema, the "links" element should be part of JSON Schema so it is not applicable here (?)
No branches or pull requests
A DAIA server SHOULD be publicly available and documented with information such as
The lists could be provided as part of a DAIA response if and only if no query parameter
id
is given:each entry as entity with mandatory
id
.The text was updated successfully, but these errors were encountered: