Validation
Some properites have special validation rules.
Last updated
Was this helpful?
Some properites have special validation rules.
Last updated
Was this helpful?
Is required/optional by schema definitions in entity description and validated by specific regex.
Only the allowed characters are permitted in the URL. The URL structure is not validated, nevertheless we recommend providing only a valid URL.
The URL structure is loosely validated, leading white-spaces are ignored, the protocol is optional but it must be http or https when specified. The regex also accepts URLs that can be invalid according to the standards so make sure a working URL is provided and then verify any functionality using this URL works as expected (f.e. ).