jdiegodcp / ramlfications

Python parser for RAML
https://ramlfications.readthedocs.org
Apache License 2.0
234 stars 50 forks source link

Validation fails if hyphen is not used for list #157

Open sayali-kotkar opened 5 years ago

sayali-kotkar commented 5 years ago

As per raml documentation, its nowhere mentioned that hyphen is required for list. But library fails the validation if hyphen is not used.

jdiegodcp commented 3 months ago

Hey, thanks for pointing that out! The RAML docs don't explicitly mention hyphens in lists, but I've played around with it a bunch and found that the validation seems fine with or without them. In my experience, validation passes either way. Let me know if you want to dig into this further or if you have any other questions!