57 lines
No EOL
1.1 KiB
JSON
57 lines
No EOL
1.1 KiB
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
}
|
|
]
|
|
},
|
|
"children": {
|
|
"int": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": 1000
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "integer"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": {
|
|
"name": "Validators",
|
|
"values": [
|
|
"the minimum value is 10",
|
|
"the maximum value is 100"
|
|
]
|
|
},
|
|
"path": "rougail.int",
|
|
"names": [
|
|
"int"
|
|
],
|
|
"description": "An integer.",
|
|
"gen_examples": [
|
|
1000
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
} |