Skip to content

Better way to support various schema types #18

@cybertk

Description

@cybertk

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions