0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
resources
/
schema
/
[
Home
]
File: pubmed-esummary.json
{ "$id": "http://rstudio.org/schemas/pubmed-esummary.json", "$schema": "http://json-schema.org/schema#", "title": "PubMed eSummary Schema", "type": "object", "properties": { "result": { "type": "object", "properties": { "uids": { "type": "array", "items": { "type": "string" } } } } } }