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

Update for schema v15 #137

Open
4 of 5 tasks
dbrgn opened this issue Nov 10, 2024 · 3 comments
Open
4 of 5 tasks

Update for schema v15 #137

dbrgn opened this issue Nov 10, 2024 · 3 comments

Comments

@dbrgn
Copy link
Contributor

dbrgn commented Nov 10, 2024

Checklist:

@rnestler
Copy link
Member

What is meant with "Update mention of nullability"?

@dbrgn
Copy link
Contributor Author

dbrgn commented Dec 31, 2024

Probably the sentence here https://spaceapi.io/docs/:

Most types are not nullable. That means that they may not contain the value "null", but they may be left away if they're not required.

In v14, the state.open field was nullable, since v15 no field is nullable anymore. Suggestion for new wording:

Since v15, no more schema fields are nullable. That means that they may not contain the value "null", but they may be left away if they're not required.

@rnestler
Copy link
Member

I think in the future we'd want to handle null the same as absent.

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

2 participants