Skip to content

Commit

Permalink
Missing blank line before chapter 8
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Oct 25, 2024
1 parent 0472a2d commit 969d41d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/odata-json-format/odata-json-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -1058,9 +1058,10 @@ <h2 id="75-untyped-value"><a id="UntypedValue" href="#UntypedValue">7.5 Untyped
<p>Untyped values are the only place where a collection can directly contain a collection, or a collection can contain a mix of primitive values, structural values, and collections.</p>
<p>All children of an untyped property are assumed to be untyped unless they are annotated with the <a href="#ControlInformationtypeodatatype"><code>type</code></a> control information, in which case they MUST conform to the type described by the control information.</p>
<p>A primitive value within an untyped collection is interpreted as an <code>Edm.Boolean</code>, <code>Edm.String</code>, or <code>Edm.Decimal</code> value, depending on the JavaScript type.</p>
<h2>Collections directly contained within an untyped collection are themselves untyped.</h2>
<p>Collections directly contained within an untyped collection are themselves untyped.</p>
</details>
</details>
<hr />
<details open><summary>
<h1 id="8-navigation-property"><a id="NavigationProperty" href="#NavigationProperty">8 Navigation Property</a></h1>
</summary>
Expand Down
1 change: 1 addition & 0 deletions docs/odata-json-format/odata-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,7 @@ A primitive value within an untyped collection is interpreted as an `Edm.Boolean
depending on the JavaScript type.

Collections directly contained within an untyped collection are themselves untyped.

-------

# <a id="NavigationProperty" href="#NavigationProperty">8 Navigation Property</a>
Expand Down
1 change: 1 addition & 0 deletions odata-json-format/7 Structural Property.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ an `Edm.Boolean`, `Edm.String`, or `Edm.Decimal` value,
depending on the JavaScript type.

Collections directly contained within an untyped collection are themselves untyped.

-------

# ##sec Navigation Property
Expand Down

0 comments on commit 969d41d

Please sign in to comment.