Skip to content

Commit 3da7d71

Browse files
author
Constantinos Symeonides
committed
test: allOf should work without "type": "object"
1 parent 078b417 commit 3da7d71

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: end_to_end_tests/openapi.json

-4
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,6 @@
864864
"nullable": true
865865
},
866866
"model": {
867-
"type": "object",
868867
"allOf": [
869868
{
870869
"ref": "#/components/schemas/ModelWithUnionProperty"
@@ -873,7 +872,6 @@
873872
"nullable": false
874873
},
875874
"nullable_model": {
876-
"type": "object",
877875
"allOf": [
878876
{
879877
"ref": "#/components/schemas/ModelWithUnionProperty"
@@ -882,7 +880,6 @@
882880
"nullable": true
883881
},
884882
"not_required_model": {
885-
"type": "object",
886883
"allOf": [
887884
{
888885
"ref": "#/components/schemas/ModelWithUnionProperty"
@@ -891,7 +888,6 @@
891888
"nullable": false
892889
},
893890
"not_required_nullable_model": {
894-
"type": "object",
895891
"allOf": [
896892
{
897893
"ref": "#/components/schemas/ModelWithUnionProperty"

0 commit comments

Comments
 (0)