Commit Graph

33 Commits

Author SHA1 Message Date
c2b9e8daf8 fix: fixes implementation of save object to cache and adds tests 2025-11-24 18:21:27 -03:00
2da409e6df fix: fixes invalid subobject required 2025-11-24 17:34:29 +00:00
f15913c58e feat: tests that the generated fields in the oneOf parser have unique names and applies the same logic to the anyOf parser 2025-11-23 22:09:55 -03:00
f80a1bbda3 feat: fixes error of multiple forwardref with same name 2025-11-23 21:52:09 -03:00
e31002af32 feat: fixes tests to validate the type of exception thrown 2025-09-14 00:47:24 -03:00
f4d84d2749 feat: better exceptions for GenericTypeParser and AllOfTypeParser 2025-09-13 21:11:11 -03:00
5eb086bafd Better Internat Static Typing 2025-09-13 00:16:41 -03:00
97aed6e9aa (improvement): Adds tests for UUID String Format 2025-08-20 00:30:54 -03:00
d3a2f1e76c (improvement): Adds More Type Formats to String Parser 2025-08-20 00:25:02 -03:00
6dad6e0c68 (feat): Adds Aditional Test for Non-Hashable Const Values 2025-08-19 18:58:33 -03:00
81a5fffef0 Merge pull request #32 from fredsonnenwald/add-null
Add null type parser
2025-08-18 23:39:11 -03:00
00d88388f8 Fixes Behavior of Pydantic None Type and Adds More Tests 2025-08-18 23:33:16 -03:00
7b9464f458 Fixes Array So No DefaultFactory is Created When no Default is Set and Field is Required 2025-08-18 22:53:28 -03:00
617f1aab2b Adds Failing Test Case to Test 2025-08-18 22:27:49 -03:00
198ebecef0 Adds Final Tests for Const Type 2025-06-23 15:18:34 -03:00
ef66903948 Minor Fixes in EnumTypeParser and Adds Better UnitTests 2025-06-22 16:43:53 -03:00
dee8b02d26 Adds Docs for Ref Type 2025-06-21 11:46:47 -03:00
37cf59078e Working Version of Root Level Reference 2025-06-13 01:52:20 -03:00
f4effac41c Initial Working $ref Keyword with: ForwardRef, Partial Root Ref and Recursive Ref 2025-06-13 01:36:16 -03:00
4bbb896c46 Fixes Default Values in StringTypeParser 2025-06-04 01:12:45 -03:00
782e09d5e3 Adds Test to SchemaConverter.build Schema Validation 2025-06-03 02:35:25 -03:00
bef42e4cdb Better Object Internal Structure and Type Selection 2025-06-03 00:15:19 -03:00
Pu Chen
b52997633c Support string format 2025-05-06 22:52:08 +08:00
b409ce49a5 Fixes Validation of JsonSchema 2025-04-19 17:23:38 -03:00
459d9da0b9 Final Implementation of AllOf Keyword 2025-04-17 03:03:22 -03:00
6d1febbcc1 Initial allOf Implementation 2025-04-14 03:22:42 -03:00
7272b1a74b Implements Object Defaults 2025-04-13 02:40:07 -03:00
ec9171ba8f Implements Better Array Tests 2025-04-12 03:49:50 -03:00
7f0ce337b1 Implements All Basic Defaults 2025-04-10 00:48:14 -03:00
a571e28015 Initial Implementation of Default 2025-04-09 23:47:40 -03:00
6ea5d204ae Final Working Pydantics Validations 2025-04-09 22:27:42 -03:00
d1984b8ae9 Renames Project 2025-04-04 21:16:09 -03:00
9f9b900e27 Better Type Parsing Interface 2025-03-28 02:05:00 -03:00