74 lines
No EOL
1.5 KiB
JSON
74 lines
No EOL
1.5 KiB
JSON
{
|
|
"family1": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family1",
|
|
"names": [
|
|
"family1"
|
|
],
|
|
"description": "New description",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"variable1": {
|
|
"type": "variable",
|
|
"variable_type": "string",
|
|
"path": "family1.variable1",
|
|
"names": [
|
|
"variable1"
|
|
],
|
|
"description": "A variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
},
|
|
"family2": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family2",
|
|
"names": [
|
|
"family2"
|
|
],
|
|
"description": "A second family",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"variable2": {
|
|
"type": "variable",
|
|
"variable_type": "string",
|
|
"path": "family2.variable2",
|
|
"names": [
|
|
"variable2"
|
|
],
|
|
"description": "A second variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
}
|
|
}
|
|
}
|
|
} |