{
"jsonapi": {
"version": "1.0"
},
"data": {
"type": "attributes",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"attributes": {
"name": "string",
"original_name": "string",
"sort": 0,
"description": "string",
"key": "string",
"category": "string",
"attribute_category": {
"type": "attribute_categories",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"attributes": {
"name": "string",
"sort": 0,
"key": "string"
}
},
"sort_type": 0,
"field_type": "single",
"attribute_style": "normal",
"attribute_type": "quantity",
"base_url": "string"
},
"relationships": {
"options": {
"data": [
{
"type": "options",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}
}
},
"included": [
{
"type": "options",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"attributes": {
"name": "string",
"original_name": "string",
"key": "string",
"description": "string",
"sort": 0,
"icon_name": "string",
"is_highlight": true,
"meta": []
}
}
]
}