2025-02-17 09:49:51 +01:00
|
|
|
{
|
|
|
|
|
"general": {
|
|
|
|
|
"type": "family",
|
|
|
|
|
"informations": {
|
|
|
|
|
"paths": [
|
|
|
|
|
"general"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"general"
|
|
|
|
|
],
|
|
|
|
|
"description": "a family",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"children": {
|
2025-02-19 12:49:21 +01:00
|
|
|
"general.int": {
|
2025-02-17 09:49:51 +01:00
|
|
|
"type": "variable",
|
|
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
2025-09-23 22:09:33 +02:00
|
|
|
"name": "integer"
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "basic"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
2025-09-22 09:42:46 +02:00
|
|
|
"validators": {
|
|
|
|
|
"name": "Validators",
|
|
|
|
|
"values": [
|
|
|
|
|
"int and int2 must be different.",
|
|
|
|
|
"int and int3 must be different."
|
|
|
|
|
]
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"paths": [
|
|
|
|
|
"general.int"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"int"
|
|
|
|
|
],
|
|
|
|
|
"descriptions": [
|
2025-09-23 22:09:33 +02:00
|
|
|
"A first integer."
|
2025-02-17 09:49:51 +01:00
|
|
|
],
|
2025-09-22 09:42:46 +02:00
|
|
|
"examples": {
|
|
|
|
|
"name": "Example",
|
|
|
|
|
"values": 5
|
|
|
|
|
}
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
2025-02-19 12:49:21 +01:00
|
|
|
"general.int2": {
|
2025-02-17 09:49:51 +01:00
|
|
|
"type": "variable",
|
2025-09-22 09:42:46 +02:00
|
|
|
"default": {
|
|
|
|
|
"name": "Default",
|
|
|
|
|
"values": 1
|
|
|
|
|
},
|
2025-02-17 09:49:51 +01:00
|
|
|
"properties": [
|
|
|
|
|
{
|
|
|
|
|
"type": "type",
|
2025-09-23 22:09:33 +02:00
|
|
|
"name": "integer"
|
2025-02-17 09:49:51 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "mode",
|
|
|
|
|
"name": "standard"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"type": "property",
|
|
|
|
|
"name": "mandatory"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"paths": [
|
|
|
|
|
"general.int2"
|
|
|
|
|
],
|
|
|
|
|
"names": [
|
|
|
|
|
"int2"
|
|
|
|
|
],
|
|
|
|
|
"descriptions": [
|
2025-09-23 22:09:33 +02:00
|
|
|
"A second integer."
|
2025-02-17 09:49:51 +01:00
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|