Implements: allOf, anyOf #11

Merged
HideyoshiNakazone merged 15 commits from any-all-ref-implementation into main 2025-04-19 20:32:58 +00:00
Showing only changes of commit dc350aaa8b - Show all commits

View File

@@ -243,10 +243,14 @@ class TestAllOfTypeParser(TestCase):
},
{
"properties": {
"name": {
"type": "string",
"default": "John",
},
"age": {
"type": "integer",
"default": 30,
}
},
},
},
],