openapi-audit
Tools for working with OpenAPI schemas. Requires Python 3.11+.
openapi-audit
Lint an OpenAPI schema for quality issues.
# From a file:
uv run openapi-audit schema.json
# From stdin:
curl -s http://localhost:8000/openapi.json | uv run openapi-audit
# Skip specific checks:
uv run openapi-audit schema.json --ignore missing-description --ignore missing-summary
# List available checks:
uv run openapi-audit --list-checks
Configuration
Checks can be configured via a TOML file (--config FILE), either as a standalone file or under [tool.openapi-audit] in pyproject.toml.
Skip entire checks:
[tool.openapi-audit]
ignore-checks = ["missing-parameter-example", "5xx-response"]
Suppress specific issues with regexps (matched against the formatted issue line):
[tool.openapi-audit.checks.missing-parameter-example]
ignore-regexps = ["(limit|offset|ordering)"]
[tool.openapi-audit.checks.no-global-security]
ignore-regexps = [".*"]
openapi-summarize
Produce a compact, LLM-friendly text summary of an OpenAPI schema.
uv run openapi-summarize schema.json
curl -s http://localhost:8000/openapi.json | uv run openapi-summarize
Release files for openapi-audit 0.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| openapi_audit-0.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Release files / openapi_audit-0.2.0-py3-none-any.whl
| Download URL | openapi_audit-0.2.0-py3-none-any.whl |
|---|---|
| Size | 11.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
809e568f5f3cf5f71580f2e2d1f9b5ff48f15ea64116bf07ae4b6a393ed95810
|
|
BLAKE2b-256 checksum How to use checksums |
978b306deb475e8caecae380caf1f767e6320a9ec9cf89b9395bdbb34ec50f63
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/6.1.0 CPython/3.13.12
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Apr 8, 2026.
Transparency log