Describes a validation policy which is enforced when registering new URNs.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to the resource describing the validation policy in the URN administration. |
| description | string | A human readable description of the policy. |
Example
{
"self" : "http://example.org/policies/urn-naming/id/no-check",
"description" : "This policy verifies that URN follow the format urn:nbn:de:123-XXXXX"
}