@@ -315,6 +315,78 @@ exports[`Parameter api.test.domain 1`] = `
315315 }
316316 }
317317 } ,
318+ {
319+ \\" operationId\\ " : \\" searchBook\\ " ,
320+ \\" convertedParams\\ " : {
321+ \\" escapedOperationId\\ " : \\" searchBook\\ " ,
322+ \\" argumentParamsTypeDeclaration\\ " : \\" Params$searchBook\\ " ,
323+ \\" functionName\\ " : \\" searchBook\\ " ,
324+ \\" requestContentTypeName\\ " : \\" RequestContentType$searchBook\\ " ,
325+ \\" responseContentTypeName\\ " : \\" ResponseContentType$searchBook\\ " ,
326+ \\" parameterName\\ " : \\" Parameter$searchBook\\ " ,
327+ \\" requestBodyName\\ " : \\" RequestBody$searchBook\\ " ,
328+ \\" hasRequestBody\\ " : false ,
329+ \\" hasParameter\\ " : true ,
330+ \\" pickedParameters\\ " : [
331+ {
332+ \\" name\\ " : \\" book.name\\ " ,
333+ \\" in\\ " : \\" path\\ " ,
334+ \\" required\\ " : true
335+ }
336+ ],
337+ \\" requestContentTypes\\ " : [],
338+ \\" responseSuccessNames\\ " : [
339+ \\" Response$searchBook$Status$200\\ "
340+ ],
341+ \\" responseFirstSuccessName\\ " : \\" Response$searchBook$Status$200\\ " ,
342+ \\" has2OrMoreSuccessNames\\ " : false ,
343+ \\" responseErrorNames\\ " : [],
344+ \\" has2OrMoreRequestContentTypes\\ " : false ,
345+ \\" successResponseContentTypes\\ " : [
346+ \\" application/json\\ "
347+ ],
348+ \\" successResponseFirstContentType\\ " : \\" application/json\\ " ,
349+ \\" has2OrMoreSuccessResponseContentTypes\\ " : false ,
350+ \\" hasAdditionalHeaders\\ " : false ,
351+ \\" hasQueryParameters\\ " : false
352+ },
353+ \\" operationParams\\ " : {
354+ \\" httpMethod\\ " : \\" get\\ " ,
355+ \\" requestUri\\ " : \\" /get/search/{book.name}\\ " ,
356+ \\" comment\\ " : \\" \\ " ,
357+ \\" deprecated\\ " : false ,
358+ \\" parameters\\ " : [
359+ {
360+ \\" in\\ " : \\" path\\ " ,
361+ \\" name\\ " : \\" book.name\\ " ,
362+ \\" required\\ " : true ,
363+ \\" schema\\ " : {
364+ \\" type\\ " : \\" string\\ "
365+ }
366+ }
367+ ],
368+ \\" responses\\ " : {
369+ \\" 200\\ " : {
370+ \\" description\\ " : \\" Search Book Result\\ " ,
371+ \\" content\\ " : {
372+ \\" application/json\\ " : {
373+ \\" schema\\ " : {
374+ \\" type\\ " : \\" object\\ " ,
375+ \\" properties\\ " : {
376+ \\" id\\ " : {
377+ \\" type\\ " : \\" number\\ "
378+ },
379+ \\" bookTitle\\ " : {
380+ \\" type\\ " : \\" string\\ "
381+ }
382+ }
383+ }
384+ }
385+ }
386+ }
387+ }
388+ }
389+ } ,
318390 {
319391 \\" operationId\\ " : \\" getBookById\\ " ,
320392 \\" convertedParams\\ " : {
0 commit comments