{ "int": { "type": "variable", "properties": [ { "type": "type", "name": "integer" }, { "type": "mode", "name": "basic" }, { "type": "property", "name": "mandatory" } ], "validators": { "name": "Validator", "values": "the max value is 100" }, "path": "int", "names": [ "int" ], "description": "An integer.", "gen_examples": [ 42 ], "mandatory_without_value": true } }