43 lines
No EOL
932 B
JSON
43 lines
No EOL
932 B
JSON
{
|
|
"rougail": {
|
|
"type": "namespace",
|
|
"informations": {
|
|
"path": "rougail",
|
|
"name": "rougail",
|
|
"description": "Rougail",
|
|
"properties": [],
|
|
"mode": "standard",
|
|
"help": [
|
|
"This family is a namespace"
|
|
]
|
|
},
|
|
"children": {
|
|
"int": {
|
|
"path": "rougail.int",
|
|
"name": "int",
|
|
"description": "An integer.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": 1000
|
|
},
|
|
"variable_type": "integer",
|
|
"validators": {
|
|
"name": "Validator",
|
|
"values": {
|
|
"description": "the max value is 100"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |