object
-
claim_namestring required -
claim_valuestring required -
created_atstring · date-time required -
idstring required -
priorityinteger required -
role_idstring required -
workspace_idstring required
OpenAPI schema definition
{
"properties": {
"claim_name": {
"type": "string"
},
"claim_value": {
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"priority": {
"type": "integer"
},
"role_id": {
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"id",
"workspace_id",
"claim_name",
"claim_value",
"role_id",
"priority",
"created_at"
],
"type": "object"
}