{
"RgBibtexCitation": {
"@type": "RgBibtexCitation",
"schemaVersion": 1,
"entryType": "String",
"citationKey": "String",
"title": "String",
"author": "String",
"institution": "String",
"howpublished": "String",
"year": "String",
"month": "String",
"url": "URL",
"urldate": "Date",
"note": "String",
"keywords": "String",
"copyright": "String",
"jurisdiction": "String",
"lastrevised": "Date",
"restriction": "String",
"contenttype": "String",
"cyberscore": "String",
"publisherid": "String",
"reggenomeid": "String"
}
}
{
"RgBibtexCitation": {
"@type": "RgBibtexCitation",
"schemaVersion": 1,
"entryType": {
"description": "The BibTeX entry type, either misc or techreport.",
"type": "String"
},
"citationKey": {
"description": "Unique stable citation key composed as publisher-year-docid8.",
"type": "String"
},
"title": {
"description": "Document title as published, whitespace-normalized and BibTeX-escaped.",
"type": "String"
},
"author": {
"description": "Issuing authority as a corporate author, brace-wrapped.",
"type": "String"
},
"institution": {
"description": "Issuing institution. Present only on techreport entries.",
"type": "String"
},
"howpublished": {
"description": "How the document was published. Present only on misc entries.",
"type": "String"
},
"year": {
"description": "Four-digit year of original publication, or 'n.d.' if unknown.",
"type": "String"
},
"month": {
"description": "Three-letter lowercase BibTeX month abbreviation (jan-dec).",
"type": "String"
},
"url": {
"description": "Canonical URL at the publisher's site, never a mirror.",
"type": "URL"
},
"urldate": {
"description": "Date (YYYY-MM-DD) the URL was last retrieved and verified.",
"type": "Date"
},
"note": {
"description": "Free-text annotation; genre + jurisdiction of the source.",
"type": "String"
},
"keywords": {
"description": "Comma-separated sector and topic keywords from the source.",
"type": "String"
},
"copyright": {
"description": "The copyright notice as published by the source, verbatim (e.g. 'Copyright © US Securities and Exchange Commission 2011'). Taken from the source record's copyright_notice. Recognized by several BibTeX/biblatex styles; safely ignored elsewhere.",
"type": "String"
},
"jurisdiction": {
"description": "The publisher's jurisdiction as a structured value: an ISO 3166-1 alpha-2 code (US, AU, CA, GB, NZ, DE) or a descriptive area ('International Standard-Setters'). Structured duplicate of the jurisdiction segment inside note, so consumers don't have to parse free text. Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "String"
},
"lastrevised": {
"description": "The date (YYYY-MM-DD) on which the publisher or corpus last updated the source record, taken from the source record's last_updated timestamp. Distinguishes living documents from static ones when compared against year. Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "Date"
},
"restriction": {
"description": "Access restriction on the source document as recorded in the corpus (e.g. 'unrestricted'). Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "String"
},
"contenttype": {
"description": "MIME type of the source document at url (e.g. 'application/pdf'). Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "String"
},
"cyberscore": {
"description": "The corpus's cyber-relevance score for the document, a 0–1 decimal serialized as a string (e.g. '0.0883'). Supports relevance filtering of bibliographies without a round-trip to the corpus. Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "String"
},
"publisherid": {
"description": "The stable slug identifying the publisher in the source corpus (e.g. 'us-securities-and-exchange-commission'). Pairs with reggenomeid so both ends of the provenance link are machine-resolvable. Non-standard BibTeX field; ignored by typesetters, preserved by parsers.",
"type": "String"
},
"reggenomeid": {
"type": "String"
}
}
}