Skip to content

Commit d41eec8

Browse files
committed
Changed Name to Key
1 parent 41aef8f commit d41eec8

18 files changed

+18
-18
lines changed

docs/objects-attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `Attributes` object represents the [attributes object](http://jsonapi.org/fo
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
* | `string` | mixed |
1717
! | type | | already used in [Resource Item object](objects-resource-item.md) |

docs/objects-document-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `DocumentLink` represents a [links object inside the top level document](htt
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
? | self | `string` |
1717
? | related | `string` |

docs/objects-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `Document` object represents the [Top Level](http://jsonapi.org/format/#docu
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
# | 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
1717
# | errors | [Error Collection object](objects-error-collection.md) | not allowed, if 'data' exists

docs/objects-error-collection.md

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

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
+ | `integer` | [Error object](objects-error.md) |

docs/objects-error-link.md

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

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
1 | about | - `string`<br />- [Link object](objects-link.md) |

docs/objects-error-source.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `ErrorSource` object represents the [error source object](http://jsonapi.org
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
? | pointer | `string` |
1717
? | parameter | `string` |

docs/objects-error.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `Error` object represents the [error object](http://jsonapi.org/format/#erro
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
? | id | `string` |
1717
? | links | [Error Link object](objects-error-link.md) |

docs/objects-jsonapi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The `Jsonapi` object represents a [jsonapi object](http://jsonapi.org/format/#do
1111

1212
### Properties
1313

14-
| Name | Value | Note
14+
| Key | Value | Note
1515
--- | ---- | ----- | ----
1616
? | version | `string` | Default: `"1.0"`
1717
? | meta | [Meta object](objects-meta.md) |

docs/objects-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The `Link` object represents a [links object](http://jsonapi.org/format/#documen
1818

1919
### Properties
2020

21-
| Name | Value | Note
21+
| Key | Value | Note
2222
--- | ---- | ----- | ----
2323
* | `string` | - `string`<br />- [Link object](objects-link.md) |
2424
? | href | `string` |

docs/objects-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ The `Meta` object represents a [meta object](http://jsonapi.org/format/#document
1717

1818
### Properties
1919

20-
| Name | Value | Note
20+
| Key | Value | Note
2121
--- | ---- | ----- | ----
2222
* | `string` | `mixed` |

0 commit comments

Comments
 (0)