Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 1717bb1

Browse files
committed
values only
1 parent c33c1e2 commit 1717bb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/resources/mapping/v2/mapping.yaml.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,21 +135,21 @@
135135
"description": "wrapper object of a http response.",
136136
"type": "string",
137137
"examples": [
138-
"result: org.springframework.http.ResponseEntity"
138+
"org.springframework.http.ResponseEntity"
139139
]
140140
},
141141
"SingleMapping": {
142142
"description": "reactive wrapper of single types.",
143143
"type": "string",
144144
"examples": [
145-
"single: reactor.core.publisher.Mono"
145+
"reactor.core.publisher.Mono"
146146
]
147147
},
148148
"MultiMapping": {
149149
"description": "reactive wrapper of array types.",
150150
"type": "string",
151151
"examples": [
152-
"reactor.core.publisher.Flux"
152+
"core.publisher.Flux"
153153
]
154154
},
155155
"NullMapping": {
@@ -202,7 +202,7 @@
202202
"name"
203203
],
204204
"examples": [
205-
"name: foo => io.openapiprocessor.Foo"
205+
"foo => io.openapiprocessor.Foo"
206206
]
207207
},
208208
"ResponseMappings": {
@@ -225,7 +225,7 @@
225225
"content"
226226
],
227227
"examples": [
228-
"content: application/json => io.openapiprocessor.Foo"
228+
"application/json => io.openapiprocessor.Foo"
229229
]
230230
}
231231
},

0 commit comments

Comments
 (0)