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 outputs of merger - anyOf missing types #9

Open
Tracked by #10
robcxyz opened this issue Sep 29, 2024 · 0 comments
Open
Tracked by #10

Fix outputs of merger - anyOf missing types #9

robcxyz opened this issue Sep 29, 2024 · 0 comments

Comments

@robcxyz
Copy link
Contributor

robcxyz commented Sep 29, 2024

Convert any Optional field which is converted to a anyOf to its base type.

                      "transactions_24h": {
                        "title": "Transactions 24H",
                        "anyOf": [
                          {
                            "type": "int"
                          },
                          {
                            "type": null
                          }
                        ]
                      },
                      "transactions_7d": {
                        "title": "Transactions 7D",
                        "anyOf": [
                          {},
                          {}
                        ]
                      },
@robcxyz robcxyz mentioned this issue Sep 29, 2024
2 tasks
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