Provides struct and type for a ValidationError
@type t() :: %ExOura.Client.ValidationError{ loc: [integer() | String.t()], msg: String.t(), type: String.t() }