JakubOnderka / api-blueprint-validator

Apiary API Blueprint Validator
MIT License
18 stars 16 forks source link

Resolves command errors if MSON is valid #18

Closed gpn273 closed 5 years ago

gpn273 commented 7 years ago

Sometimes if you have no warnings or no errors, the command would attempt to loop over an object key which is undefined. Before performing those loops, we check to see if the key has a value or if it even exists.