OpenAPI Method GET Info (Edit)

GET HTTP methods should be available.

OpenAPIRequest BodiesGET

Rule Definition

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

Back to All of the Rules