struct Conflict: Codable, Equatable {
        let field: String

        init(on field: String) {
            self.field = field