open311 / swagger-open311

An swagger definition of Open311 GeoReport API
4 stars 8 forks source link

Verification #18

Open kvlahromei opened 9 years ago

kvlahromei commented 9 years ago

How can we check our YAML specs against existing solutions (that represent the old specs) and vice versa?

kvlahromei commented 9 years ago

IRC recommends swagger-codegen http://generator.swagger.io

philipashlock commented 9 years ago

Swagger Validator http://flex-swagger.readthedocs.org/en/latest/

Clientside validation https://www.npmjs.com/package/swagger-validate

kvlahromei commented 9 years ago

I tried to get some of the validators to work with the swagger petstore example, but unfortunatly no success. So I guess I will try to create just another python validator that can check servers using pyswagger and latest specs :-)

P.S. Also existing 'hardcoded' open311 validators seem to be broken...