Skip to content

Conversation

@HeikoTheissen
Copy link
Contributor

Fixes #2018

`null` value does not have a representation provided that it carries no
[control information](#ControlInformation) other than
[`context`](#ControlInformationcontextodatacontext)
and no [instance annotations](#InstanceAnnotations); see [OData-Protocol](#ODataProtocol).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you want to change something in Protocol to reflect this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be done later, once the changes to [OData-JSON] are agreed upon.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have now moved almost all changes to [OData-Protocol]. And that's where it belongs, I now see.


A property or operation response that is of a primitive type is
represented as an object with a single name/value pair, whose name is
represented as an object with a name/value pair whose name is
Copy link
Contributor Author

@HeikoTheissen HeikoTheissen Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted "single", because the JSON object can also contain control information and instance annotations (as demonstrated by example 26).

@HeikoTheissen HeikoTheissen marked this pull request as draft January 15, 2025 16:46
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.

Instance annotations and control information for a null result

3 participants