Skip to content

Commit

Permalink
docs/schema/reference.md: Remove parent objects from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 7, 2024
1 parent 87b73f4 commit 36ece4f
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions docs/schema/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -516,9 +516,8 @@ An `Address` is defined as:
:class: hint
```{jsoninclude} ../examples/release_schema_reference/release_package.json
:jsonpointer: /releases/0/parties/0
:expand: address
:title: party
:jsonpointer: /releases/0/parties/0/address
:title: address
```
````

Expand All @@ -539,9 +538,8 @@ A `ContactPoint` is defined as:
:class: hint
```{jsoninclude} ../examples/release_schema_reference/release_package.json
:jsonpointer: /releases/0/parties/0
:expand: contactPoint
:title: party
:jsonpointer: /releases/0/parties/0/contactPoint
:title: contactPoint
```
````

Expand Down Expand Up @@ -675,8 +673,7 @@ A `Unit` is defined as:
:class: hint
```{jsoninclude} ../examples/release_schema_reference/release_package.json
:jsonpointer: /releases/0/tender/items/0
:expand: unit
:jsonpointer: /releases/0/tender/items/0/unit
:title: unit
```
````
Expand All @@ -699,8 +696,8 @@ An `ImmediateContainer` is defined as:
:class: hint
```{jsoninclude} ../examples/release_schema_reference/release_package.json
:jsonpointer: /releases/0/tender/items/1
:expand: immediateContainer
:jsonpointer: /releases/0/tender/items/1/immediateContainer
:expand: capacity
:title: immediateContainer
```
````
Expand Down

0 comments on commit 36ece4f

Please sign in to comment.