Openapi Schema Properties Array Items Info (Edit)

Require schema property array items.

Rule Definition

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

Back to All of the Rules