{
  "friendlyName": "StorageShare",
  "kind": "SchemaRootObject",
  "name": "StorageShare",
  "properties": [
    {
      "description": "File Name",
      "friendlyName": "File Name",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "fileName",
      "underlyingName": "FileName",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Photo Url",
      "friendlyName": "Photo Url",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "photoUrl",
      "underlyingName": "PhotoUrl",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Size",
      "friendlyName": "Size",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "size",
      "underlyingName": "Size",
      "underlyingType": "long",
      "underlyingTypeRef": "Int64"
    },
    {
      "description": "Url",
      "friendlyName": "Url",
      "isLogicalPrimitive": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "url",
      "underlyingName": "Url",
      "underlyingType": "string",
      "underlyingTypeRef": "String"
    },
    {
      "description": "Validity Date",
      "friendlyName": "Validity Date",
      "isLogicalPrimitive": true,
      "isNullable": true,
      "kind": "SchemaObjectProperty",
      "layoutStudioPropertyAttributes": [],
      "name": "validityDate",
      "underlyingName": "ValidityDate",
      "underlyingType": "DateTime?",
      "underlyingTypeRef": "Nullable`1"
    }
  ],
  "underlyingType": "StorageShare",
  "underlyingTypeRef": "StorageShare"
}