@@ -12,7 +12,8 @@ servers:
1212tags :
1313- name : auth
1414- name : workflows
15- - name : resource
15+ - description : " "
16+ name : resource
1617paths :
1718 /error :
1819 get :
9091 schema :
9192 type : string
9293 description : Operation result
93- summary : Send a synchronous operation and get results using the event queue.
94- Just a sum, but in the cloud
94+ summary : " Send a synchronous operation and get results using the event queue.\
95+ \ Just a sum, but in the cloud"
9596 tags :
9697 - workflows
9798 x-openapi-router-controller : samples.controllers.workflows_controller
@@ -112,9 +113,9 @@ paths:
112113 - test
113114 x-openapi-router-controller : samples.controllers.test_controller
114115 /sampleresources :
115- description : The REST endpoint/path used to list and create zero or more `SampleResource`
116- entities. This path contains a `GET` and `POST` operation to perform the list
117- and create tasks, respectively.
116+ description : " The REST endpoint/path used to list and create zero or more `SampleResource`\
117+ \ entities. This path contains a `GET` and `POST` operation to perform the\
118+ \ list and create tasks, respectively."
118119 get :
119120 description : Gets a list of all `SampleResource` entities.
120121 operationId : get_sample_resources
@@ -176,9 +177,9 @@ paths:
176177 tags :
177178 - resource
178179 x-openapi-router-controller : samples.controllers.resource_controller
179- description : The REST endpoint/path used to get, update, and delete single instances
180- of an `SampleResource`. This path contains `GET`, `PUT`, and `DELETE` operations
181- used to perform the get, update, and delete tasks, respectively.
180+ description : " The REST endpoint/path used to get, update, and delete single instances\
181+ \ of an `SampleResource`. This path contains `GET`, `PUT`, and `DELETE` operations\
182+ \ used to perform the get, update, and delete tasks, respectively."
182183 get :
183184 description : Gets the details of a single instance of a `SampleResource`.
184185 operationId : get_sample_resource
@@ -229,7 +230,7 @@ paths:
229230 " 202 " :
230231 description : Successful response.
231232 " 400 " :
232- description : Parameter must be integer, payload must be of type SampleResource
233+ description : " Parameter must be integer, payload must be of type SampleResource"
233234 " 404 " :
234235 description : Resource not found
235236 summary : Update a SampleResource
@@ -250,7 +251,7 @@ paths:
250251 type : string
251252 description : Check if token is valid
252253 " 401 " :
253- description : invalid token, unauthorized
254+ description : " invalid token, unauthorized"
254255 security :
255256 - bearerAuth : []
256257 summary : Check if the token is valid. Get a token by logging into the base url
@@ -270,7 +271,7 @@ paths:
270271 type : string
271272 description : Check if token is valid
272273 " 401 " :
273- description : invalid token, unauthorized
274+ description : " invalid token, unauthorized"
274275 security :
275276 - cookieAuth : []
276277 summary : Check if the token is valid. Get a token by logging into the base url
@@ -306,18 +307,22 @@ components:
306307 title : inline_response_202
307308 type : object
308309 SampleResource :
310+ description : " "
309311 example :
310312 a : 0.8008281904610115
311313 b : 6.027456183070403
312314 id : 1.4658129805029452
313315 properties :
314316 a :
317+ description : " "
315318 title : a
316319 type : number
317320 b :
321+ description : " "
318322 title : b
319323 type : number
320324 id :
325+ description : " "
321326 title : id
322327 type : number
323328 required :
0 commit comments