
{  
   "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" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2714e20216ab260122aab18992916b89a/dlrt",         
         "tags" : [
            "debugging","from:hermann","software","testing"
         ],
         
         "intraHash" : "714e20216ab260122aab18992916b89a",
         "interHash" : "74cd7efe7bc66d6ca18165c76d848a55",
         "label" : "Test-driven Development - by example.",
         "user" : "dlrt",
         "description" : "",
         "date" : "2020-11-30 13:25:08",
         "changeDate" : "2020-12-03 10:12:56",
         "count" : 3,
         "pub-type": "book",
         "series": "The Addison-Wesley signature series","publisher":"Addison-Wesley",
         "year": "2003", 
         "url": "", 
         
         "author": [ 
            "Kent L. Beck"
         ],
         "authors": [
         	
            	{"first" : "Kent L.",	"last" : "Beck"}
         ],
         "pages": "I-XIX, 1-220",
         "isbn" : "978-0-321-14653-3",
         
         "bibtexKey": "books/daglib/0019907"

      }
	  
   ]
}
