File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
springdoc-openapi-starter-webmvc-api/src/test/resources/results/3.1.0 Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 7070 "components" : {
7171 "schemas" : {
7272 "Books" : {
73- "type" : " array" ,
74- "description" : " Represents a list of Books." ,
7573 "allOf" : [
7674 {
7775 "$ref" : " #/components/schemas/Knowledge"
8482 }
8583 }
8684 }
87- ]
85+ ],
86+ "description" : " Represents a list of Books."
8887 },
8988 "Knowledge" : {
9089 "type" : " object" ,
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"
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"
131127 }
132128 }
133129 }
134- ]
130+ ],
131+ "description" : " Represents a Dog class."
135132 }
136133 }
137134 }
You can’t perform that action at this time.
0 commit comments