
{  
   "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/22d721f36383ad506202d753cfe0f74c/diglezakis",
         "tags" : [
            "entwicklung","forschungsdaten","json","metadata","python","schema"
         ],
         
         "intraHash" : "22d721f36383ad506202d753cfe0f74c",
         "label" : "GitHub - frx08/jsonschema2popo: Converts a JSON Schema to a Plain Old Python Object class",
         "user" : "diglezakis",
         "description" : "Converts a JSON Schema to a Plain Old Python Object class - frx08/jsonschema2popo",
         "date" : "2018-12-13 13:45:05",
         "changeDate" : "2018-12-13 12:45:05",
         "count" : 1,
         "url" : "https://github.com/frx08/jsonschema2popo"

      }
,
	  {  
         "type" : "Bookmark",
         "id"   : "https://puma.ub.uni-stuttgart.de/url/b5dd6e7934bc0b28f2eb2c636054fdf0/diglezakis",
         "tags" : [
            "entwicklung","forschungsdaten","json","metadata","python","schema"
         ],
         
         "intraHash" : "b5dd6e7934bc0b28f2eb2c636054fdf0",
         "label" : "Python JSONSchema Objects",
         "user" : "diglezakis",
         "description" : "Python-Klassen aus JSON-Schemas automatisiert generieren",
         "date" : "2018-12-13 13:42:41",
         "changeDate" : "2018-12-13 12:42:41",
         "count" : 1,
         "url" : "https://python-jsonschema-objects.readthedocs.io/en/latest/Introduction.html#"

      }
	  
   ]
}
