36 lines
No EOL
603 B
JSON
36 lines
No EOL
603 B
JSON
{
|
|
"int": {
|
|
"type": "variable",
|
|
"default": {
|
|
"name": "Default",
|
|
"values": 1000
|
|
},
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "integer"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "standard"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": {
|
|
"name": "Validator",
|
|
"values": "the max value is 100"
|
|
},
|
|
"path": "int",
|
|
"names": [
|
|
"int"
|
|
],
|
|
"description": "An integer.",
|
|
"gen_examples": [
|
|
1000
|
|
],
|
|
"mandatory_without_value": false
|
|
}
|
|
} |