File tree 3 files changed +43
-25
lines changed
springdoc-openapi-data-rest/src/test/resources/results
3 files changed +43
-25
lines changed Original file line number Diff line number Diff line change 11
11
<parent >
12
12
<groupId >org.springframework.boot</groupId >
13
13
<artifactId >spring-boot-starter-parent</artifactId >
14
- <version >2.4.3 </version >
14
+ <version >2.4.5 </version >
15
15
</parent >
16
16
17
17
<licenses >
66
66
<maven-gpg-plugin .version>1.6</maven-gpg-plugin .version>
67
67
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
68
68
<nexus-staging-maven-plugin >1.6.8</nexus-staging-maven-plugin >
69
- <swagger-api .version>2.1.7 </swagger-api .version>
69
+ <swagger-api .version>2.1.8 </swagger-api .version>
70
70
<swagger-ui .version>3.46.0</swagger-ui .version>
71
71
<spring-security-oauth2 .version>2.3.8.RELEASE</spring-security-oauth2 .version>
72
72
<classgraph .version>4.8.69</classgraph .version>
Original file line number Diff line number Diff line change 854
854
}
855
855
},
856
856
"EntityModelClinic" : {
857
+ "required" : [
858
+ " name"
859
+ ],
857
860
"type" : " object" ,
858
861
"properties" : {
859
862
"name" : {
910
913
}
911
914
}
912
915
},
913
- "CollectionModelClinic " : {
916
+ "CollectionModelObject " : {
914
917
"type" : " object" ,
915
918
"properties" : {
916
919
"_embedded" : {
917
920
"type" : " object" ,
918
921
"properties" : {
919
- "clinics " : {
922
+ "objects " : {
920
923
"type" : " array" ,
921
924
"items" : {
922
- "$ref " : " #/components/schemas/ClinicResponse "
925
+ "type " : " object "
923
926
}
924
927
}
925
928
}
929
932
}
930
933
}
931
934
},
932
- "CollectionModelObject " : {
935
+ "CollectionModelClinic " : {
933
936
"type" : " object" ,
934
937
"properties" : {
935
938
"_embedded" : {
936
939
"type" : " object" ,
937
940
"properties" : {
938
- "objects " : {
941
+ "clinics " : {
939
942
"type" : " array" ,
940
943
"items" : {
941
- "type " : " object "
944
+ "$ref " : " #/components/schemas/ClinicResponse "
942
945
}
943
946
}
944
947
}
Original file line number Diff line number Diff line change 2027
2027
}
2028
2028
},
2029
2029
"EntityModelClinic" : {
2030
+ "required" : [
2031
+ " name"
2032
+ ],
2030
2033
"type" : " object" ,
2031
2034
"properties" : {
2032
2035
"name" : {
2066
2069
}
2067
2070
},
2068
2071
"EntityModelPet" : {
2072
+ "required" : [
2073
+ " _type" ,
2074
+ " name"
2075
+ ],
2069
2076
"type" : " object" ,
2070
2077
"properties" : {
2071
2078
"name" : {
2122
2129
}
2123
2130
}
2124
2131
},
2125
- "EntityModelOwner" : {
2126
- "type" : " object" ,
2127
- "properties" : {
2128
- "firstname" : {
2129
- "type" : " string"
2130
- },
2131
- "lastname" : {
2132
- "type" : " string"
2133
- },
2134
- "addresses" : {
2135
- "$ref" : " #/components/schemas/Address"
2136
- },
2137
- "_links" : {
2138
- "$ref" : " #/components/schemas/Links"
2139
- }
2140
- }
2141
- },
2142
2132
"CollectionModelObject" : {
2143
2133
"type" : " object" ,
2144
2134
"properties" : {
2158
2148
}
2159
2149
}
2160
2150
},
2151
+ "EntityModelOwner" : {
2152
+ "required" : [
2153
+ " addresses" ,
2154
+ " lastname"
2155
+ ],
2156
+ "type" : " object" ,
2157
+ "properties" : {
2158
+ "firstname" : {
2159
+ "type" : " string"
2160
+ },
2161
+ "lastname" : {
2162
+ "type" : " string"
2163
+ },
2164
+ "addresses" : {
2165
+ "$ref" : " #/components/schemas/Address"
2166
+ },
2167
+ "_links" : {
2168
+ "$ref" : " #/components/schemas/Links"
2169
+ }
2170
+ }
2171
+ },
2161
2172
"EntityModelDoctor" : {
2173
+ "required" : [
2174
+ " firstname" ,
2175
+ " lastname"
2176
+ ],
2162
2177
"type" : " object" ,
2163
2178
"properties" : {
2164
2179
"firstname" : {
You can’t perform that action at this time.
0 commit comments