Error Schema
JSON:API schema for Error resources
Error Schema
Attributes
| Field | Type | Description |
|---|---|---|
| errors | array |
Example
{
"data": {
"id": "example-id",
"type": "error",
"attributes": {
...
}
}
}JSON:API schema for Error resources
| Field | Type | Description |
|---|---|---|
| errors | array |
{
"data": {
"id": "example-id",
"type": "error",
"attributes": {
...
}
}
}