
{  
   "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/2316925253e231493e407c90abf096169/simtech_test",         
         "tags" : [
            "pn1","curated","test"
         ],
         
         "intraHash" : "316925253e231493e407c90abf096169",
         "interHash" : "54e9b9e5ce8b2cf0838a38576f00a007",
         "label" : "Test Post Deletion Copy Version 3",
         "user" : "simtech_test",
         "description" : "",
         "date" : "2024-11-08 09:56:54",
         "changeDate" : "2024-11-08 09:56:54",
         "count" : 8,
         "pub-type": "article",
         
         "year": "2024", 
         "url": "", 
         
         "author": [ 
            "John Doe"
         ],
         "authors": [
         	
            	{"first" : "John",	"last" : "Doe"}
         ],
         
         "editor": [ 
            "John Doe"
         ],
         "editors": [
         	
            	{"first" : "John",	"last" : "Doe"}
         ],
         "volume": "1",
         "bibtexKey": "doe2024deletion5"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/2f3808778b44fb208a5d531b65f7b10bc/simtech_test",         
         "tags" : [
            "pn1","test"
         ],
         
         "intraHash" : "f3808778b44fb208a5d531b65f7b10bc",
         "interHash" : "6a017e723cb9ed584fad762b701f6d8e",
         "label" : "Test Post Deletion Copy Version 2",
         "user" : "simtech_test",
         "description" : "",
         "date" : "2024-11-08 09:56:26",
         "changeDate" : "2024-11-08 09:56:26",
         "count" : 5,
         "pub-type": "article",
         "journal": "my test journal",
         "year": "2024", 
         "url": "", 
         
         "author": [ 
            "John Doe"
         ],
         "authors": [
         	
            	{"first" : "John",	"last" : "Doe"}
         ],
         
         "editor": [ 
            "John Doe"
         ],
         "editors": [
         	
            	{"first" : "John",	"last" : "Doe"}
         ],
         "volume": "1","abstract": "my test abstract",
         "bibtexKey": "doe2024deletion"

      }
,
      {
         "type" : "Publication",
         "id"   : "https://puma.ub.uni-stuttgart.de/bibtex/200e40b6b9bb0b1cf87d62242888a5b58/simtech_test",         
         "tags" : [
            "pn1","curated","test"
         ],
         
         "intraHash" : "00e40b6b9bb0b1cf87d62242888a5b58",
         "interHash" : "e29a12607dd03f56ec28affc2a53b58e",
         "label" : "Test Post Deletion Copy Version 1",
         "user" : "simtech_test",
         "description" : "",
         "date" : "2024-10-15 13:46:10",
         "changeDate" : "2024-10-29 10:05:05",
         "count" : 2,
         "pub-type": "article",
         "journal": "my updated test journal","booktitle": "unknown",
         "year": "2024", 
         "url": "", 
         
         "author": [ 
            "Doe John","Doe Jane"
         ],
         "authors": [
         	
            	{"first" : "Doe",	"last" : "John"},
            	{"first" : "Doe",	"last" : "Jane"}
         ],
         
         "editor": [ 
            "John Doe"
         ],
         "editors": [
         	
            	{"first" : "John",	"last" : "Doe"}
         ],
         "volume": "1","number": "2","pages": "3-4","abstract": "my updated test abstract",
         "bibtexKey": "doe2024deletion"

      }
	  
   ]
}
