{
  "description": "DTO (Data Transfer Object) for Helper class Account_Skill representing the 'Account_Skill' entity",
  "friendlyName": "Account_Skill",
  "kind": "SchemaRootObject",
  "name": "Account_SkillDTO",
  "properties": [
    {
      "description": "The id of the skill",
      "friendlyName": "Id skill",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "skillId",
      "underlyingName": "SkillId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The value of the skill",
      "friendlyName": "Valore skill",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "skillValue",
      "underlyingName": "SkillValue",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "Account_SkillDTO",
  "underlyingTypeRef": "Account_SkillDTO"
}