{
  "description": "DTO (Data Transfer Object) for Helper class SimpleCatalogLink representing the 'Simple Catalog Link' entity",
  "friendlyName": "SimpleCatalogLink",
  "kind": "SchemaRootObject",
  "name": "SimpleCatalogLinkDTO",
  "properties": [
    {
      "description": "The code of the product",
      "friendlyName": "Codice prodotto",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "code",
      "underlyingName": "Code",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The id of the price item",
      "friendlyName": "The id of the price item",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The minimum quanity",
      "friendlyName": "Quantità minima",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "minimumQuantity",
      "underlyingName": "MinimumQuantity",
      "underlyingType": "decimal",
      "underlyingTypeRef": "Decimal"
    },
    {
      "description": "If is Obbligatory",
      "friendlyName": "Obbligatorio",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "obbligatory",
      "underlyingName": "Obbligatory",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "The id of the parent product",
      "friendlyName": "The id of the parent product",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "parentID",
      "underlyingName": "ParentID",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Product ID",
      "friendlyName": "Product ID",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "productID",
      "underlyingName": "ProductID",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "The short description of the product",
      "friendlyName": "Descrizione corta",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "shortDescription",
      "underlyingName": "ShortDescription",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "If is suggested",
      "friendlyName": "Consigliato",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "suggested",
      "underlyingName": "Suggested",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "SimpleCatalogLinkDTO",
  "underlyingTypeRef": "SimpleCatalogLinkDTO"
}