jazzband / jsonmodels

jsonmodels is library to make it easier for you to deal with structures that are converted to, or read from JSON.
http://jsonmodels.readthedocs.org/en/latest/
BSD 3-Clause "New" or "Revised" License
334 stars 51 forks source link

Added support for schemaless/empty {'type': 'object'} fields. #84

Open xlevus opened 7 years ago

xlevus commented 7 years ago

The JSON-Schema spec supports fields that are schemaless or 'empty' fields.

Common use case: (not) validating arbitrary data inside a more defined schema.

msharp commented 7 years ago

I like this feature. What is the possibility this will be accepted?

xlevus commented 7 years ago

I have decided to not-use jsonmodels for my purposes, so further changes to this PR will need to be picked up by somebody else.

On 15 May 2017 at 08:37, max sharples notifications@github.com wrote:

I like this feature. What is the possibility this will be accepted?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/beregond/jsonmodels/pull/84#issuecomment-301399189, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIyawawn2Od-i8H2P2onLWyukf1PoB5ks5r6ACkgaJpZM4M-nnH .

msharp commented 7 years ago

OK @xlevus