marshmallow-jsonschema icon indicating copy to clipboard operation
marshmallow-jsonschema copied to clipboard

give more context to custom schemas

Open chenguo opened this issue 2 years ago • 3 comments

Kind of a corner case, I have a schema with a custom field that holds a recursive instance of that same schema, and I got blocked on not having access to obj in my custom _jsonschema_type_mapping call

chenguo avatar Mar 01 '22 23:03 chenguo

@fuhrysteve just checking on the status of this repo, I see another PR was opened mid Jan and hasn't had movement. Is this project still actively maintained?

chenguo avatar Mar 02 '22 18:03 chenguo

@chenguo Thanks for the PR! Yes it this project is still very much actively maintained, though I don't always review PRs right away

fuhrysteve avatar Apr 06 '22 16:04 fuhrysteve

Ok, updated to not break existing interfaces, and added a README section to detail when this particular corner case is hit. Thanks for the feedback, lmk what else you need.

chenguo avatar May 05 '22 02:05 chenguo