bcgov / DBC-APIM

DataBC OPEN API Services
Apache License 2.0
1 stars 0 forks source link

API Console: Valid icon #91

Open BK01 opened 6 years ago

BK01 commented 6 years ago

Is your feature request related to a problem? Please describe.

'Valid' icon is missing from bottom of API console. This is because the validator doesn't currently support OAS3, and is disabled on OAS3 specs.

Describe the solution you'd like

Deploy the new public release of the validator to restore the ‘Valid’ icon.

banders commented 6 years ago

@BK01 @ll911

The validator doesn't currently support OAS3, and is disabled on OAS3 specs. From the source code:

// We're disabling the Online Validator Badge until the online validator // can handle OAS3 specs.

ll911 commented 6 years ago

blocked https://github.com/swagger-api/validator-badge/issues/115