Get API Standardization errors and warnings
GET {{baseUrl}}/apis/:owner/:api/:version/validation
If your organization has API standardization configured, you can use this operation to validate a specific API version and get a list of errors or warnings with line numbers.
Note: This operation checks for standardization errors only and does not return OpenAPI syntax errors (such as misspelled keywords) or YAML syntax errors.
RESPONSES
status: OK
{"validation":[{"line":5,"description":"OperationId must be present and non-empty string","severity":"WARNING"},{"line":5,"description":"OperationId must be present and non-empty string","severity":"WARNING"}]}