Describes a policy which is enforced when registering URLs.
| name | data type | description |
|---|---|---|
| self | string | URI pointing to the resource describing the URL policy in the URN administration. |
| description | string | A human readable description of the policy. |
Example
{
"self" : "http://example.org/policies/url/id/no-check",
"description" : "This policy verifies that no URL is not registered more than once."
}