ContributionsMost RecentMost LikesSolutionsRe: How to define both fixed and dynamic fields in request body (visible in Swagger/Mintlify UI)? Using `additionalProperties: true` (or `unevalutatedProperties: true` for OAS 3.1 and above) are appropriate ways to solve your goal. What are you expecting to happen that's not working? It might be just that you are not seeing renders making it very clear to that additional properties are allowed in these scenarios. Note - JSON schema is a constraints based language, so you should validate the schema against a JSON instance to determine validity. The latest versions of SwaggerUI give some additional hints that additional/unevaluated properties are allowed. You can check out the behaviour here: https://editor-next.swagger.io/ Re: Info object is ignored in swagger ui I suspect you're loading a different OpenAPI description that expected. Even looking at the `servers` listing it's rendering `http://localhost:8080 - Generated Server url` and not `http://localhost:8080/v2`. Announcing SmartBear's Official MCP Server Hey folks, We're happy to announce our official SmartBear MCP Server. ππ The SmartBear MCP Server enables a secure and intelligent bridge between SmartBear platform data and AI-powered development workflows. By leveraging the Model Context Protocol (MCP), it allows developers to access rich context and capabilitiesβsuch as API definitions, governance rules, portal documents, test outcomes, error reports, monitoring insights, and debugging diagnosticsβdirectly within their preferred AI assistants and IDEs. To learn more, check out the following resources: SmartBear MCP Server Documentation GitHub Repo We'd love your feedback and ideas for enhancements, which will help us ensure we continue to add quality to your AI development experiences. Re: Mass import Postman collection/requests into Swagger Explore API/operation Weβve released 0.8.0 of ππ π½πΉπΌπΏπ².ππΉπΆ which now has support for nested Postman Collections as part of itβs import. Root level requests are now added to an Explore API folder with same name as Explore Space (e.g. Postman collection 'foo' with requests will create Explore Space 'foo' with API folder 'foo' which will contain the request connections). Nested folders within a collection, will have a name format of Parent - Child (e.g. foo/bar will create API folder called foo - bar, foo/bar/baz will create API folder called foo - bar - baz) Also, in case you missed it, we also support an`ππππππ-ππππ-ππππ` feature allowing you to explore the API calls representing consumer expectations within a Pact contract. Install via Nuget: https://www.nuget.org/packages/Explore.Cli Standalone binaries: https://github.com/SmartBear-DevRel/explore-cli/releases/tag/0.8.0 Community Feedback Request: How are you using Swagger Editor and what's your experience? π Hi There. Are you a Swagger Editor user? Get your chance to shape the future of API Editors, by answering a few questions about your usage experience, and help share ways to improve the product. πΈπΈ To show our appreciation for your time, weβre offering up to 100 swag points for completing the short survey. Take the survey: https://www.surveymonkey.com/r/Swagger-Editor-Usage-Survey Re: Need Help Escalating PR Hi emead The PR has been merged. Cheers, Frank Explore What's New - Import Insomnia Collections and Explore.CLI Standalone binaries In this episode πΊ, we walk through the new `import-insomnia-collection` command of the Explore.CLI. Now you can easily import collections from Insomnia directly into SwaggerHub Explore as spaces. Additionally, Explore.CLI now comes with standalone binary options meaning you do not need to have .NET installed to start leveraging the CLI. Check out the short video covering the features: https://www.youtube.com/watch?v=HJIs7L6XTls Download the CLI to get Exploring! https://www.nuget.org/packages/Explore.Cli https://github.com/SmartBear-DevRel/explore-cli/releases Re: Mass import Postman collection/requests into Swagger Explore API/operation FYI - this item is being tracked under the following GitHub issue: https://github.com/SmartBear-DevRel/explore-cli/issues/36 Re: Consistent HTTP 500 Error When I Click Export API To SwaggerHUB chewbika The Postman collections issue you linked above is a different issue that was just related to the CLI. However, the Expore API to SwaggerHub issue that was related to this original post appears to have been resolved. FYI zx11ninja Re: Mass import Postman collection/requests into Swagger Explore API/operation Hi chewbika What you describe is the current behaviour. If you could create an GitHub issue, I'll see about adding the ability to group requests under a single connection when within the same folder level. https://github.com/SmartBear-DevRel/explore-cli/issues