Skip to content

Misimplemented object type #32

Open
@sztanko

Description

@sztanko
"params": {
      "type": "object",
      "$ref": "#/definitions/DBConnection"
    },```

translates to: 

```self.params: Optional[Dict] = data.get('params')```

The only way to make it an object is to have it like this:

"params": {
  "type": "object",
  "oneOf": [{ "$ref": "#/definitions/DBConnection" }]
},```

I would like to have the first jsonschema implemented as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions