Checks whether a value is a StringShape.
The value to check
true if value has kind: "string", a required model string, and valid optional constraints (minLength, maxLength, pattern, in, hasValue); false otherwise
value
kind: "string"
model
minLength
maxLength
pattern
in
hasValue
Checks whether a value is a StringShape.