What's Changed * Migrating to pants by ghandic in https://github.com/ghandic/jsf/pull/45 * fixing deploy pipe by ghandic in https://github.com/ghandic/jsf/pull/46 * Fixing docs pipes by ghandic in https://github.com/ghandic/jsf/pull/47
What's Changed * feat: [parser]: Support 'oneOf' keyword by ccaroon in https://github.com/ghandic/jsf/pull/38 * feat: [parser]: Support $defs keyword for in-schema definitions by ccaroon in https://github.com/ghandic/jsf/pull/37 * Incorrect type returned from falsey 0.0 by AkhilGNair in https://github.com/ghandic/jsf/pull/36 * fix [parser]: Set base metadata for AnyOf and OneOf by ccaroon in https://github.com/ghandic/jsf/pull/39 * force reading README.md in utf-8 by bollwyvl in https://github.com/ghandic/jsf/pull/41 * fix one/anyOf for objects without properties by fliem in https://github.com/ghandic/jsf/pull/42 * Adding test case and fix for object with no defined properties by ghandic in https://github.com/ghandic/jsf/pull/44
New Contributors * ccaroon made their first contribution in https://github.com/ghandic/jsf/pull/38 * AkhilGNair made their first contribution in https://github.com/ghandic/jsf/pull/36 * bollwyvl made their first contribution in https://github.com/ghandic/jsf/pull/41 * fliem made their first contribution in https://github.com/ghandic/jsf/pull/42
- Use random type when field is nullable 30 - Added support for unique items of dicts 31 - Added coverage for unique items in array test 32 - Added support for anyOf definition in json schema 24