Data:CS1/Identifier limits.tab: Difference between revisions
| [checked revision] | [checked revision] |
Pumpkin created the page Data:CS1/Identifier limits.tab using a non-default content model "JSON" |
No edit summary |
||
| Line 1: | Line 1: | ||
{} | { | ||
"license": "CC0-1.0", | |||
"description": { | |||
"en": "Limit values for Citation Style 1 and 2 identifier error checking" | |||
}, | |||
"sources": "For help, see [[Data talk:CS1/Identifier limits.tab|documentation]]; ask at [[:en:Help talk:Citation Style 1]]", | |||
"schema": { | |||
"fields": [ | |||
{ | |||
"name": "identifier", | |||
"type": "string", | |||
"title": { | |||
"en": "Identifier", | |||
"uk": "Ідентифікатори" | |||
} | |||
}, | |||
{ | |||
"name": "limit", | |||
"type": "number", | |||
"title": { | |||
"en": "Identifier limit value", | |||
"uk": "Значання лімітів ідентифікаторів" | |||
} | |||
} | |||
] | |||
}, | |||
"data": [ | |||
[ | |||
"OCLC", | |||
11090000000 | |||
], | |||
[ | |||
"OSTI", | |||
23010000 | |||
], | |||
[ | |||
"PMC", | |||
12900000 | |||
], | |||
[ | |||
"PMID", | |||
41900000 | |||
], | |||
[ | |||
"RFC", | |||
9300 | |||
], | |||
[ | |||
"SSRN", | |||
6000000 | |||
], | |||
[ | |||
"S2CID", | |||
286000000 | |||
] | |||
] | |||
} | |||