ADD person.birth

This commit is contained in:
pubkey 2017-03-06 17:31:51 +01:00
parent 470e55b871
commit dc04a6d789

View File

@ -5,6 +5,10 @@ module.exports = {
last: 'Doe',
},
position: 'Software Developer',
birth: {
year: 1990,
location: 'New York'
},
experience: [{
company: 'Company A',
position: 'Developer',