\r\n\r\n\r\n\r\n### Why is this needed?\r\n\r\nThis is useful for endpoints that accept different request bodies\r\n\r\n### How could it be implemented?\r\n\r\nImplement and show a select element when examples are present in openapi.json:\r\n\r\n```\r\n \"requestBody\": {\r\n \"content\": {\r\n \"application/json\": {\r\n \"schema\": {\r\n \"$ref\": \"#/components/schemas/ExamplePost\"\r\n },\r\n \"examples\": {\r\n \"Example 1\": {\r\n \"summary\": \"Creating example 1\",\r\n \"value\": {\r\n \"first_name\": \"John\",\r\n \"last_name\": \"Doe\",\r\n \"email\": \"test@test.com\"\r\n }\r\n },\r\n \"example 2\": {\r\n \"summary\": \"Creating example 2\",\r\n \"value\": {\r\n \"first_name\": \"John\",\r\n \"last_name\": \"Doe\",\r\n \"email\": \"test@test.com\",\r\n \"phone_number\": \"123456789\"\r\n }\r\n }\r\n }\r\n }\r\n },\r\n \"required\": true\r\n },\r\n```\r\n\r\n### Other information\r\n\r\nI couldn't find this anywhere in the documentation, but if it is already possible i would like to know how. Thank you!",[2922],{"name":2881,"color":2882},141,"Multiple request body examples","2025-01-28T13:41:14Z","https://github.com/enzonotario/vitepress-openapi/issues/141",0.82204497,{"description":2929,"labels":2930,"number":644,"owner":2870,"repository":2871,"state":2872,"title":2932,"updated_at":2933,"url":2934,"score":2935},"Hola!\r\n\r\nLa documentación del endpoint [GET Dólar por casa y fecha](https://argentinadatos.com/docs/operations/get-cotizaciones-dolares-casa-fecha.html) no menciona `contadoconliqui` como un valor válido para `casa`, aunque si lo es. Adjunto fotos de los docs y del endpoint aceptando el valor.\r\n\r\n\u003Cdetails>\u003Csummary>Foto de los docs\u003C/summary>\r\n\r\n\u003Cimg width=\"1091\" alt=\"image\" src=\"https://github.com/user-attachments/assets/62e1efe3-ec78-4a22-a716-570910472dbc\">\r\n\r\n\u003C/details> \r\n\r\n\u003Cdetails>\u003Csummary>Endpoint acepta el valor\u003C/summary>\r\n\r\n\u003Cimg width=\"833\" alt=\"image\" src=\"https://github.com/user-attachments/assets/0634a0ba-a4b4-4e17-a5fd-f3571d24a2b7\">\r\n\r\n\u003C/details> \r\n\r\nMuy buena API, gracias!",[2931],{"name":2868,"color":2869},"[Docs] Añadir CCL como valor válido para `casa` en GET Dólar por casa y fecha","2024-09-20T01:00:46Z","https://github.com/enzonotario/esjs-argentina-datos-api/issues/7",0.82710975,{"description":2937,"labels":2938,"number":1027,"owner":2870,"repository":2884,"state":2872,"title":2940,"updated_at":2941,"url":2942,"score":2943},"Currently I have something like this on a single markdown page...\r\n\r\n```\r\n\u003Cscript setup lang=\"ts\">\r\nimport { useRoute, useData } from 'vitepress'\r\nimport { useSidebar, useOpenapi } from 'vitepress-theme-openapi'\r\nimport spec from '../swagger/v2.json' with { type: 'json' }\r\nconst openapi = useOpenapi()\r\nopenapi.setSpec(spec)\r\nconst route = useRoute()\r\nconst { isDark } = useData()\r\n\u003C/script>\r\n\r\n\u003COAOperation operationId=\"post-users-login\" method=\"post\" :isDark=\"isDark\" />\r\n\u003COAOperation operationId=\"post-users-refreshToken\" method=\"post\" :isDark=\"isDark\" />\r\n```\r\n\r\nFurther down the page I would like to include a component rendered from the `../swagger/v1.json` spec, however I believe with the current setup that will not be possible.\r\n\r\nUltimately I think this will require passing the openapi into the components? :)",[2939],{"name":2881,"color":2882},"Enable rendering components for multiple specs on a single page.","2024-09-28T15:44:23Z","https://github.com/enzonotario/vitepress-openapi/issues/21",0.82963353,{"description":2945,"labels":2946,"number":2948,"owner":2870,"repository":2884,"state":2872,"title":2949,"updated_at":2950,"url":2951,"score":2952},"### What would you like?\r\n\r\nParameter example values along with the description\r\n\r\nSo for example after I overloaded your template for this section I see this:\r\n\r\n**$filter** string\r\nExample name eq 'hello'\r\n\r\n\r\nYou can see the example [live here](https://apidev.digilean.tools/docs/operations/Boards_List) as well\r\n\r\n### Why is this needed?\r\n\r\nI see you use the example values in the playground/try it section\r\n\r\nBut I choose not to display this.\r\n\r\n### How could it be implemented?\r\n\r\nSomething like \r\n```vue\r\n\u003Cdiv v-if=\"props.parameter.example\" class=\"flex flex-row space-x-2\">\r\n \u003Cspan class=\"text-sm example font-bold\">\r\n Example\r\n \u003C/span>\r\n \u003Cspan class=\"text-sm text-gray-600 dark:text-gray-300\">\r\n {{ props.parameter.example }}\r\n \u003C/span>\r\n\u003C/div>\r\n```\r\n\r\n### Other information\r\n\r\n_No response_",[2947],{"name":2881,"color":2882},93,"Display example values for Parameters","2024-10-17T08:22:46Z","https://github.com/enzonotario/vitepress-openapi/issues/93",0.83006257,{"description":2954,"labels":2955,"number":2956,"owner":2870,"repository":2905,"state":2872,"title":2957,"updated_at":2958,"url":2959,"score":2960},"_Originally posted by @danielGithinji in https://github.com/moby/buildkit/pull/5291_",[],40,"H","2025-03-02T11:54:17Z","https://github.com/enzonotario/esjs-dolar-api/issues/40",0.8333409,["Reactive",2962],{},["Set"],["ShallowReactive",2965],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fWCodpnkQCg7t5ydRWs9wkV8DTMbPz_Uh4KHU-XJllEU":-1},"/enzonotario/criptoya-api-docs/6"]