Final Implementation of AllOf Keyword
This commit is contained in:
@@ -290,6 +290,7 @@ class TestSchemaConverter(TestCase):
|
||||
"properties": {
|
||||
"name": {
|
||||
"allOf": [
|
||||
{"type": "string", "maxLength": 11},
|
||||
{"type": "string", "maxLength": 4},
|
||||
{"type": "string", "minLength": 1},
|
||||
{"type": "string", "minLength": 2},
|
||||
|
||||
Reference in New Issue
Block a user