Description
Validate Swagger API schemas from Python tooling. It helps developers catch invalid or inconsistent API definitions before clients, documentation, or servers rely on them.
This is an API validation tool, not a server. Schema validation should be combined with implementation tests, because a valid schema can still describe behavior that the application does not actually enforce.