Skip to content

Commit b748a1b

Browse files
author
bnasslahsen
committed
fixes test
1 parent 7278ffe commit b748a1b

File tree

1 file changed

+0
-39
lines changed
  • springdoc-openapi-data-rest/src/test/resources/results

1 file changed

+0
-39
lines changed

springdoc-openapi-data-rest/src/test/resources/results/app6.json

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -45,45 +45,6 @@
4545
},
4646
"components": {
4747
"schemas": {
48-
"ExceptionMessage": {
49-
"type": "object",
50-
"properties": {
51-
"cause": {
52-
"$ref": "#/components/schemas/ExceptionMessage"
53-
},
54-
"message": {
55-
"type": "string"
56-
}
57-
}
58-
},
59-
"RepositoryConstraintViolationExceptionMessage": {
60-
"type": "object",
61-
"properties": {
62-
"errors": {
63-
"type": "array",
64-
"items": {
65-
"$ref": "#/components/schemas/ValidationError"
66-
}
67-
}
68-
}
69-
},
70-
"ValidationError": {
71-
"type": "object",
72-
"properties": {
73-
"entity": {
74-
"type": "string"
75-
},
76-
"property": {
77-
"type": "string"
78-
},
79-
"invalidValue": {
80-
"type": "object"
81-
},
82-
"message": {
83-
"type": "string"
84-
}
85-
}
86-
},
8748
"Employee": {
8849
"type": "object",
8950
"properties": {

0 commit comments

Comments
 (0)