44 lines
No EOL
911 B
JSON
44 lines
No EOL
911 B
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"names": [
|
|
"rougail"
|
|
],
|
|
"description": "Rougail",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"int": {
|
|
"type": "variable",
|
|
"variable_type": "integer",
|
|
"validators": {
|
|
"name": "Validator",
|
|
"values": {
|
|
"description": "the max value is 100"
|
|
}
|
|
},
|
|
"path": "rougail.int",
|
|
"names": [
|
|
"int"
|
|
],
|
|
"description": "An integer.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
42
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
}
|
|
} |