0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
resources
/
schema
/
[
Home
]
File: quarto-xref.json
{ "$id": "http://rstudio.org/schemas/quarto-xref.json", "$schema": "http://json-schema.org/schema#", "title": "Quarto Crossref Index Schema", "type": "object", "properties": { "entries": { "type": "array", "items": { "type": "object", "properties": { "key": { "type": "string" }, "caption": { "type": "string", "default": "" } } } } } }