I have a Swift struct that looks like this:
struct
struct MyStruct: Codable { var id: String var name: String var createdDate: Date }