WatchState
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_.
lower case [a-z]
0-9
no space
guid_imdb
guid_
GUID description, For information purposes only.
We currently only support string type.
string
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.
(number)
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.
123
/
(number)/1/1
GUID values with should not match the pattern defined above. Example: abc. There must be a minimum of 1 incorrect value.
abc