yeti / signals

MIT License
3 stars 4 forks source link

Validate endpoint's schema objects #38

Closed rmutter closed 9 years ago

rmutter commented 9 years ago

Currently if an endpoint references a $postResponse but we never defined a $postResponse in the list of schema objects, this will not cause signals to throw a validation error. It doesn't error until you actually go to compile/run the code in Xcode.

This would also likely be fixed once #23 is implemented.

walkingtowork commented 9 years ago

Note: Api parser check to validate that objects are actually defined in schema list