123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- {
- "description": "JSON schema (draft 3) for CSL input data",
- "id": "https://github.com/citation-style-language/schema/raw/master/csl-data.json",
- "type": "array",
- "items": {
- "type": "object",
- "properties": {
- "type": {
- "type": "string",
- "required": true,
- "enum": [
- "article",
- "article-journal",
- "article-magazine",
- "article-newspaper",
- "bill",
- "book",
- "broadcast",
- "chapter",
- "dataset",
- "entry",
- "entry-dictionary",
- "entry-encyclopedia",
- "figure",
- "graphic",
- "interview",
- "legal_case",
- "legislation",
- "manuscript",
- "map",
- "motion_picture",
- "musical_score",
- "pamphlet",
- "paper-conference",
- "patent",
- "personal_communication",
- "post",
- "post-weblog",
- "report",
- "review",
- "review-book",
- "song",
- "speech",
- "thesis",
- "treaty",
- "webpage"
- ]
- },
- "id": {
- "type": [
- "string",
- "number"
- ],
- "required": true
- },
- "categories": {
- "type": "array",
- "items": {
- "type": "string"
- }
- },
- "language": {
- "type": "string"
- },
- "journalAbbreviation": {
- "type": "string"
- },
- "shortTitle": {
- "type": "string"
- },
- "author": {
- "type": "array",
- "items": {
- "id": "name-variable",
- "type": [
- {
- "properties": {
- "family": {
- "type": "string"
- },
- "given": {
- "type": "string"
- },
- "dropping-particle": {
- "type": "string"
- },
- "non-dropping-particle": {
- "type": "string"
- },
- "suffix": {
- "type": "string"
- },
- "comma-suffix": {
- "type": [
- "string",
- "number",
- "boolean"
- ]
- },
- "static-ordering": {
- "type": [
- "string",
- "number",
- "boolean"
- ]
- },
- "literal": {
- "type": "string"
- },
- "parse-names": {
- "type": [
- "string",
- "number",
- "boolean"
- ]
- }
- },
- "additionalProperties": false
- },
- {
- "properties": {
- "literal": {
- "type": "string"
- }
- },
- "additionalProperties": false
- }
- ]
- }
- },
- "collection-editor": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "composer": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "container-author": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "director": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "editor": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "editorial-director": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "interviewer": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "illustrator": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "original-author": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "recipient": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "reviewed-author": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "translator": {
- "type": "array",
- "items": {
- "$ref": "name-variable"
- }
- },
- "accessed": {
- "id": "date-variable",
- "type": [
- {
- "properties": {
- "date-parts": {
- "type": "array",
- "items": {
- "type": "array",
- "items": {
- "type": [
- "string",
- "number"
- ]
- },
- "maxItems": 3
- },
- "maxItems": 2
- },
- "season": {
- "type": [
- "string",
- "number"
- ]
- },
- "circa": {
- "type": [
- "string",
- "number",
- "boolean"
- ]
- },
- "literal": {
- "type": "string"
- },
- "raw": {
- "type": "string"
- }
- },
- "additionalProperties": false
- },
- {
- "properties": {
- "literal": {
- "type": "string"
- }
- },
- "additionalProperties": false
- }
- ]
- },
- "container": {
- "$ref": "date-variable"
- },
- "event-date": {
- "$ref": "date-variable"
- },
- "issued": {
- "$ref": "date-variable"
- },
- "original-date": {
- "$ref": "date-variable"
- },
- "submitted": {
- "$ref": "date-variable"
- },
- "abstract": {
- "type": "string"
- },
- "annote": {
- "type": "string"
- },
- "archive": {
- "type": "string"
- },
- "archive_location": {
- "type": "string"
- },
- "archive-place": {
- "type": "string"
- },
- "authority": {
- "type": "string"
- },
- "call-number": {
- "type": "string"
- },
- "chapter-number": {
- "type": "string"
- },
- "citation-number": {
- "type": "string"
- },
- "citation-label": {
- "type": "string"
- },
- "collection-number": {
- "type": "string"
- },
- "collection-title": {
- "type": "string"
- },
- "container-title": {
- "type": "string"
- },
- "container-title-short": {
- "type": "string"
- },
- "dimensions": {
- "type": "string"
- },
- "DOI": {
- "type": "string"
- },
- "edition": {
- "type": [
- "string",
- "number"
- ]
- },
- "event": {
- "type": "string"
- },
- "event-place": {
- "type": "string"
- },
- "first-reference-note-number": {
- "type": "string"
- },
- "genre": {
- "type": "string"
- },
- "ISBN": {
- "type": "string"
- },
- "ISSN": {
- "type": "string"
- },
- "issue": {
- "type": [
- "string",
- "number"
- ]
- },
- "jurisdiction": {
- "type": "string"
- },
- "keyword": {
- "type": "string"
- },
- "locator": {
- "type": "string"
- },
- "medium": {
- "type": "string"
- },
- "note": {
- "type": "string"
- },
- "number": {
- "type": [
- "string",
- "number"
- ]
- },
- "number-of-pages": {
- "type": "string"
- },
- "number-of-volumes": {
- "type": [
- "string",
- "number"
- ]
- },
- "original-publisher": {
- "type": "string"
- },
- "original-publisher-place": {
- "type": "string"
- },
- "original-title": {
- "type": "string"
- },
- "page": {
- "type": "string"
- },
- "page-first": {
- "type": "string"
- },
- "PMCID": {
- "type": "string"
- },
- "PMID": {
- "type": "string"
- },
- "publisher": {
- "type": "string"
- },
- "publisher-place": {
- "type": "string"
- },
- "references": {
- "type": "string"
- },
- "reviewed-title": {
- "type": "string"
- },
- "scale": {
- "type": "string"
- },
- "section": {
- "type": "string"
- },
- "source": {
- "type": "string"
- },
- "status": {
- "type": "string"
- },
- "title": {
- "type": "string"
- },
- "title-short": {
- "type": "string"
- },
- "URL": {
- "type": "string"
- },
- "version": {
- "type": "string"
- },
- "volume": {
- "type": [
- "string",
- "number"
- ]
- },
- "year-suffix": {
- "type": "string"
- },
- "ECLI": {
- "type": "string"
- },
- "comments": {
- "type": "string"
- }
- },
- "additionalProperties": false
- }
- }
|