Openapi Schema Properties Array Maxitems Info (Edit)

Has schema property array maxItems.

Rule Definition

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

Back to All of the Rules