Skip to main content

Module suggestions

Module suggestions 

Source

Functionsยง

suggest_array_fix
Suggest truncating an array that has too many items (E006 maxItems).
suggest_missing_required
Suggest adding a missing required property (E002).
suggest_number_fix
Suggest a clamp fix for an out-of-range number (E005).
suggest_remove_additional
Suggest removing an additional property (E003).
suggest_string_fix
Suggest a truncation fix for a string that is too long (E004 maxLength).
suggest_type_fix
Suggest a type conversion fix for a type mismatch error (E001).