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

[BugFix] Ad 'x-' to json_schema_extra in Fields with unit_measurement #6376

Merged
merged 4 commits into from
May 8, 2024

Conversation

deeleeramone
Copy link
Contributor

  1. Why? OpenAPI:

    • openapi.json wants, json_schema_extra={"unit_measurement": "percent"}, to be json_schema_extra={"x-unit_measurement": "percent"}
  2. What?:

    • Apply rename all.

In theory, this should not even change the docstring or static assets.

Related to #63274 and #5972

@deeleeramone deeleeramone added bug Fix bug platform OpenBB Platform v4 PRs for v4 labels May 7, 2024
@IgorWounds IgorWounds added this pull request to the merge queue May 8, 2024
Merged via the queue into develop with commit 9c0ef12 May 8, 2024
10 checks passed
@IgorWounds IgorWounds deleted the bugfix/add-x-json-schema-extra branch May 9, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking_change bug Fix bug platform OpenBB Platform v4 PRs for v4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants