Jack Smith

Results 14 comments of Jack Smith

A root-level `$ref` doesn't entirely sense from my reading of the spec. From the [JSON Reference spec](https://www.ietf.org/archive/id/draft-pbryan-zyp-json-ref-01.html): > Any members other than "$ref" in a JSON Reference object SHALL be...

The `requirements.txt` doesn't ask for `python-dateutil-2.8.0`, but rather `python-dateutil~=2.8`, which means `>=2.8.0,=2.8.1,

Its not something I've included yet, as the main focus is for parsing/validating incoming data that you don't control (there are better solutions for schema which you do control -...

@arthur-proglove this is possible via: `MySuperModel.properties["my_field"].element.enum` I'll leave this open as a reminder to add an some notes about inspection to the docs.