
{  
   "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/417af892d82aef9a456ebb80222d3a67/hermann",
         "tags" : [
            "cloud","ibm","serverless","soc2018"
         ],
         
         "intraHash" : "417af892d82aef9a456ebb80222d3a67",
         "label" : "IBM Cloud",
         "user" : "hermann",
         "description" : "IBM Cloud Functions (basierend auf Apache OpenWhisk) ist eine FaaS-Plattform (FaaS = Function-as-a-Service), die zur Ausführung von Funktionen als Reaktion auf eingehende Ereignisse dient. Sie ist kostenfrei, wenn sie nicht in Gebrauch ist.Weitere Informationen ",
         "date" : "2018-06-27 10:17:46",
         "changeDate" : "2018-06-27 08:18:04",
         "count" : 1,
         "url" : "https://console.bluemix.net/openwhisk/"

      }
	  
   ]
}
