Open Resume Format

{
    "class":"Resume",
    "name":"Joseph G. Thomas",
    "location":"Montgomery, OH",
    "phoneNumber":"(555) 260 5705",
    "emailAddress":"jthomas@example.org",
    "websites":[{
            "class":"Website",
            "name":"Personal Website",
            "url":"http://example.org"
        }
    ],
    "skills":[{
            "class":"Skill",
            "name":"Management of Creative Professionals",
            "description":"Managed a range of creative personalities over multiple projects.",
            "yearsExperience":5
        },
        {
            "class":"Skill",
            "name":"Illustration / Design",
            "description":"Experienced in many popular styles of illustration.",
            "yearsExperience":10
        }
    ],
    "employment":[{
            "class":"Employment",
            "employerName":"Advertising Agency",
            "industry":"Advertising",
            "location":"Montgomery, OH",
            "website":"http://example.org",
            "startMonth":11,
            "startYear":2002,
            "endMonth":3,
            "endYear":2006,
            "title":"Lead Artist",
            "description":"Helped create print and online advertisements for clients."
        }
    ],
    "education":[{
            "class":"Education",
            "institution":"Art University of Ohio",
            "qualification":"Bachelor's Degree",
            "field":"Art and Design",
            "startYear":1995,
            "endYear":1999
        }
    ],
    "references":[{
            "class":"Reference",
            "name":"Kathleen McCasland",
            "employerName":"Advertising Agency",
            "relationship":"Manager",
            "phoneNumber":"(555) 291 1655",
            "emailAddress":"kmccasland@example.org"
        }
    ],
    "notes":[{
            "class":"Note",
            "text":"I'd like to work for a company where occasional telecommuting is an option."
        }
    ]
}