Skip to content

Commit f7629c1

Browse files
author
m2
committed
fix test
1 parent 265a1f4 commit f7629c1

File tree

1 file changed

+6
-9
lines changed
  • springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0

1 file changed

+6
-9
lines changed

springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0/app193.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@
7070
"components": {
7171
"schemas": {
7272
"Books": {
73-
"type": "array",
74-
"description": "Represents a list of Books.",
7573
"allOf": [
7674
{
7775
"$ref": "#/components/schemas/Knowledge"
@@ -84,7 +82,8 @@
8482
}
8583
}
8684
}
87-
]
85+
],
86+
"description": "Represents a list of Books."
8887
},
8988
"Knowledge": {
9089
"type": "object",
@@ -95,8 +94,6 @@
9594
"description": "Represents an Animal class."
9695
},
9796
"Cat": {
98-
"type": "object",
99-
"description": "Represents a Cat class.",
10097
"allOf": [
10198
{
10299
"$ref": "#/components/schemas/Animal"
@@ -110,11 +107,10 @@
110107
}
111108
}
112109
}
113-
]
110+
],
111+
"description": "Represents a Cat class."
114112
},
115113
"Dog": {
116-
"type": "object",
117-
"description": "Represents a Dog class.",
118114
"allOf": [
119115
{
120116
"$ref": "#/components/schemas/Animal"
@@ -131,7 +127,8 @@
131127
}
132128
}
133129
}
134-
]
130+
],
131+
"description": "Represents a Dog class."
135132
}
136133
}
137134
}

0 commit comments

Comments
 (0)