Return type of GET /namespaces/name/{name}/urn-suggestion.
Contains suggestions for new URNs in the requested namespace.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to the resource which returned this suggestion |
| suggestedUrns | array of string | Suggestion for a new URN in the requested namespace. |
| namespace | string | URI of the namespace for which the URN was suggested. |
Example
{
"self" : "http://example.org/namespaces/name/urn:nbn:de:0815/urn-suggestion",
"suggestedUrns" : [ "urn:nbn:de:0815-200911171195", "urn:nbn:de:0815-200911171195" ],
"namespace" : "http://example.org/namespaces/name/urn:nbn:de:0815"
}