Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 713 Bytes

StringRegexMatchConstraintDict.md

File metadata and controls

14 lines (9 loc) · 713 Bytes

StringRegexMatchConstraintDict

The parameter value must match a predefined regular expression.

Properties

Name Type Required Description
regex str Yes The regular expression configured in the Ontology Manager.
configuredFailureMessage NotRequired[str] No The message indicating that the regular expression was not matched. This is configured per parameter in the Ontology Manager.
type Literal["stringRegexMatch"] Yes None

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