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 70
70
"components" : {
71
71
"schemas" : {
72
72
"Books" : {
73
- "type" : " array" ,
74
- "description" : " Represents a list of Books." ,
75
73
"allOf" : [
76
74
{
77
75
"$ref" : " #/components/schemas/Knowledge"
84
82
}
85
83
}
86
84
}
87
- ]
85
+ ],
86
+ "description" : " Represents a list of Books."
88
87
},
89
88
"Knowledge" : {
90
89
"type" : " object" ,
95
94
"description" : " Represents an Animal class."
96
95
},
97
96
"Cat" : {
98
- "type" : " object" ,
99
- "description" : " Represents a Cat class." ,
100
97
"allOf" : [
101
98
{
102
99
"$ref" : " #/components/schemas/Animal"
110
107
}
111
108
}
112
109
}
113
- ]
110
+ ],
111
+ "description" : " Represents a Cat class."
114
112
},
115
113
"Dog" : {
116
- "type" : " object" ,
117
- "description" : " Represents a Dog class." ,
118
114
"allOf" : [
119
115
{
120
116
"$ref" : " #/components/schemas/Animal"
131
127
}
132
128
}
133
129
}
134
- ]
130
+ ],
131
+ "description" : " Represents a Dog class."
135
132
}
136
133
}
137
134
}
You can’t perform that action at this time.
0 commit comments