open311 / swagger-open311

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

Optional arguments and fields #9

Closed kvlahromei closed 9 years ago

kvlahromei commented 9 years ago

We need to check what parameters and returned fields are optional and how we can specify them? This affects esp.:

kvlahromei commented 9 years ago

Attention :warning: Model attributes are optional by default and instead they need to be flagged as required!

kvlahromei commented 9 years ago

In 251ac1d76877f2e48bbbfacf1e4ab819b84cbfae and 8b23dd27c93d07459b82eeda6caacbc107dcb906 we checked this for the models (and thus responses). Let's check this for calls and we are done :)

kvlahromei commented 9 years ago

I checked the calls, too and it should be ok.