Overkill to use Ecto Schema to map external JSON to structs?

Agreed. Ecto was designed to work like that. :slight_smile:

You can also use changesets without schemas, if you want, but in its current version it does not support embeds: Ecto.Changeset — Ecto v3.11.1

5 Likes