Types of errors:
- Server
url should not have a trailing slash. Rule: no-server-trailing-slash.
- Operation object should contain
summary field. Rule: operation-summary.
- Every operation should have security defined on it or on the root level. Rule: security-defined.
Types of warnings:
- Info object should contain
license field. Rule: info-license.
- Operation must have at least one
4XX response. Rule: operation-4xx-response.
- Operation object should contain
operationId field. Rule: operation-operationId.
- Component: "collectionResponse" is never used. Rule: no-unused-components.
- Required property 'number' is undefined. Rule: no-required-schema-properties-undefined.
This list is not exhaustive, just a list of one occurrence per type of error/warning.
Types of errors:
urlshould not have a trailing slash. Rule: no-server-trailing-slash.summaryfield. Rule: operation-summary.Types of warnings:
licensefield. Rule: info-license.4XXresponse. Rule: operation-4xx-response.operationIdfield. Rule: operation-operationId.This list is not exhaustive, just a list of one occurrence per type of error/warning.