117 lines
No EOL
2.4 KiB
JSON
117 lines
No EOL
2.4 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"paths": [
|
|
"rougail"
|
|
],
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"variable1": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "port"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": [
|
|
"ports 1 to 1023 are allowed",
|
|
"ports 1024 to 49151 are allowed",
|
|
"ports greater than 49152 are allowed"
|
|
],
|
|
"paths": [
|
|
"rougail.variable1"
|
|
],
|
|
"names": [
|
|
"variable1"
|
|
],
|
|
"descriptions": [
|
|
"A port variable."
|
|
]
|
|
},
|
|
"variable2": {
|
|
"type": "variable",
|
|
"default": "8080",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "port"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": [
|
|
"ports 1 to 1023 are allowed",
|
|
"ports 1024 to 49151 are allowed",
|
|
"ports greater than 49152 are allowed"
|
|
],
|
|
"paths": [
|
|
"rougail.variable2"
|
|
],
|
|
"names": [
|
|
"variable2"
|
|
],
|
|
"descriptions": [
|
|
"A port variable with default value."
|
|
]
|
|
},
|
|
"variable3": {
|
|
"type": "variable",
|
|
"default": "8080",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "port"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": [
|
|
"ports 1 to 1023 are allowed",
|
|
"ports 1024 to 49151 are allowed",
|
|
"ports greater than 49152 are allowed"
|
|
],
|
|
"paths": [
|
|
"rougail.variable3"
|
|
],
|
|
"names": [
|
|
"variable3"
|
|
],
|
|
"descriptions": [
|
|
"A port variable with integer default value."
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |