We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The EDR OpenAPI schema identifies some elements as required and/or nullable
We haven't been particularly rigorous in adhering to these restrictions in our initial implementation.
The implications for the core.models data models:
core.models
None
The implications for serialisation are:
null
I believe the possible options are something like
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The EDR OpenAPI schema identifies some elements as required and/or nullable
We haven't been particularly rigorous in adhering to these restrictions in our initial implementation.
The implications for the
core.models
data models:None
None
if not explicitly setThe implications for serialisation are:
None
values are serialised as JSONnull
valuesNone
None
would be an error, and ought not to be possible if ourcore.models
are correctly implementedI believe the possible options are something like
None
not allowed in data models; always included in serialisationNone
allowed in data models; always included in serialisationNone
allowed in data models; not included in serialisation if set toNone
None
allowed in data models; Element omitted from serialisation if set toNone
The text was updated successfully, but these errors were encountered: