277 lines
No EOL
6.8 KiB
JSON
277 lines
No EOL
6.8 KiB
JSON
{
|
|
"var1": {
|
|
"type": "variable",
|
|
"variable_type": "string",
|
|
"path": "var1",
|
|
"names": [
|
|
"var1"
|
|
],
|
|
"description": "First variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"gen_examples": [
|
|
"example"
|
|
],
|
|
"mandatory_without_value": true
|
|
},
|
|
"family": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family",
|
|
"names": [
|
|
"family"
|
|
],
|
|
"description": "A family",
|
|
"properties": [],
|
|
"mode": "basic"
|
|
},
|
|
"children": {
|
|
"var2": {
|
|
"type": "variable",
|
|
"variable_type": "string",
|
|
"path": "family.var2",
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"description": "A second variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "basic",
|
|
"examples": {
|
|
"name": "Example",
|
|
"values": "string6"
|
|
},
|
|
"gen_examples": [
|
|
"string6"
|
|
],
|
|
"mandatory_without_value": true
|
|
},
|
|
"subfamily": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family.subfamily",
|
|
"names": [
|
|
"subfamily"
|
|
],
|
|
"description": "A sub family",
|
|
"properties": [],
|
|
"mode": "standard"
|
|
},
|
|
"children": {
|
|
"variable": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": [
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "var1"
|
|
},
|
|
"description": "First variable"
|
|
},
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "family.var2"
|
|
},
|
|
"description": "A second variable"
|
|
}
|
|
]
|
|
},
|
|
"variable_type": "string",
|
|
"path": "family.subfamily.variable",
|
|
"names": [
|
|
"variable"
|
|
],
|
|
"description": "Third variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique",
|
|
"ori_name": "unique",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"multiple": true,
|
|
"gen_examples": [
|
|
[
|
|
null,
|
|
null
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"family2": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family2",
|
|
"names": [
|
|
"family2"
|
|
],
|
|
"description": "A family",
|
|
"properties": [],
|
|
"mode": "standard"
|
|
},
|
|
"children": {
|
|
"var2": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": {
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "family.var2"
|
|
},
|
|
"description": "A second variable"
|
|
}
|
|
},
|
|
"variable_type": "string",
|
|
"path": "family2.var2",
|
|
"names": [
|
|
"var2"
|
|
],
|
|
"description": "A variable2.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"gen_examples": [
|
|
"example"
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"var3": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": "string4"
|
|
},
|
|
"variable_type": "string",
|
|
"path": "family2.var3",
|
|
"names": [
|
|
"var3"
|
|
],
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"examples": {
|
|
"name": "Example",
|
|
"values": "string5"
|
|
},
|
|
"gen_examples": [
|
|
"string5"
|
|
],
|
|
"mandatory_without_value": false
|
|
},
|
|
"subfamily": {
|
|
"type": "family",
|
|
"informations": {
|
|
"path": "family2.subfamily",
|
|
"names": [
|
|
"subfamily"
|
|
],
|
|
"description": "A sub family",
|
|
"properties": [],
|
|
"mode": "standard"
|
|
},
|
|
"children": {
|
|
"variable": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": [
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "var1"
|
|
},
|
|
"description": "First variable"
|
|
},
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "family.var2"
|
|
},
|
|
"description": "A second variable"
|
|
},
|
|
{
|
|
"message": "the value of the variable \"{0}\"",
|
|
"path": {
|
|
"path": "family2.var3"
|
|
},
|
|
"description": "Var3"
|
|
}
|
|
]
|
|
},
|
|
"variable_type": "string",
|
|
"path": "family2.subfamily.variable",
|
|
"names": [
|
|
"variable"
|
|
],
|
|
"description": "Fourth variable.",
|
|
"properties": [
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory",
|
|
"ori_name": "mandatory",
|
|
"access_control": false
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "unique",
|
|
"ori_name": "unique",
|
|
"access_control": false
|
|
}
|
|
],
|
|
"mode": "standard",
|
|
"multiple": true,
|
|
"gen_examples": [
|
|
[
|
|
null,
|
|
null,
|
|
"string4"
|
|
]
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |