{
  "a": "author",
  "A": {
    "field": "author",
    "operations": [
      {
        "function": "exec",
        "regex": "\\\\w{1}"
      },
      {
        "function": "toUpperCase"
      }
    ]
  },
  "F": "authorLastF",
  "I": "authorInitials",
  "d": "editor",
  "D": {
    "field": "editor",
    "operations": [
      {
        "function": "exec",
        "regex": "\\\\w{1}"
      },
      {
        "function": "toUpperCase"
      }
    ]
  },
  "L": "editorLastF",
  "l": "editorInitials",
  "t": "titleFormated",
  "h": "shortTitle",
  "j": "publicationTitle",
  "s": "journalAbbreviation",
  "p": "publisher",
  "w": {
    "default": "publisher",
    "audioRecording": "label",
    "bill": "legislativeBody",
    "case": "court",
    "computerProgram": "company",
    "film": "distributor",
    "journalArticle": "publicationTitle",
    "magazineArticle": "publicationTitle",
    "newspaperArticle": "publicationTitle",
    "patent": "issuingAuthority",
    "presentation": "meetingName",
    "radioBroadcast": "network",
    "report": "institution",
    "thesis": "university",
    "tvBroadcast": "network"
  },
  "n": "patentNumber",
  "i": "assignee",
  "y": {
    "field": {
      "default": "date",
      "patent": "issueDate"
    },
    "operations": [
      {
        "function": "exec",
        "regex": "\\\\d{4}"
      }
    ]
  },
  "v": "volume",
  "e": "issue",
  "T": "itemType",
  "f": "pages",
  "x": "extra",
  "c": "collectionPaths"
}