Instance Schema
JSON:API schema for Instance resources
Instance Schema
Attributes
| Field | Type | Description |
|---|---|---|
| id | string | (e.g., clx123abc) |
| type | string | (e.g., instances) |
| attributes | object |
Example
{
"data": {
"id": "example-id",
"type": "instance",
"attributes": {
...
}
}
}