
{  
   "types" : {
      "Bookmark" : {
         "pluralLabel" : "Bookmarks"
      },
      "Publication" : {
         "pluralLabel" : "Publications"
      },
      "GoldStandardPublication" : {
         "pluralLabel" : "GoldStandardPublications"
      },
      "GoldStandardBookmark" : {
         "pluralLabel" : "GoldStandardBookmarks"
      },
      "Tag" : {
         "pluralLabel" : "Tags"
      },
      "User" : {
         "pluralLabel" : "Users"
      },
      "Group" : {
         "pluralLabel" : "Groups"
      },
      "Sphere" : {
         "pluralLabel" : "Spheres"
      }
   },
   
   "properties" : {
      "count" : {
         "valueType" : "number"
      },
      "date" : {
         "valueType" : "date"
      },
      "changeDate" : {
         "valueType" : "date"
      },
      "url" : {
         "valueType" : "url"
      },
      "id" : {
         "valueType" : "url"
      },
      "tags" : {
         "valueType" : "item"
      },
      "user" : {
         "valueType" : "item"
      }      
   },
   
   "items" : [
   	  
	  {  
         "type" : "Bookmark",
         "id"   : "https://puma.ub.uni-stuttgart.de/url/044c2bb0e04b66b6659aef7ce48668dc/bselent",
         "tags" : [
            "admin","automation","server"
         ],
         
         "intraHash" : "044c2bb0e04b66b6659aef7ce48668dc",
         "label" : "Modern server infrastructure ",
         "user" : "bselent",
         "description" : "",
         "date" : "2026-01-31 14:23:33",
         "changeDate" : "2026-01-31 14:23:51",
         "count" : 1,
         "url" : "https://ramon.vanraaij.eu/building-a-bulletproof-container-host-disaster-recovery/"

      }
	  
   ]
}
