rougail-output-doc/tests/results/test/00_6port.json

82 lines
1.9 KiB
JSON
Raw Normal View History

{
"variable1": {
2025-10-14 12:58:39 +02:00
"path": "variable1",
2026-03-29 11:01:15 +02:00
"name": "variable1",
"description": "A port variable.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "basic",
"type": "variable",
2025-11-29 22:21:06 +01:00
"variable_type": "port",
2025-09-22 09:42:46 +02:00
"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"
]
2026-03-29 11:01:15 +02:00
}
},
"variable2": {
2025-10-14 12:58:39 +02:00
"path": "variable2",
2026-03-29 11:01:15 +02:00
"name": "variable2",
"description": "A port variable with default value.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "8080"
},
2025-11-29 22:21:06 +01:00
"variable_type": "port",
2025-09-22 09:42:46 +02:00
"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"
]
2026-03-29 11:01:15 +02:00
}
},
"variable3": {
2025-10-14 12:58:39 +02:00
"path": "variable3",
2026-03-29 11:01:15 +02:00
"name": "variable3",
"description": "A port variable with integer default value.",
2025-11-29 22:21:06 +01:00
"properties": [
{
"type": "property",
"name": "mandatory",
"ori_name": "mandatory",
"access_control": false
}
],
"mode": "standard",
2026-03-29 11:01:15 +02:00
"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"
]
}
}
}