Openapi Request Body Schema Properties Array Items Info (Edit)

Require request body schema property array items.

Rule Definition

openapi-request-body-schema-properties-array-items-info.yaml
{ "openapi-request-body-schema-properties-array-items-info": {"description":"Require request body schema property array items.","message":"Request Body Schema Property Array Items","severity":"info","given":"$.paths.*.*.requestBody.content.*.schema.properties.[?(@.type==\"array\")]","then":{"field":"items","function":"falsy"}} }

Back to All of the Rules