The internal GUID reference name. The rules are lower case [a-z], 0-9,
no space.
For example, guid_imdb. The guid name will be automatically prefixed with
guid_.
GUID description, For information purposes only.
We currently only support string type.
A Valid regular expression to check the value GUID value. To test your patterns, you can use this
website
.
The example to show when invalid value was checked. For example, (number). For
information purposes only.
The values added here must match the pattern defined above. Example: 123.
Additionally, the pattern also must support / being part of the value. as we used it
for relative GUIDs. The (number)/1/1 refers to a relative GUID.
There must be a minimum of 1 correct value.
GUID values with should not match the pattern defined above. Example: abc. There
must be a minimum of 1 incorrect value.