Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 789 Bytes

ValidateIdentifierResponse.md

File metadata and controls

11 lines (7 loc) · 789 Bytes

ValidateIdentifierResponse

Properties

Name Type Description Notes
valid_identifier bool True if the input identifier is valid, false otherwise [optional]
error string Resulting error from the identifier validation; possible errors are: "InputIsEmpty", "ContainsWhitespace", "ContainsNumbers", "ContainsHyphen", "ContainsUnderscore", "ContainsPeriod", "TooShort", "TooLong", "ContainsSpecialCharacters" [optional]

[Back to Model list] [Back to API list] [Back to README]