elements icon indicating copy to clipboard operation
elements copied to clipboard

Build beautiful, interactive API Docs with embeddable React or Web Components, powered by OpenAPI and Markdown.

Results 313 elements issues
Sort by recently updated
recently updated
newest added

# 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",...

t/to-review

## 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...

t/bug
p/medium
triaged

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...

t/bug
p/medium
triaged

Node 16 is not supported anymore and we should remove support for that. - [ ] Upgrade to node 18 - [ ] Update docs to mention that - [...

chore
security
triaged
jira

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...

t/bug
p/medium
triaged

### 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...

enhancement
triaged

openapi: 3.0 and openapi: 3.1.0 : ``` requestBody: required: true content: application/octet-stream: schema: type: string format: binary ``` **Stoplight:** **SwaggerUI** ![Screenshot 2024-07-23 at 15 09 24](https://github.com/user-attachments/assets/6f896acd-e59b-4a18-9c2e-2fb64a5497d9)

t/bug
p/high
triaged
jira

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, ![Image](https://github.com/user-attachments/assets/6d3a9132-49ca-419b-a88f-de3d17de6f4b) so I can see the schema node...