{
"description": "DTO (Data Transfer Object) for Helper class OpportunityCompetitor representing the 'Opportunity Competitor' entity",
"friendlyName": "OpportunityCompetitor",
"kind": "SchemaRootObject",
"name": "OpportunityCompetitorDTO",
"properties": [
{
"description": "The company's id",
"foreignKey": {
"boType": "Company",
"type": "ICompanyBO",
"typeRef": "ICompanyBO"
},
"friendlyName": "Concorrente",
"isLogicalPrimitive": true,
"isRequired": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"max": -1.0,
"name": "competitorId",
"underlyingName": "CompetitorId",
"underlyingType": "long",
"underlyingTypeRef": "Int64"
},
{
"description": "Id",
"friendlyName": "Id",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"name": "id",
"underlyingName": "Id",
"underlyingType": "long",
"underlyingTypeRef": "Int64"
},
{
"description": "The role",
"friendlyName": "Ruolo",
"isLogicalPrimitive": true,
"kind": "SchemaObjectProperty",
"layoutStudioPropertyAttributes": [],
"max": -1.0,
"name": "role",
"underlyingName": "Role",
"underlyingType": "string",
"underlyingTypeRef": "String"
}
],
"underlyingType": "OpportunityCompetitorDTO",
"underlyingTypeRef": "OpportunityCompetitorDTO"
}