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: empty types and nullable refs #76

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

newstler
Copy link
Contributor

@newstler newstler commented Nov 29, 2023

There were 2 problems this PR solves:

  • There was no type for relations, but "null" was set anyway so that produced something like type: [, "null"]
  • Type of ref relations is now being set as object, which is a duplicate of a value in ref, but needed to mark the field as nullable.

@newstler newstler merged commit 9e6cb16 into main Nov 29, 2023
@newstler newstler deleted the fix/nullify_empty_types branch March 22, 2024 19:19
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

Successfully merging this pull request may close these issues.

1 participant