OpenAPI Path Query (Edit)

The query delimiter should not be included as part of any API path.

OpenAPIPathsDefault

Rule Definition

openapi-paths-query-error.yaml
{"openapi-no-api-in-path-error":{"description":"The query delimiter should not be included as part of any API path.","message":"The Query Should Not Be Included in API Paths","severity":"error","given":"$.paths.*~","then":{"function":"pattern","functionOptions":{"match":"\\\\?"}}}}

Back to All of the Rules