RepositoryProblemFacet Data Type
| name | data type | description |
|---|---|---|
| facetId | string | |
| id | string | |
| message | string | |
| name | string | |
| namespace | string | |
| problem | string | |
| project | string | |
| repositoryId | string | |
| version | string |
Example
{
"facetId" : "...",
"name" : "...",
"repositoryId" : "...",
"namespace" : "...",
"project" : "...",
"version" : "...",
"id" : "...",
"message" : "...",
"problem" : "..."
}