100 lines
No EOL
2.2 KiB
JSON
100 lines
No EOL
2.2 KiB
JSON
{
|
|
"variable1": {
|
|
"type": "variable",
|
|
"variable_type": "port",
|
|
"validators": {
|
|
"name": "Validators",
|
|
"values": [
|
|
"well-known ports (1 to 1023) are allowed",
|
|
"registred ports (1024 to 49151) are allowed",
|
|
"private ports (greater than 49152) are allowed"
|
|
]
|
|
},
|
|
"path": "variable1",
|
|
"names": [
|
|
"variable1"
|
|
],
|
|
"description": "A port variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
"111"
|
|
],
|
|
"mandatory_without_value": true
|
|
},
|
|
"variable2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "8080"
|
|
},
|
|
"variable_type": "port",
|
|
"validators": {
|
|
"name": "Validators",
|
|
"values": [
|
|
"well-known ports (1 to 1023) are allowed",
|
|
"registred ports (1024 to 49151) are allowed",
|
|
"private ports (greater than 49152) are allowed"
|
|
]
|
|
},
|
|
"path": "variable2",
|
|
"names": [
|
|
"variable2"
|
|
],
|
|
"description": "A port variable with default value.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"8080"
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"variable3": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "8080"
|
|
},
|
|
"variable_type": "port",
|
|
"validators": {
|
|
"name": "Validators",
|
|
"values": [
|
|
"well-known ports (1 to 1023) are allowed",
|
|
"registred ports (1024 to 49151) are allowed",
|
|
"private ports (greater than 49152) are allowed"
|
|
]
|
|
},
|
|
"path": "variable3",
|
|
"names": [
|
|
"variable3"
|
|
],
|
|
"description": "A port variable with integer default value.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"8080"
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
} |