RegistrationΒΆ
A Registration describes where the content has been officially submitted to for copyright protection.
{
  "authority": "WGA",
  "identifier" : "4847494058",
  "created" : "2004-02-12T15:19:21+00:00",
  "modified" : "2004-02-12T15:19:21+00:00",
  "meta" : {
    "property": "value"
  }
}
| Property | Description | Type | Required | 
|---|---|---|---|
| created | ISO 8601 timezone date the registration was made. | string | Yes | 
| authority | Sluggable label of registration provider/host. | string | Yes | 
| identifier | Sluggable label of registration ID. | string | Yes | 
| meta | Arbitrary Meta object of custom properties. | object | No | 
| modified | ISO 8601 timezone date the registration was last updated. | string | No | 
| ref | Internet reference for the full definition of the copyright terms. | object | Yes |