AuthorΒΆ
An Author describes an original writer of the content.
{
"id": "01979fca-6ac3-479e-9f33-d89498836eb1",
"given" : "Frank",
"family": "Darabont",
"meta" : {
"property": "value"
}
}
Property | Description | Type | Required |
---|---|---|---|
family | Last/family/surname name of the author. | string | Yes |
given | First/given name of the author. | string | Yes |
id | Unique identifier for the author. | string | Yes |
meta | Arbitrary Meta object of custom properties. | object | No |
Note
An Author is defined as the originator of the content which has being written, which may be reviewed or augmented by a Contributor.