You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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:
I would like to have the first jsonschema implemented as well.
The text was updated successfully, but these errors were encountered: