OpenAPI Response Post 429 Schema Ref Error (Edit)

POST 429 too many requests HTTP status codes have a schema references to standardize the response payload returned for the error response

OpenAPIResponsesPOST4xxSchema

Rule Definition

openapi-response-post-429-schema-ref-error.yaml
{"openapi-response-post-429-schema-ref-error":{"description":"POST 429 too many requests HTTP status codes have a schema references to standardize the response payload returned for the error response","message":"POST 429 Responses MUST Use Schema Reference","severity":"error","given":"$.paths.*.post.responses.429","then":{"field":"$ref","function":"falsy"}}}

Back to All of the Rules