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