OpenAPI Method GET Error (Edit)

GET HTTP methods should be available.

OpenAPIRequest BodiesGET

Rule Definition

openapi-method-get-error.yaml
{"openapi-method-get-error":{"description":"GET HTTP methods should be available.","message":"GET Request Body","given":"$.paths.*","severity":"info","then":{"field":"@key","function":"pattern","functionOptions":{"notMatch":"^\\b(GET|get)\\b"}}}}

Back to All of the Rules