File tree Expand file tree Collapse file tree 1 file changed +0
-39
lines changed
springdoc-openapi-data-rest/src/test/resources/results Expand file tree Collapse file tree 1 file changed +0
-39
lines changed Original file line number Diff line number Diff line change 45
45
},
46
46
"components" : {
47
47
"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
- },
87
48
"Employee" : {
88
49
"type" : " object" ,
89
50
"properties" : {
You can’t perform that action at this time.
0 commit comments