Implements: allOf, anyOf #11
@@ -243,10 +243,14 @@ class TestAllOfTypeParser(TestCase):
|
||||
},
|
||||
{
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"default": "John",
|
||||
},
|
||||
"age": {
|
||||
"type": "integer",
|
||||
"default": 30,
|
||||
}
|
||||
},
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user