{
"id": "<string>",
"type": "customforms",
"attributes": {
"name": "<string>",
"description": "<string>",
"target_model_type": "<string>"
},
"links": {
"self": "<string>"
},
"relationships": {
"custom_fields": {
"data": [
{
"type": "<string>",
"id": "<string>"
}
],
"links": {
"self": "<string>"
}
}
}
}