fuhrysteve / marshmallow-jsonschema

JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
MIT License
209 stars 72 forks source link

jsonschema to marshmallow? #136

Open pchtsp opened 3 years ago

pchtsp commented 3 years ago

Hello! I know this is not what is done in this library. I just wanted to know if:

  1. did you know of any package that does the reverse: take a jsonschema and convert it into a marshmallow object.
  2. if not, do you know if this is somewhere in the roadmap for this project? I would not mind helping if needed. Do you know if it would it be possible to re-use part of this project (i.e., do you have a sense of how hard would it be)?

thanks : )

Franco

fuhrysteve commented 3 years ago
  1. I don't know of any such project.. sounds tricky!
  2. There is no current roadmap. I view this project as fairly mature, however I recognize it likely does not support many advanced features available in jsonschema simply due to lack of need/interest.

I'm not sure what you mean about re-using part of this project, but feel free and don't hesitate to reach out and ask questions if you have them!