Skip to content

Commit

Permalink
TC 2024-05-15
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed May 15, 2024
1 parent 046028a commit 4d7588d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Org.OData.Capabilities.V1.capabilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ However, if insertability was static, the value would be a boolean literal and n
}
```

If tool restrictions prevented annotation targets with navigation properties in them, like the `Headers/Items` target, then non-insertable and non-updatable properties on item and subitem level would be annotated on the `Headers` target:
If limitations such as tool restrictions prevented annotation targets with navigation properties in them, like the `Headers/Items` target, then non-insertable and non-updatable properties on item and subitem level would be annotated on the `Headers` target:

```jsonc
"self.Container/Headers": {
Expand All @@ -77,7 +77,7 @@ If tool restrictions prevented annotation targets with navigation properties in

## Subitem Level

If there are no such tool restrictions, the subitem level is annotated using `NavigationRestrictions` on item level and `InsertRestrictions` and `UpdateRestrictions` on subitem level.
If there are no such tool limitations, the subitem level is annotated using `NavigationRestrictions` on item level and `InsertRestrictions` and `UpdateRestrictions` on subitem level.

```jsonc
"self.Container/Headers/Items": {
Expand Down

0 comments on commit 4d7588d

Please sign in to comment.