Skip to content

Commit

Permalink
Rephrased
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 25, 2024
1 parent 69aa249 commit eeb9d5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions docs/odata-json-format/odata-json-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -1269,9 +1269,9 @@ <h1 id="10-media-entity"><a id="MediaEntity" href="#MediaEntity">10 Media Entity
<h1 id="11-individual-property-or-operation-response"><a id="IndividualPropertyorOperationResponse" href="#IndividualPropertyorOperationResponse">11 Individual Property or Operation Response</a></h1>
</summary>
<p>An individual property or operation response is represented as a JSON object.</p>
<p>A single-valued property or operation response that has the <code>null</code> value and carries no <a href="#ControlInformation">control information</a> or <a href="#InstanceAnnotations">instance annotations</a> does not have a representation; see <a href="#ODataProtocol">OData-Protocol</a>.</p>
<p>A single-valued property or operation response that has the <code>null</code> value does not have a representation provided that it carries no <a href="#ControlInformation">control information</a> other than <a href="#ControlInformationcontextodatacontext"><code>context</code></a> and no <a href="#InstanceAnnotations">instance annotations</a>; see <a href="#ODataProtocol">OData-Protocol</a>.</p>
<p>A property or operation response that is of a primitive type is represented as an object with a name/value pair whose name is <code>value</code> and whose value is a <a href="#PrimitiveValue">primitive value</a> or <code>null</code>.</p>
<p>A property or operation response that is of complex type is represented as a <a href="#ComplexValue">complex value</a>. If the value is <code>null</code>, the JSON object consists of name/value pairs for the <code>@context</code> and the <a href="#ControlInformation">control information</a> and <a href="#InstanceAnnotations">instance annotations</a> only.</p>
<p>A property or operation response that is of complex type is represented as a <a href="#ComplexValue">complex value</a>. If the value is <code>null</code>, the JSON object consists of name/value pairs for the <a href="#ControlInformation">control information</a> and <a href="#InstanceAnnotations">instance annotations</a> only.</p>
<p>A property or operation response that is of a collection type is represented as an object with a name/value pair whose name is <code>value</code>. Its value is the JSON representation of a <a href="#CollectionofComplexValues">collection of complex type values</a> or <a href="#CollectionofPrimitiveValues">collection of primitive values</a>.</p>
<div class="example">
<p>Example 26: primitive value</p>
Expand Down
10 changes: 5 additions & 5 deletions docs/odata-json-format/odata-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -1897,10 +1897,10 @@ An individual property or operation response is represented as a JSON
object.

A single-valued property or operation response that has the
`null` value and carries no [control information](#ControlInformation)
or [instance annotations](#InstanceAnnotations)
does not have a representation; see
[OData-Protocol](#ODataProtocol).
`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).

A property or operation response that is of a primitive type is
represented as an object with a name/value pair whose name is
Expand All @@ -1909,7 +1909,7 @@ value](#PrimitiveValue) or `null`.

A property or operation response that is of complex type is represented
as a [complex value](#ComplexValue). If the value is `null`, the JSON object
consists of name/value pairs for the `@context` and the
consists of name/value pairs for the
[control information](#ControlInformation)
and [instance annotations](#InstanceAnnotations) only.

Expand Down
10 changes: 5 additions & 5 deletions odata-json-format/10 Media Entity.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ An individual property or operation response is represented as a JSON
object.

A single-valued property or operation response that has the
`null` value and carries no [control information](#ControlInformation)
or [instance annotations](#InstanceAnnotations)
does not have a representation; see
[OData-Protocol](#ODataProtocol).
`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).

A property or operation response that is of a primitive type is
represented as an object with a name/value pair whose name is
Expand All @@ -45,7 +45,7 @@ value](#PrimitiveValue) or `null`.

A property or operation response that is of complex type is represented
as a [complex value](#ComplexValue). If the value is `null`, the JSON object
consists of name/value pairs for the `@context` and the
consists of name/value pairs for the
[control information](#ControlInformation)
and [instance annotations](#InstanceAnnotations) only.

Expand Down

0 comments on commit eeb9d5a

Please sign in to comment.