Final Implementation of AllOf Keyword

This commit is contained in:
2025-04-17 03:02:14 -03:00
parent 6d1febbcc1
commit 459d9da0b9
3 changed files with 30 additions and 11 deletions

View File

@@ -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},