Symbols
General Information
Domain |
TcHmiSrv |
Full symbol path |
TcHmiSrv.Config::SYMBOLS |
Category |
Symbols |
Property is hidden |
No |
Contained in every configuration by default |
No |
Schema
Type |
object |
Default value
{
"DefaultAuthExtension": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"HIDDEN": true,
"MAPPING": "Config::DEFAULTAUTHEXTENSION",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"UserSelectType": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"HIDDEN": true,
"MAPPING": "Config::USERSELECTTYPE",
"SCHEMA": {
"function": true,
"type": "number"
},
"USEMAPPING": true
}
}
JSON Schema
{
"additionalProperties": {
"$ref": "tchmi:server#/definitions/symbol"
},
"category": "CATEGORY_SYMBOLS",
"default": {
"DefaultAuthExtension": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"HIDDEN": true,
"MAPPING": "Config::DEFAULTAUTHEXTENSION",
"SCHEMA": {
"function": true,
"type": "string"
},
"USEMAPPING": true
},
"UserSelectType": {
"ACCESS": 3,
"DOMAIN": "TcHmiSrv",
"HIDDEN": true,
"MAPPING": "Config::USERSELECTTYPE",
"SCHEMA": {
"function": true,
"type": "number"
},
"USEMAPPING": true
}
},
"type": "object"
}