{
"service_provider_id": "string",
"key": "string",
"name": "string",
"description": "string",
"sort": 0,
"category": "none",
"attribute_style": "normal"
}{
"jsonapi": {
"version": "string"
},
"data": {
"type": "string",
"id": "string",
"attributes": {
"name": "string",
"sort": 0,
"description": null,
"category": "string",
"attribute_category": {
"type": "string",
"id": "string",
"attributes": {
"key": "string",
"name": "string",
"created_at": "string",
"updated_at": "string"
}
},
"original_name": null,
"sort_type": 0,
"field_type": "string",
"attribute_style": "string",
"attribute_type": "string"
},
"relationships": {
"options": {
"data": [
{
"type": "string",
"id": "string"
}
]
}
}
},
"included": [
{
"type": "string",
"id": "string",
"attributes": {
"name": "string",
"description": null,
"sort": true,
"icon_name": "string",
"original-name": null
}
}
]
}