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

90 lines
No EOL
1.8 KiB
JSON

{
"rougail": {
"type": "namespace",
"informations": {
"paths": [
"rougail"
],
"names": [
"rougail"
],
"description": "Rougail",
"properties": [
{
"type": "mode",
"name": "standard"
}
]
},
"children": {
"rougail.var1": {
"type": "variable",
"default": "#a1a1a1",
"properties": [
{
"type": "type",
"name": "regexp"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": [
"text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
],
"paths": [
"rougail.var1"
],
"names": [
"var1"
],
"descriptions": [
"A first variable."
],
"examples": [
"#b1b1b1",
"#b2b2b2"
]
},
"rougail.var2": {
"type": "variable",
"default": "the value of the variable \"rougail.var1\".",
"properties": [
{
"type": "type",
"name": "regexp"
},
{
"type": "mode",
"name": "standard"
},
{
"type": "property",
"name": "mandatory"
}
],
"validators": [
"text based with regular expressions \"^#(?:[0-9a-f]{3}){1,2}$\""
],
"paths": [
"rougail.var2"
],
"names": [
"var2"
],
"descriptions": [
"A second variable."
],
"examples": [
"#b2b1b1",
"#b3b2b2"
]
}
}
}
}