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

Source Shopify Invalid JSON schema #7674

Closed
VitaliiMaltsev opened this issue Nov 5, 2021 · 0 comments · Fixed by #7783
Closed

Source Shopify Invalid JSON schema #7674

VitaliiMaltsev opened this issue Nov 5, 2021 · 0 comments · Fixed by #7783
Assignees
Labels

Comments

@VitaliiMaltsev
Copy link
Contributor

VitaliiMaltsev commented Nov 5, 2021

Current Behavior

Some streams for connector Shopify have non valid objects for JSON schema
Examples in orders.json:
no "properties" for object type:


          "receipt": {
            "type": ["null", "object"]
          }

no "items" for array type:

          "tax_lines": {
            "type": ["null", "array"]
          },

Expected Behavior

All invalid schemas should be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants