{
  "json_schema": "https://api.dataplatform.ibm.com/schemas/common-pipeline/parameters/parameters-v2-schema.json",
  "parameters": [
     {
        "name": "first_param",
        "description": "updating the table name",
        "paths": [
           "/pipelines/0/nodes/0/connection/table_name",
           "/pipelines/0/nodes/1/connection/another_table_name"
        ],
       "type": "string"
     },
     {
        "name": "second_param",
        "description": "updating another table name",
        "paths": [
           "/pipelines/pipelineid/nodes/nodeid/connection/table_name",
           "/pipelines/pipelineid/nodes/nodeid/connection/another_table_name"
        ],
       "type": "string"
     }
  ]
}
