User Tools

Site Tools


contributor

Description

Information about an individual contributor.

Parent Object

Properties

Name Description Default Required
author A string representing the name of the contributor. None yes
email A string representing the email address of the contributor. None no
website A string representing the contributor's web site, if any. None no

Details

This is an optional object that represents original author identification and contact info.

Example

{
	"author" : "John Doe",
	"email" : "john.doe@daz3d.com",
	"website" : "http://www.daz3d.com"
}