Skip to content

Commit c5c61dd

Browse files
Documentation edits made through Mintlify web editor
1 parent 7c7f4e8 commit c5c61dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-playground/troubleshooting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Here's a list of common issues we've seen customers run into:
2525
This is the exact validation package Mintlify uses to validate OpenAPI documents, so if your document
2626
passes validation here, there's a great chance the problem is elsewhere.
2727

28-
For OpenAPI 3.1 and newer specifications, you can also use [Swagger Editor Next](https://editor-next.swagger.io/) as an alternative validator. This tool is specifically designed to handle modern OAS formats that older validators might not fully support, making it particularly useful for validating the latest OpenAPI specifications.
28+
Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/). For OpenAPI 3.1 and newer specifications, you can also use [Swagger Editor Next](https://editor-next.swagger.io/) as an alternative validator that's specifically designed to handle modern OAS formats.
2929

3030
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses this version of the specification,
3131
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/) (under Edit \> Convert to OpenAPI 3):

support.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function openSearch(e) {
6060
To verify your OpenAPI document will pass validation:
6161

6262
1. Run `mint openapi-check <openapiFilenameOrUrl>` in your CLI.
63-
2. Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/).
63+
2. Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/). For OpenAPI 3.1 and newer specifications, you can also use [Swagger Editor Next](https://editor-next.swagger.io/) as an alternative validator that's specifically designed to handle modern OAS formats.
6464

6565
For OpenAPI 3.1 and newer specifications, you can also use the [Next Generation Swagger Editor](https://editor-next.swagger.io/) as an alternative validator. This tool is specifically useful for validating modern OAS formats that older validators might not fully support.
6666

0 commit comments

Comments
 (0)