Standard Ecto embedded schema for Ranking-round member outputs.
:ordering is a list of option identifiers in preferred order (most-preferred first). Aggregators read by field name.
:ordering
@type t() :: %CouncilEx.Schemas.Ranking{ordering: [String.t()], rationale: String.t()}