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

fix: change order of JSON Schema to search mapper transformations #32

Merged
merged 3 commits into from
Sep 26, 2024

Commits on Sep 25, 2024

  1. fix: change order of JSON Schema to search mapper transformations

    In the JSON Schema to search mapper, the suppression flags need to be addressed first,
    otherwise the jsonref.replace_refs function may remove them.
    
    Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
    ceberam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    43f8f9e View commit details
    Browse the repository at this point in the history
  2. build: update dependencies

    Updating pydantic from 2.8.2 to 2.9.2 triggers a change in JSON Schema from models:
    the  lists with only 1 element get flatten.
    
    Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
    ceberam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    94dccbc View commit details
    Browse the repository at this point in the history
  3. chore: improve verbose in JSON Schema to search mapper test

    Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
    ceberam committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    3ee6c90 View commit details
    Browse the repository at this point in the history