0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
resources
/
schema
/
[
Home
]
File: zotero-groups.json
{ "$id": "http://rstudio.org/schemas/zotero-groups.json", "$schema": "http://json-schema.org/schema#", "title": "Zotero Groups Metadata Schema", "type": "array", "items": { "type": "object", "properties": { "id": { "type": "number" }, "version": { "type": "number" }, "data": { "type": "object", "properties": { "name": { "type": "string" } } } } } }