{
  "description": "DTO (Data Transfer Object) for Helper class Sharing representing the 'Sharing' entity",
  "friendlyName": "Sharing",
  "kind": "SchemaRootObject",
  "name": "SharingDTO",
  "properties": [
    {
      "description": "Cross Id",
      "friendlyName": "Cross Id",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "crossId",
      "underlyingName": "CrossId",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
      "description": "Cross Type",
      "friendlyName": "Cross Type",
      "isEnum": true,
      "isLogicalPrimitive": true,
      "isPolymorphic": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "crossType",
      "polymorphicStyleParameterName": "BusinessObjectTypeEnumStyle",
      "polymorphicStyles": {
        "LegacyV9;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveInteger": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "Int32",
          "underlyingType": "int",
          "underlyingTypeRef": "Int32"
        },
        "WebApiV1;AdaptiveString": {
          "isLogicalPrimitive": true,
          "kind": "SchemaRootObject",
          "name": "String",
          "underlyingType": "string",
          "underlyingTypeRef": "String"
        }
      },
      "underlyingName": "CrossType",
      "underlyingType": "BusinessObjectType",
      "underlyingTypeRef": "BusinessObjectType"
    },
    {
      "customConverterType": "FilterForItemsOfArrayConverter",
      "description": "List of permits",
      "elementSchema": {
        "description": "DTO (Data Transfer Object) for Helper class SharePermission representing the 'Share Permission' entity",
        "friendlyName": "SharePermission",
        "kind": "SchemaRootObject",
        "name": "SharePermissionDTO",
        "properties": [
          {
            "description": "Append",
            "friendlyName": "Append",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "append",
            "underlyingName": "Append",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          },
          {
            "description": "Del",
            "friendlyName": "Del",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "del",
            "underlyingName": "Delete",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          },
          {
            "description": "Read",
            "friendlyName": "Read",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "read",
            "underlyingName": "Read",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          },
          {
            "description": "Share",
            "friendlyName": "Share",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "share",
            "underlyingName": "Share",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          },
          {
            "description": "Share Id",
            "friendlyName": "Share Id",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "shareId",
            "underlyingName": "ShareId",
            "underlyingType": "long",
            "underlyingTypeRef": "Int64"
          },
          {
            "description": "Share Name",
            "friendlyName": "Share Name",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "shareName",
            "underlyingName": "ShareName",
            "underlyingType": "string",
            "underlyingTypeRef": "String"
          },
          {
            "customConverterType": "WebApiStyleBasedPropertyJsonConverter",
            "description": "Share Type",
            "friendlyName": "Share Type",
            "isEnum": true,
            "isLogicalPrimitive": true,
            "isPolymorphic": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "shareType",
            "polymorphicStyleParameterName": "BusinessObjectTypeEnumStyle",
            "polymorphicStyles": {
              "LegacyV9;AdaptiveInteger": {
                "isLogicalPrimitive": true,
                "kind": "SchemaRootObject",
                "name": "Int32",
                "underlyingType": "int",
                "underlyingTypeRef": "Int32"
              },
              "WebApiV1;AdaptiveInteger": {
                "isLogicalPrimitive": true,
                "kind": "SchemaRootObject",
                "name": "Int32",
                "underlyingType": "int",
                "underlyingTypeRef": "Int32"
              },
              "WebApiV1;AdaptiveString": {
                "isLogicalPrimitive": true,
                "kind": "SchemaRootObject",
                "name": "String",
                "underlyingType": "string",
                "underlyingTypeRef": "String"
              }
            },
            "underlyingName": "ShareType",
            "underlyingType": "BusinessObjectType",
            "underlyingTypeRef": "BusinessObjectType"
          },
          {
            "description": "Write",
            "friendlyName": "Write",
            "isLogicalPrimitive": true,
            "kind": "SchemaObjectProperty",
            "layoutStudioPropertyAttributes": [],
            "name": "write",
            "underlyingName": "Write",
            "underlyingType": "bool",
            "underlyingTypeRef": "Boolean"
          }
        ],
        "underlyingType": "SharePermissionDTO",
        "underlyingTypeRef": "SharePermissionDTO"
      },
      "friendlyName": "List of permits",
      "isEnumerable": true,
      "kind": "SchemaArrayProperty",
      "name": "permission",
      "underlyingName": "Permission",
      "underlyingType": "SharePermissionDTO[]",
      "underlyingTypeRef": "SharePermissionDTO"
    },
    {
      "description": "Restrict",
      "friendlyName": "Restrict",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "restrict",
      "underlyingName": "Restrict",
      "underlyingType": "bool",
      "underlyingTypeRef": "Boolean"
    }
  ],
  "underlyingType": "SharingDTO",
  "underlyingTypeRef": "SharingDTO"
}