{
  "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"
}