mbowman100 / swagger-validator-action

Validate swagger API documentation
8 stars 6 forks source link

open api specs #17

Open karkir0003 opened 1 year ago

karkir0003 commented 1 year ago

does this github action validate open api 3.0.2 standard?

karkir0003 commented 1 year ago

@mbowman100

SnakeDoc commented 8 months ago

@karkir0003 it seems not - the underlying utility only supports 3.0.

The swagger-cli project seems deprecated as well, and recommends using the redocly-cli instead. There's a few actions in the marketplace for that.

karkir0003 commented 8 months ago

@karkir0003 it seems not - the underlying utility only supports 3.0.

The swagger-cli project seems deprecated as well, and recommends using the redocly-cli instead. There's a few actions in the marketplace for that.

got it. thanks. i was able to get redocly integrated into my team's github repo