This is exposed by https://github.com/larshp/todo_logic.
The importing parameter reference is named by _|"schema": {"$ref": "#/definitions/{ is_meta-meta-handler }Request"}|
"/create":{
"post":{ "summary":"Create",
"description":"",
"parameters":[{
"name":"IS_DATA",
"in":"body",
"schema": {"$ref": "#/definitions/CREATE_Request"}}],
But the definition referenced is added to mt_definitions in method request by lv_string = |"{ is_parameter-type }": {{ lv_type }}|.
"ZTODO_DATA": {"type":"object", "properties":{"TEXT":{"type":"string" }}}
The same happens with delete as well as create.
This is exposed by https://github.com/larshp/todo_logic.
The importing parameter reference is named by _|"schema": {"$ref": "#/definitions/{ is_meta-meta-handler }Request"}|
"/create":{
"post":{ "summary":"Create",
"description":"",
"parameters":[{
"name":"IS_DATA",
"in":"body",
"schema": {"$ref": "#/definitions/CREATE_Request"}}],
But the definition referenced is added to mt_definitions in method request by lv_string = |"{ is_parameter-type }": {{ lv_type }}|.
"ZTODO_DATA": {"type":"object", "properties":{"TEXT":{"type":"string" }}}
The same happens with delete as well as create.