You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unique string used to identify the operation.
The id MUST be unique among all operations described in the API.
Tools and libraries MAY use the operationId to uniquely identify an operation, therefore, it is recommended to follow common programming naming conventions.
Currently, toolbox validates swagger spec content at the following levels:
There are semantic validations not done to check, for instance, duplicated
operationId
, reported in issue #222The following swagger spec passes current validation system of the toolbox, however it is not a valid swagger schema.
Swagger spec makes it very clear that
Semantic validations should be implemented to reject invalid swagger docs. Source for semantic validations: https://github.com/swagger-api/swagger-editor/tree/master/src/plugins/validate-semantic
The text was updated successfully, but these errors were encountered: