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

feat: support schema merging #237

Merged
merged 5 commits into from
Jul 29, 2023

Commits on Jul 29, 2023

  1. feat(merge-schemas): support mergeSchemas rule option

    This option controlls whether schemas from different sources are merged and combined together.
    Can be an array of ["$schema", "options", "catalog"] or true as shorthand for all three.
    
    Closes ota-meshi#235
    MarcRoemmelt committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    6b6aa4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    caa5214 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da78371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d20bf2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1e05c90 View commit details
    Browse the repository at this point in the history