Skip to content

Commit c94a5d2

Browse files
committed
Added symbols definition
1 parent 5d2796f commit c94a5d2

19 files changed

+38
-0
lines changed

docs/objects-attributes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `Attributes` object represents the [attributes object](http://jsonapi.org/fo
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
* | `string` | mixed |

docs/objects-document-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `DocumentLink` represents a [links object inside the top level document](htt
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
? | self | `string` |

docs/objects-document.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `Document` object represents the [Top Level](http://jsonapi.org/format/#docu
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
# | data | - [Resource NullResource object](objects-resource-nullresource.md)<br />- [Resource Identifier object](objects-resource-identifier.md)<br />- [Resource Item object](objects-resource-item.md)<br />- [Resource Collection object](objects-resource-collection.md) | not allowed, if 'errors' exists

docs/objects-error-collection.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `ErrorCollection` represents [an array of error objects](http://jsonapi.org/
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
+ | `integer` | [Error object](objects-error.md) |

docs/objects-error-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `ErrorLink` represents a [links object inside an error object](http://jsonap
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
1 | about | - `string`<br />- [Link object](objects-link.md) |

docs/objects-error-source.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `ErrorSource` object represents the [error source object](http://jsonapi.org
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
? | pointer | `string` |

docs/objects-error.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `Error` object represents the [error object](http://jsonapi.org/format/#erro
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
? | id | `string` |

docs/objects-introduction.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ All possible objects and their hierarchical structure are listet below.
77

88
### Symbols
99

10+
_[Symbols definition](objects-introduction.md#symbols)_
11+
1012
| Symbol | Description |
1113
| ------ | ----------- |
1214
| # | at least one of these properties is required |

docs/objects-jsonapi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The `Jsonapi` object represents a [jsonapi object](http://jsonapi.org/format/#do
1111

1212
### Properties
1313

14+
_[Symbols definition](objects-introduction.md#symbols)_
15+
1416
| Key | Value | Note
1517
--- | ---- | ----- | ----
1618
? | version | `string` | Default: `"1.0"`

docs/objects-link.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ The `Link` object represents a [links object](http://jsonapi.org/format/#documen
1818

1919
### Properties
2020

21+
_[Symbols definition](objects-introduction.md#symbols)_
22+
2123
| Key | Value | Note
2224
--- | ---- | ----- | ----
2325
* | `string` | - `string`<br />- [Link object](objects-link.md) |

0 commit comments

Comments
 (0)