3 * @param person The person.
4 * @param {string} person.name The person's name.
5 * @config {integer} age The person's age.
6 * @config [id=1] Optional id number to use.
9 function Contact(person
, connection
) {
16 * @config {string} Father The paternal person.
17 * @config {string} Mother The maternal person.
18 * @config {string[]} Children And the rest.
20 function Family(/**Object*/persons
) {