{
"BibTexCitation": {
"@type": "BibTexCitation",
"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",
"licenseStamp": {
"@type": "LicenseStamp",
"licenseId": "String",
"summary": "String",
"permits": [
{
"permits(item)": "String"
}
],
"restricts": [
{
"restricts(item)": "String"
}
],
"conditions": [
{
"conditions(item)": "String"
}
],
"checkedOn": "Date",
"verifyUrl": "String"
},
"id": "String"
}
}
{
"BibTexCitation": {
"@type": "BibTexCitation",
"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"
},
"licenseStamp": {
"@type": "LicenseStamp",
"licenseId": {
"description": "OpenControls license id (ULID, min 8 chars). Resolves at verifyUrl to the full registered verdict.",
"type": "String"
},
"summary": {
"description": "Headline verdict. One of: OPEN | RESTRICTED | MIXED | UNKNOWN.",
"type": "String"
},
"permits": [
{
"permits(item)": {
"description": "A right affirmatively allowed, drawn from: scrape, tdm, aiTrain, aiUse, derive, redistribute, transform, tag. A right's ABSENCE from this list is not permission — consult the full license at verifyUrl. Absence is never upgraded to allowed.",
"type": "String"
}
}
],
"restricts": [
{
"restricts(item)": {
"description": "A right explicitly restricted (same vocabulary as permits). Present when restrictions were detected.",
"type": "String"
}
}
],
"conditions": [
{
"conditions(item)": {
"description": "A condition attached to the permitted rights. One of: attribution, sharealike, noncommercial.",
"type": "String"
}
}
],
"checkedOn": {
"description": "Date (YYYY-MM-DD) the source was last checked.",
"type": "Date"
},
"verifyUrl": {
"description": "Canonical URL to verify and retrieve the full registered OpenControls license.",
"type": "String"
}
},
"id": {
"description": "Provenance link to the source corpus document_id.",
"type": "String"
}
}
}