File tree Expand file tree Collapse file tree 6 files changed +53
-53
lines changed
springdoc-openapi-data-rest/src/test/resources/results
springdoc-openapi-hateoas/src/test/resources/results Expand file tree Collapse file tree 6 files changed +53
-53
lines changed Original file line number Diff line number Diff line change 904
904
}
905
905
}
906
906
},
907
- "Links" : {
908
- "type" : " object" ,
909
- "additionalProperties" : {
910
- "$ref" : " #/components/schemas/Link"
911
- }
912
- },
913
907
"RepresentationModelObject" : {
914
908
"type" : " object" ,
915
909
"properties" : {
952
946
}
953
947
}
954
948
},
955
- "RepresentationModelCustomer " : {
949
+ "Links " : {
956
950
"type" : " object" ,
957
- "properties" : {
958
- "_links" : {
959
- "$ref" : " #/components/schemas/Links"
960
- }
951
+ "additionalProperties" : {
952
+ "$ref" : " #/components/schemas/Link"
961
953
}
962
954
},
963
955
"EntityModelCustomer" : {
978
970
}
979
971
}
980
972
},
981
- "PageMetadata" : {
973
+ "RepresentationModelCustomer" : {
974
+ "type" : " object" ,
975
+ "properties" : {
976
+ "_links" : {
977
+ "$ref" : " #/components/schemas/Links"
978
+ }
979
+ }
980
+ },
981
+ "PageMetadataCustomer" : {
982
982
"type" : " object" ,
983
983
"properties" : {
984
984
"size" : {
1017
1017
"$ref" : " #/components/schemas/Links"
1018
1018
},
1019
1019
"page" : {
1020
- "$ref" : " #/components/schemas/PageMetadata "
1020
+ "$ref" : " #/components/schemas/PageMetadataCustomer "
1021
1021
}
1022
1022
}
1023
1023
},
1056
1056
}
1057
1057
}
1058
1058
},
1059
- "RepresentationModelAccount" : {
1060
- "type" : " object" ,
1061
- "properties" : {
1062
- "_links" : {
1063
- "$ref" : " #/components/schemas/Links"
1064
- }
1065
- }
1066
- },
1067
1059
"EntityModelAccount" : {
1068
1060
"type" : " object" ,
1069
1061
"properties" : {
1083
1075
}
1084
1076
}
1085
1077
},
1078
+ "RepresentationModelAccount" : {
1079
+ "type" : " object" ,
1080
+ "properties" : {
1081
+ "_links" : {
1082
+ "$ref" : " #/components/schemas/Links"
1083
+ }
1084
+ }
1085
+ },
1086
1086
"CollectionModelObject" : {
1087
1087
"type" : " object" ,
1088
1088
"properties" : {
Original file line number Diff line number Diff line change 974
974
}
975
975
}
976
976
},
977
- "Links" : {
978
- "type" : " object" ,
979
- "additionalProperties" : {
980
- "$ref" : " #/components/schemas/Link"
981
- }
982
- },
983
977
"RepresentationModelObject" : {
984
978
"type" : " object" ,
985
979
"properties" : {
1038
1032
}
1039
1033
}
1040
1034
},
1041
- "RepresentationModelAccount " : {
1035
+ "Links " : {
1042
1036
"type" : " object" ,
1043
- "properties" : {
1044
- "_links" : {
1045
- "$ref" : " #/components/schemas/Links"
1046
- }
1037
+ "additionalProperties" : {
1038
+ "$ref" : " #/components/schemas/Link"
1047
1039
}
1048
1040
},
1049
1041
"EntityModelAccount" : {
1065
1057
}
1066
1058
}
1067
1059
},
1060
+ "RepresentationModelAccount" : {
1061
+ "type" : " object" ,
1062
+ "properties" : {
1063
+ "_links" : {
1064
+ "$ref" : " #/components/schemas/Links"
1065
+ }
1066
+ }
1067
+ },
1068
1068
"CollectionModelObject" : {
1069
1069
"type" : " object" ,
1070
1070
"properties" : {
1103
1103
}
1104
1104
}
1105
1105
},
1106
- "RepresentationModelCustomer" : {
1107
- "type" : " object" ,
1108
- "properties" : {
1109
- "_links" : {
1110
- "$ref" : " #/components/schemas/Links"
1111
- }
1112
- }
1113
- },
1114
1106
"EntityModelCustomer" : {
1115
1107
"type" : " object" ,
1116
1108
"properties" : {
1129
1121
}
1130
1122
}
1131
1123
},
1132
- "PageMetadata" : {
1124
+ "RepresentationModelCustomer" : {
1125
+ "type" : " object" ,
1126
+ "properties" : {
1127
+ "_links" : {
1128
+ "$ref" : " #/components/schemas/Links"
1129
+ }
1130
+ }
1131
+ },
1132
+ "PageMetadataCustomer" : {
1133
1133
"type" : " object" ,
1134
1134
"properties" : {
1135
1135
"size" : {
1168
1168
"$ref" : " #/components/schemas/Links"
1169
1169
},
1170
1170
"page" : {
1171
- "$ref" : " #/components/schemas/PageMetadata "
1171
+ "$ref" : " #/components/schemas/PageMetadataCustomer "
1172
1172
}
1173
1173
}
1174
1174
},
Original file line number Diff line number Diff line change 54
54
"$ref" : " #/components/schemas/Link"
55
55
}
56
56
},
57
- "PageMetadata " : {
57
+ "PageMetadataAlbum " : {
58
58
"type" : " object" ,
59
59
"properties" : {
60
60
"size" : {
93
93
"$ref" : " #/components/schemas/Links"
94
94
},
95
95
"page" : {
96
- "$ref" : " #/components/schemas/PageMetadata "
96
+ "$ref" : " #/components/schemas/PageMetadataAlbum "
97
97
}
98
98
}
99
99
},
Original file line number Diff line number Diff line change 140
140
}
141
141
}
142
142
},
143
- "PageMetadata " : {
143
+ "PageMetadataRepresentationModelEntityModelDemoComponentDto " : {
144
144
"type" : " object" ,
145
145
"properties" : {
146
146
"size" : {
177
177
}
178
178
},
179
179
"page" : {
180
- "$ref" : " #/components/schemas/PageMetadata "
180
+ "$ref" : " #/components/schemas/PageMetadataRepresentationModelEntityModelDemoComponentDto "
181
181
}
182
182
}
183
183
},
215
215
}
216
216
}
217
217
}
218
- }
218
+ }
Original file line number Diff line number Diff line change 93
93
"$ref" : " #/components/schemas/Link"
94
94
}
95
95
},
96
- "PageMetadata " : {
96
+ "PageMetadataEntityModelPost " : {
97
97
"type" : " object" ,
98
98
"properties" : {
99
99
"size" : {
132
132
"$ref" : " #/components/schemas/Links"
133
133
},
134
134
"page" : {
135
- "$ref" : " #/components/schemas/PageMetadata "
135
+ "$ref" : " #/components/schemas/PageMetadataEntityModelPost "
136
136
}
137
137
}
138
138
},
167
167
}
168
168
}
169
169
}
170
- }
170
+ }
Original file line number Diff line number Diff line change 54
54
"$ref" : " #/components/schemas/Link"
55
55
}
56
56
},
57
- "PageMetadata " : {
57
+ "PageMetadataAlbum " : {
58
58
"type" : " object" ,
59
59
"properties" : {
60
60
"size" : {
93
93
"$ref" : " #/components/schemas/Links"
94
94
},
95
95
"page" : {
96
- "$ref" : " #/components/schemas/PageMetadata "
96
+ "$ref" : " #/components/schemas/PageMetadataAlbum "
97
97
}
98
98
}
99
99
},
128
128
}
129
129
}
130
130
}
131
- }
131
+ }
You can’t perform that action at this time.
0 commit comments