import Foundation struct Titled { let title: String let items: [Content] } struct CVInfo { let top: TopInfo let work: Titled let education: Titled let publications: Titled let skills: Titled let about: Titled let footer: [String] }