-
Notifications
You must be signed in to change notification settings - Fork 276
feat: Add schema tab in Request and Response #1164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Visit the preview URL for this PR (updated for commit 8ec03dc): https://docusaurus-openapi-36b86--pr1164-kv9npimt.web.app (expires Sat, 26 Jul 2025 17:23:49 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: bf293780ee827f578864d92193b8c2866acd459f |
Hi @dsuket, I'm not opposed to exposing request samples/example schemas, but I do wonder if it duplicates the samples we already include in the "API Explorer" panel. I also wonder about the UX noise it may introduce, especially without a direct way to enable/disable the samples. Interested in your thoughts here. |
Description
Ensure that examples are displayed correctly when there are examples in the Media Type and Schema in the Request body and Response.
Motivation and Context
To address Issue #1158, I need to organize the example-related parts.
This is the 3rd step toward that goal.
Please see below first.
How Has This Been Tested?
npm run build
npm run test
Screenshots (if appropriate)
example of schema in requestBody


examples of schema in requestBody


example of schema in response


examples of schema in response


Types of changes
Checklist