Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

baseUri should not be required #123

Open
ptxmac opened this issue Jan 10, 2017 · 4 comments
Open

baseUri should not be required #123

ptxmac opened this issue Jan 10, 2017 · 4 comments

Comments

@ptxmac
Copy link

ptxmac commented Jan 10, 2017

According to the RAML spec (https://github.com/raml-org/raml-spec/blob/master/versions/raml-10/raml-10.md/#base-uri-and-base-uri-parameters) the baseUri key is optional, but ramlfications validate fails if it is missing

@jisoohan
Copy link

jisoohan commented Feb 3, 2017

+1

@jstoiko
Copy link

jstoiko commented Mar 15, 2017

ramlfications does not support RAML 1.0 yet. RAML 0.8 specs say that baseUri is required after implementation.

@ptxmac
Copy link
Author

ptxmac commented Mar 16, 2017

Good point!

But that does mean ramlfications is targeting implemented API's, and not to develop new ones.
Since this is a "Reference implementation", it would be nice to have it support for both.

@jstoiko
Copy link

jstoiko commented Mar 16, 2017

Even better point!

There should be some sort of flag or option to set the level of strictness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants