{
  "description": "DTO (Data Transfer Object) for Helper class MenuItem representing the 'Menu Item' entity",
  "friendlyName": "GroupsBOMenuItem",
  "kind": "SchemaRootObject",
  "name": "GroupsBOMenuItemDTO",
  "properties": [
    {
      "description": "Icon",
      "friendlyName": "Icon",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "icon",
      "underlyingName": "Icon",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Id",
      "friendlyName": "Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "id",
      "underlyingName": "Id",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "Submenu items accessible by group users",
      "elementSchema": {},
      "friendlyName": "Menu",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "items",
      "underlyingName": "Items",
      "underlyingType": "GroupsBOMenuItemDTO[]",
      "underlyingTypeRef": "GroupsBOMenuItemDTO"
    },
    {
      "description": "Label",
      "friendlyName": "Label",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "label",
      "underlyingName": "Label",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Module",
      "friendlyName": "Module",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "module",
      "underlyingName": "Module",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Sort Order",
      "friendlyName": "Sort Order",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "sortOrder",
      "underlyingName": "SortOrder",
      "underlyingType": "int",
      "underlyingTypeRef": "Int32"
    },
    {
      "description": "Visible",
      "friendlyName": "Visible",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "visible",
      "underlyingName": "Visible",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    },
    {
      "description": "Xml File",
      "friendlyName": "Xml File",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "xmlFile",
      "underlyingName": "XmlFile",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    }
  ],
  "underlyingType": "GroupsBOMenuItemDTO",
  "underlyingTypeRef": "GroupsBOMenuItemDTO"
}