ck
                                            ck
                                        
                                    @koxudaxi even when there are constraints introduced, the generator does not seem to be generating models for path/query schemas. example: ``` components: parameters: PetId: name: petId in: path required: true...
@koxudaxi I understand why there is no model generated for path params. but for query params, OpenAPI actually allows for default, min and max. https://swagger.io/docs/specification/describing-parameters/ See "Default Parameter Values" Wouldn't...
@adaamz I do not have a problem in particular with `--input-file-typ=jsonschema`. I would just like to understand if it is indeed the expected behavior to use `--input-file-typ=jsonschema` for a YAML...
Thanks @ikonst for your prompt answer. If I do `MyModel.attr['filter_attr'] == value` when `ParentClass` inherits `MapAttribute`, I get `AttributeError: 'ParentClass' has no attribute 'filter_attr'` again. if `ParentClass` inherits `DynamicMapAttribute`, this...