{
  "synLogic": "char* $ret \u003d $api($1, $2, $3);",
  "help": "",
  "notes": "",
  "returns": "char*",
  "arguments": "",
  "parameterization": "",
  "name": "ns_get_random_str",
  "syntax": "char* ns_get_random_str (int min, int max, char *format)",
  "javaSyntax": "",
  "cEx": "flow()\n{\n\n}",
  "javaEx": "",
  "insertStrC": "(int min, int max, char *format);",
  "insertStrJava": "",
  "description": "",
  "component": [
    {
      "id": "$1",
      "type": "TextField",
      "label": "Min",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Min",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Number",
        "required": true,
        "min": 0,
        "max": 2147483647
      }
    },
	{
      "id": "$2",
      "type": "TextField",
      "label": "Max",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Max",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Number",
        "required": true,
        "min": 0,
        "max": 2147483647
      }
    },
	{
      "id": "$3",
      "type": "TextField",
      "label": "Format String",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter Format",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": true
      }
    },
    {
      "id": "$ret",
      "type": "TextField",
      "label": "Return Variable",
      "labelVarCheckbox": "",
      "value": "",
      "css": "p-grid p-align-center w-100-p",
      "title": "Enter return variable",
      "placeHolder": "",
      "style": "",
      "isDisabled": "",
      "validate": {
        "inputType": "Text",
        "required": false,
        "method": "isValidVar(arg)"
      }
    }
  ]
}