konstantin
konstantin
Can confirm the same issue exists for Postgres (was upgrading from 2.8.2 to 2.9.0): > System.InvalidOperationException The entity type 'string' was not found. Ensure that the entity type has been...
You're right. Merging #224 would make this PR obsolete :)
marshmallow-jsonschema is not compatible with `marshmallow.fields.Enum` added in marshmallow v3.18.0
I opened a PR that fixes this issue: #170
Hi, I'm late to the party but can give an example on why this could be useful. We're building software that retrieves data from somewhere and does something with it....
Hi @fuhrysteve, happy new year :) Do you have any idea or timeline in mind on when the open PRs could be merged? Thanks in advance!
For me personally, #170 would be great :)
@anhaehne : The class you provided does not compile for me. For example because the name of the class `InheritDocSchemaFilter` does not match the constructor name `InheritDocDocumentFilter`
What is your expectation? How does the rest of the code look like? Can you Post a go playground link that demonstrates the issue?
You're right. Sorry, didn't get the point during first read. The validator cannot distinguish between the field type default value `False` which is implicitly set if no value is provided...
Workaround: ```python actual = URL(str(first_url_part)+"/").join(second_url_part) ```