Skip to content

Commit

Permalink
More overlooked links
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Sep 9, 2024
1 parent 747bf8b commit c8f0576
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/odata-json-format/odata-json-format.html
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ <h3 id="463-control-information-type-odatatype"><a id="ControlInformationtypeoda
<details open><summary>
<h3 id="464-control-information-count-odatacount"><a id="ControlInformationcountodatacount" href="#ControlInformationcountodatacount">4.6.4 Control Information: <code>count</code> (<code>odata.count</code>)</a></h3>
</summary>
<p>The <code>count</code> control information occurs only in responses and can annotate any collection, see <a href="#ODataProtocol">OData-Protocol</a> section 11.2.5.5 System Query Option <code>$count</code>. Its value is an <code>Edm.Int64</code> value corresponding to the total count of members in the collection represented by the request.</p>
<p>The <code>count</code> control information occurs only in responses and can annotate any collection, see <a href="https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part1-protocol.html#SystemQueryOptioncount">OData-Protocol, section System Query Option <code>$count</code></a>. Its value is an <code>Edm.Int64</code> value corresponding to the total count of members in the collection represented by the request.</p>
</details>
<details open><summary>
<h3 id="465-control-information-nextlink-odatanextlink"><a id="ControlInformationnextLinkodatanextLink" href="#ControlInformationnextLinkodatanextLink">4.6.5 Control Information: <code>nextLink</code> (<code>odata.nextLink</code>)</a></h3>
Expand Down
5 changes: 2 additions & 3 deletions docs/odata-json-format/odata-json-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -913,9 +913,8 @@ metadata document of a different service
### <a id="ControlInformationcountodatacount" href="#ControlInformationcountodatacount">4.6.4 Control Information: `count` (`odata.count`)</a>

