Data:CS1/Identifier limits.tab

From AviationSafetyX Wiki
Jump to navigation Jump to search

{

 "license": "CC0-1.0",
 "description": {
   "en": "Identifier limits for Module:Citation/CS1"
 },
 "schema": {
   "fields": [
     { "name": "type", "type": "string" },
     { "name": "limit", "type": "number" }
   ],
   "primaryKey": "type",
   "version": "1.0"
 },
 "data": [
   { "type": "OCLC", "limit": 1000000000 },
   { "type": "OSTI", "limit": 9999999 },
   { "type": "PMC", "limit": 10000000 },
   { "type": "PMID", "limit": 100000000 },
   { "type": "RFC", "limit": 9999 },
   { "type": "SSRN", "limit": 9999999 },
   { "type": "S2CID", "limit": 100000000 }
 ]

}