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

Better way to support various schema types #18

Open
cybertk opened this issue Jan 8, 2015 · 0 comments
Open

Better way to support various schema types #18

cybertk opened this issue Jan 8, 2015 · 0 comments

Comments

@cybertk
Copy link
Owner

cybertk commented Jan 8, 2015

In current design, ramlev detects schema type by scanning the content of schema, it's not good and accurate if ramlev is used to support any kind of schema.

Proposal,

  • Make ramelv un-aware of specific schema type, let specific schema validator pluggable.
  • Provide a CLI options --schema-type to specify schema type, which will used to select the underling schema validator, and delegate the validating job to pluggable schema validator
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

1 participant