katana_public_api_client.models.generic_validation_error¶
katana_public_api_client.models.generic_validation_error
¶
Classes¶
GenericValidationError
¶
Permissive fallback for any Ajv keyword we haven't yet typed. The
code field is unconstrained (just string), so any wire value
validates here when none of the typed variants match.
BaseValidationError fields (path, code, message) are
guaranteed; any keyword-specific info lives in
additional_properties.
Listed last in ValidationErrorDetail.oneOf so deserializers try
the typed variants first and only land here for unknown keywords.