Standard Ecto embedded schema for Critique-round member outputs.
@type t() :: %CouncilEx.Schemas.Critique{ strengths: [String.t()], suggested_changes: [String.t()], weaknesses: [String.t()] }