{
  "description": "DTO (Data Transfer Object) for Helper class TreeItem representing the 'Tree Item' entity",
  "friendlyName": "FreeFieldsBOTreeItem",
  "kind": "SchemaRootObject",
  "name": "FreeFieldsBOTreeItemDTO",
  "properties": [
    {
      "description": "If the item is checked",
      "friendlyName": "If the item is checked",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "checked",
      "underlyingName": "Checked",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "The count of the children",
      "friendlyName": "The count of the children",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "childCount",
      "underlyingName": "ChildCount",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "The code of the item",
      "friendlyName": "The code of the item",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "max": 50.0,
      "name": "code",
      "underlyingName": "Code",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "The description of the item",
      "friendlyName": "The description of the item",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "max": 500.0,
      "name": "description",
      "underlyingName": "Description",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "The localizing strings for current object",
      "elementSchema": {
        "description": "DTO (Data Transfer Object) for Helper class ItemLocalizing representing the 'Item Localizing' entity",
        "friendlyName": "FreeFieldsBOItemLocalizing",
        "kind": "SchemaRootObject",
        "name": "FreeFieldsBOItemLocalizingDTO",
        "properties": [
          {
            "description": "Code",
            "friendlyName": "Code",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "code",
            "underlyingName": "Code",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "description": "Language",
            "friendlyName": "Language",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "language",
            "underlyingName": "Language",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "description": "Localized Text 1",
            "friendlyName": "Localized Text 1",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "localizedText1",
            "underlyingName": "LocalizedText1",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          }
        ],
        "underlyingType": "FreeFieldsBOItemLocalizingDTO",
        "underlyingTypeRef": "FreeFieldsBOItemLocalizingDTO"
      },
      "friendlyName": "Descrizioni in lingua",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "localizings",
      "underlyingName": "Localizings",
      "underlyingType": "FreeFieldsBOItemLocalizingDTO[]",
      "underlyingTypeRef": "FreeFieldsBOItemLocalizingDTO"
    },
    {
      "description": "The parent code of the item",
      "friendlyName": "The parent code of the item",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "max": 50.0,
      "name": "parentCode",
      "underlyingName": "ParentCode",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "FreeFieldsBOTreeItemDTO",
  "underlyingTypeRef": "FreeFieldsBOTreeItemDTO"
}