rougail-output-doc/tests/results/test_namespace/00_6regexp_link.json

94 lines
2 KiB
JSON
Raw Normal View History

{
"rougail": {
"type": "namespace",
"informations": {
2025-10-14 12:58:39 +02:00
"path": "rougail",
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"var1": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "#a1a1a1"
},
"properties": [
{
"type": "type",
"name": "regexp"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"validators": {
"name": "Validator",
"values": "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
},
2025-10-14 12:58:39 +02:00
"path": "rougail.var1",
"names": [
"var1"
],
2025-10-14 12:58:39 +02:00
"description": "A first variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"#b1b1b1",
"#b2b2b2"
]
}
},
"var2": {
"type": "variable",
2025-09-22 09:42:46 +02:00
"default": {
"name": "Default",
"values": "the value of the variable \"rougail.var1\"."
},
"properties": [
{
"type": "type",
"name": "regexp"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
2025-09-22 09:42:46 +02:00
"validators": {
"name": "Validator",
"values": "text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
},
2025-10-14 12:58:39 +02:00
"path": "rougail.var2",
"names": [
"var2"
],
2025-10-14 12:58:39 +02:00
"description": "A second variable.",
2025-09-22 09:42:46 +02:00
"examples": {
"name": "Examples",
"values": [
"#b2b1b1",
"#b3b2b2"
]
}
}
}
}
}