Adds Test for AllOfTypeParser Case
This commit is contained in:
@@ -243,10 +243,14 @@ class TestAllOfTypeParser(TestCase):
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"properties": {
|
"properties": {
|
||||||
|
"name": {
|
||||||
|
"type": "string",
|
||||||
|
"default": "John",
|
||||||
|
},
|
||||||
"age": {
|
"age": {
|
||||||
"type": "integer",
|
"type": "integer",
|
||||||
"default": 30,
|
"default": 30,
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user