contributors
Field | Type | Required |
contributors | object array | No |
A list of additional contributors (developers) for the application.
Field | Required | Description |
name | Yes | Name of a contributor. Name can not be empty or have leading or trailing whitespace. |
email | Optional | A valid email address of a contributor. |
url | Optional | URL of a contributor. URL does not have to be a valid URL but url not be empty. |
Example |
[ { "name": "Spaceify Team", "email": "team@spaceify.net", "url": "http://spaceify.net/team" } ] |