31 lines
No EOL
443 B
JSON
31 lines
No EOL
443 B
JSON
{
|
|
"int": {
|
|
"type": "variable",
|
|
"properties": [
|
|
{
|
|
"type": "type",
|
|
"name": "number"
|
|
},
|
|
{
|
|
"type": "mode",
|
|
"name": "basic"
|
|
},
|
|
{
|
|
"type": "property",
|
|
"name": "mandatory"
|
|
}
|
|
],
|
|
"validators": [
|
|
"the max value is 100."
|
|
],
|
|
"paths": [
|
|
"int"
|
|
],
|
|
"names": [
|
|
"int"
|
|
],
|
|
"descriptions": [
|
|
"A number."
|
|
]
|
|
}
|
|
} |