Swagger: Scan API Standardization
swagger_scan_api_standardizationValidates an OpenAPI or AsyncAPI definition against organizational governance rules, returning a list of standardization errors and severity counts.
Instructions
Run a standardization scan against an API definition using the organization's governance and standardization rules. Accepts a raw YAML or JSON OpenAPI/AsyncAPI definition and returns a list of validation errors, the total issue count, and counts grouped by severity. Use this tool when the user provides the API definition content directly (as raw YAML or JSON) and asks to validate, scan, or check the governance or standardization of the API.
Toolset: Registry API
Parameters:
orgName (string) required: The organization name to use for standardization rules
definition (string) required: API definition content (OpenAPI/AsyncAPI specification in JSON or YAML format) to scan for standardization errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orgName | Yes | The organization name to use for standardization rules | |
| definition | Yes | API definition content (OpenAPI/AsyncAPI specification in JSON or YAML format) to scan for standardization errors |