v8.11.1v8.11.0
Reading changes from the repo…
nullable: false
for required parameters, ensuring that only valid schemas are accepted. This enhancement improves schema validation accuracy and prevents potential errors. addKeyword
arguments is updated, providing clearer guidance for users on how to utilize this feature effectively. ValidationError
and MissingRefError
are now exported, making it easier for users to handle validation errors in their applications. nullable
was incorrectly enforced for required parameters, ensuring that only optional parameters can be nullable. This resolves a potential validation issue.