Information about an individual contributor.
| Name | Description | Default | Required | 
|---|---|---|---|
| author | A string representing the name of the contributor. | None | yes | 
| A string representing the email address of the contributor. | None | no | |
| website | A string representing the contributor's web site, if any. | None | no | 
This is an optional object that represents original author identification and contact info.
{
	"author" : "John Doe",
	"email" : "john.doe@daz3d.com",
	"website" : "http://www.daz3d.com"
}