validator-badge
validator-badge copied to clipboard
Validate your Swagger JSON/YAML today!
At the moment, the validator can only run at the root path. It would be handy to be able to host at a subpath on the same hostname as swagger-ui....
Hello, I need to run Swagger validator for a localhost, ex: url = http://localhost:8085. And I searched the way to do and follow: https://stackoverflow.com/questions/32188386/cant-read-from-file-issue-in-swagger-ui and tried solution 3: Host the...
Sample OAS 3.0 yaml tested with https://validator.swagger.io/validator/debug?url= ```yaml openapi: 3.0.0 info: title: Bearer auth test version: 1.0.0 servers: - url: https://httpbin.org paths: /get: get: responses: '200': description: ok security: -...
Hi there, We are trying to migrate from spring fox to spring doc as the former is no longer compatible with the latest spring boot version ( 2.6.x) and spring...
When deploying application behind a proxy the swagger ui shows "invalid" badge due to application attempting to validate api with validator hosted on https://validator.swagger.io, this change ensures that the swagger...
Configuring war plugin in `pom.xml` per https://exerror.com/error-injecting-org-apache-maven-plugin-war-warmojo-com-google-inject-provisionexception-unable-to-provision/ to prevent build failure (#194): ``` [INFO] --- maven-war-plugin:2.2:war (default-war) @ swagger-validator --- [WARNING] Error injecting: org.apache.maven.plugin.war.WarMojo com.google.inject.ProvisionException: Unable to provision, see the...
I am getting the "Can't read from file" error. I see a couple of other related issues, but I am not sure how to further debug this. My specs are...
**This is the working request body:** ``` "requestBody": { "required": true, "content": { "multipart/form-data": { "schema": { "type": "object", "required": [ "video", "encodings" ], "properties": { "video": { "type": "string",...
When I try my spec url: https://cs-dev.business.stingray.com/assets/swagger.yaml I get this error: ``` Failed to load API definition. Errors Hide Fetch errorFailed to fetch https://cs-dev.business.stingray.com/assets/swagger.yaml Fetch errorPossible cross-origin (CORS) issue? The...
Hello, When adding a negative lookbehind to a regular expression in my field validation (.net core api with swashbuckle swaggerui) the resulting swagger json is marked with an "invalid" badge....