The `count` control information occurs only in responses and
can annotate any collection, see [OData-Protocol](#ODataProtocol)
section 11.2.5.5 System Query Option
`$count`. Its value is an
can annotate any collection, see [OData-Protocol, section "System Query Option `$count`"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part1-protocol.html#SystemQueryOptioncount).
Its value is an
`Edm.Int64` value corresponding to
the total count of members in the collection represented by the request.

Expand Down
4 changes: 2 additions & 2 deletions docs/odata-protocol/odata-protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,7 @@ <h3 id="1212-odata-40-intermediate-conformance-level"><a id="OData40Intermediate
<li>SHOULD support the <code>$skip</code> system query option (<a href="#SystemQueryOptionskip">section 11.2.6.4</a>)</li>
<li>SHOULD support the <code>$count</code> system query option (<a href="#SystemQueryOptioncount">section 11.2.6.5</a>)</li>
<li>SHOULD support <code>$expand</code> (<a href="#SystemQueryOptionexpand">section 11.2.5.2</a>)</li>
<li>SHOULD support the lambda operators <code>any</code> and <code>all</code> on navigation- and collection-valued properties (section 5.1.1.10 in <a href="#ODataURL">OData-URL</a>)</li>
<li>SHOULD support the lambda operators <code>any</code> and <code>all</code> on navigation- and collection-valued properties (<a href="https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators">OData-URL, section “Lambda Operators”</a>)</li>
<li>SHOULD support the <code>/$count</code> segment on navigation and collection properties (<a href="#RequestingtheNumberofItemsinaCollection">section 11.2.10</a>)</li>
<li>SHOULD support <code>$orderby asc</code> and <code>desc</code> on individual properties (<a href="#SystemQueryOptionorderby">section 11.2.6.2</a>)</li>
</ol>
Expand All @@ -3527,7 +3527,7 @@ <h3 id="1213-odata-40-advanced-conformance-level"><a id="OData40AdvancedConforma
<li>MUST publish metadata at <code>$metadata</code> according to <a href="#ODataCSDL">OData-CSDLXML</a> (<a href="#MetadataDocumentRequest">section 11.1.2</a>)</li>
<li>MUST support the <a href="#ODataJSON">OData-JSON</a> format</li>
<li>MUST support the <code>/$count</code> segment on navigation and collection properties (<a href="#RequestingtheNumberofItemsinaCollection">section 11.2.10</a>)</li>
<li>MUST support the lambda operators <code>any</code> and <code>all</code> on navigation- and collection-valued properties (section 5.1.1.10 in <a href="#ODataURL">OData-URL</a>)</li>
<li>MUST support the lambda operators <code>any</code> and <code>all</code> on navigation- and and collection-valued properties (<a href="https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators">OData-URL, section “Lambda Operators”</a>)</li>
<li>MUST support the <code>$skip</code> system query option (<a href="#SystemQueryOptionskip">section 11.2.6.4</a>)</li>
<li>MUST support the <code>$count</code> system query option (<a href="#SystemQueryOptioncount">section 11.2.6.5</a>)</li>
<li>MUST support <code>$orderby</code> with <code>asc</code> and <code>desc</code> on individual properties (<a href="#SystemQueryOptionorderby">section 11.2.6.2</a>)</li>
Expand Down
6 changes: 2 additions & 4 deletions docs/odata-protocol/odata-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -6690,8 +6690,7 @@ with generic clients
13. SHOULD support the `$count` system query option ([section 11.2.6.5](#SystemQueryOptioncount))
14. SHOULD support `$expand` ([section 11.2.5.2](#SystemQueryOptionexpand))
15. SHOULD support the lambda operators `any` and `all` on navigation-
and collection-valued properties (section 5.1.1.10 in
[OData-URL](#ODataURL))
and collection-valued properties ([OData-URL, section "Lambda Operators"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators))
16. SHOULD support the `/$count` segment on navigation and collection
properties ([section 11.2.10](#RequestingtheNumberofItemsinaCollection))
17. SHOULD support `$orderby asc` and `desc` on individual properties
Expand All @@ -6709,8 +6708,7 @@ Level](#OData40IntermediateConformanceLevel)
4. MUST support the `/$count` segment on navigation and collection
properties ([section 11.2.10](#RequestingtheNumberofItemsinaCollection))
5. MUST support the lambda operators `any` and `all` on navigation- and
collection-valued properties (section 5.1.1.10 in
[OData-URL](#ODataURL))
and collection-valued properties ([OData-URL, section "Lambda Operators"](https://docs.oasis-open.org/odata/odata/v4.02/odata-v4.02-part2-url-conventions.html#LambdaOperators))
6. MUST support the `$skip` system query option ([section 11.2.6.4](#SystemQueryOptionskip))
7. MUST support the `$count` system query option ([section 11.2.6.5](#SystemQueryOptioncount))
8. MUST support `$orderby` with `asc` and `desc` on individual properties
Expand Down
5 changes: 2 additions & 3 deletions odata-json-format/4 Common Characteristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,8 @@ metadata document of a different service
### ##subsubsec Control Information: `count` (`odata.count`)

The `count` control information occurs only in responses and
can annotate any collection, see [OData-Protocol](#ODataProtocol)
section 11.2.5.5 System Query Option
`$count`. Its value is an
can annotate any collection, see [OData-Protocol, section "System Query Option `$count`"]($$$OData-Protocol$$$#SystemQueryOptioncount).
Its value is an
`Edm.Int64` value corresponding to
the total count of members in the collection represented by the request.

Expand Down
6 changes: 2 additions & 4 deletions odata-protocol/12 Conformance.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ with generic clients
13. SHOULD support the `$count` system query option ([section ##SystemQueryOptioncount])
14. SHOULD support `$expand` ([section ##SystemQueryOptionexpand])
15. SHOULD support the lambda operators `any` and `all` on navigation-
and collection-valued properties (section 5.1.1.10 in
[OData-URL](#ODataURL))
and collection-valued properties ([OData-URL, section "Lambda Operators"]($$$OData-URL$$$#LambdaOperators))
16. SHOULD support the `/$count` segment on navigation and collection
properties ([section ##RequestingtheNumberofItemsinaCollection])
17. SHOULD support `$orderby asc` and `desc` on individual properties
Expand All @@ -172,8 +171,7 @@ Level](#OData40IntermediateConformanceLevel)
4. MUST support the `/$count` segment on navigation and collection
properties ([section ##RequestingtheNumberofItemsinaCollection])
5. MUST support the lambda operators `any` and `all` on navigation- and
collection-valued properties (section 5.1.1.10 in
[OData-URL](#ODataURL))
and collection-valued properties ([OData-URL, section "Lambda Operators"]($$$OData-URL$$$#LambdaOperators))
6. MUST support the `$skip` system query option ([section ##SystemQueryOptionskip])
7. MUST support the `$count` system query option ([section ##SystemQueryOptioncount])
8. MUST support `$orderby` with `asc` and `desc` on individual properties
Expand Down

0 comments on commit c8f0576

Please sign in to comment.