2017-10-04 12:19:40 -04:00
|
|
|
{
|
|
|
|
|
"name": "Environment variables",
|
|
|
|
|
"description": "Definition of system constants",
|
|
|
|
|
"constants": {
|
|
|
|
|
"userguest": {
|
|
|
|
|
"uid": "00000000000000000000000000000002",
|
|
|
|
|
"firstname": "Guest",
|
|
|
|
|
"lastname": "Guest",
|
|
|
|
|
"username": "guest"
|
|
|
|
|
}
|
2017-09-15 11:54:39 +00:00
|
|
|
},
|
|
|
|
|
"validation": {
|
|
|
|
|
"pmVariable": {
|
|
|
|
|
"regEx": "/^[a-zA-Z\\_]{1}\\w+$/"
|
|
|
|
|
}
|
2017-10-04 12:19:40 -04:00
|
|
|
}
|
|
|
|
|
}
|