Return type of GET /namespaces/suggestion.
Contains a suggestion for a name of a new namespace.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to the resource which returned this suggestion |
| suggestedName | string | Suggestion for the name of a new namespace. |
Example
{
"self" : "http://example.org/namespaces/suggestion",
"suggestedName" : "urn:nbn:de:0815"
}