(def Customer {:customer-id s/Int, :address-id s/Int} (def ProcessedCustomer (merge Customer {:external-id s/Int}))