elements
elements copied to clipboard
Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.
# Support for objects with deepObject style in TryIt This PR supports using objects with the deepObject style in the TryIt component. A parameter `id` with the value `{"role": "admin",...
## Context We have set a contact email, but the email link is not functioning correctly for our customers. ## Current Behavior When I click the `Contact ${email}` link, it...
When I switch to an API which include model reference, the model doesn't display, and got "Invalid JSON pointer". It can display normally when the API page is the first...
When oneOf is nested within allOf, the allowed value of the schema within oneOf is not showing. The title and the description of the nested schemas are fine, just not...
Node 16 is not supported anymore and we should remove support for that. - [ ] Upgrade to node 18 - [ ] Update docs to mention that - [...
There is an Upload API in [this](https://github.com/Yashaswi-1998/OpenApi/blob/main/Imagekit.yaml) openApi spec which uses `multipart/form-data` to send the request. On using the stoplight demo project when I try to send a request through...
### Description Hello, I am currently using `@stoplight/elements` to render my API documentation in a React application. I am looking for guidance on how to customize the table of contents...
openapi: 3.0 and openapi: 3.1.0 : ``` requestBody: required: true content: application/octet-stream: schema: type: string format: binary ``` **Stoplight:** **SwaggerUI** 
This pull request introduces a modern [Vite](https://vitejs.dev/) template example for the project, along with documentation on how to use it as a starting point for new React projects. #### Changes...
## User Story Description As a User, I want to see the link to the schema node listed in the body map,  so I can see the schema node...