Openapi Schema Properties String Minlength Error (Edit)

Schema Property String MinLength

Rule Definition

openapi-schema-properties-string-minlength-error.yaml
{ "openapi-schema-properties-string-minlength-error": {"message":"Require schema property string minlength.","description":"Schema Property String MinLength","severity":"error","given":"$.components.schemas.*.properties.[?(@.type==\"string\")]","then":{"field":"minLength","function":"truthy"}} }

Back to All of the Rules