Skip to content

Importing parameter definitions misnamed #75

@erichopp

Description

@erichopp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions