SchemaMessagesModule
PackageReified.Schema
The message keys Schema's own failures render through.
Every Schema message key, with the arguments its template may interpolate.
Returns
string list
Verification Examples
SchemaMessages.keys |> List.filter (translations.ContainsKey >> not)The argument names each Schema entry interpolates.
Returns
Map<string, string list>
Verification Examples
SchemaMessages.arguments.["schema.invalidFormat"] // [ "expected" ]