ApiInfo Data Type

Describes the endpoints of the URN-Service API.

Properties
name data type description
self string URI pointing to the API info resource.
version string Software version of the REST-API.
admins string URI pointing to the list of administrators of the URN service.
namespaces string URI pointing to the list of namespaces managed by the URN administration.
organisations string URI pointing to the list of organisations using the URN services.
validationPolicies string URI pointing to the validation policies which are available in the URN service.
urlPolicies string URI pointing to the url policies which are available in the URN service.
urns string URI pointing to the list of URNs managed by the URN service.
documentation string URI pointing to the documentation of the REST-API.

Example

{
  "self" : "http://example.org/",
  "version" : "1.2.3",
  "admins" : "http://example.org/admins",
  "namespaces" : "http://example.org/namespaces",
  "organisations" : "http://example.org/organisations",
  "validationPolicies" : "http://example.org/policies/validation",
  "urlPolicies" : "http://example.org/policies/url",
  "urns" : "http://example.org/urns",
  "documentation" : "http://example.org/docs/"
}