SiLeBAT/FSK-Lab

View on GitHub
de.bund.bfr.knime.fsklab.metadata.model/generatedviews/ReferenceModel.json

Summary

Maintainability
Test Coverage
{
  "type": "object",
  "properties": {
    "isReferenceDescription": {
      "type": "boolean"
    },
    "publicationType": {
      "type": "string",
      "enum": [
        "ABST",
        "ADVS",
        "AGGR",
        "ANCIENT",
        "ART",
        "BILL",
        "BLOG",
        "BOOK",
        "CASE",
        "CHAP",
        "CHART",
        "CLSWK",
        "COMP",
        "CONF",
        "CPAPER",
        "CTLG",
        "DATA",
        "DBASE",
        "DICT",
        "EBOOK",
        "ECHAP",
        "EDBOOK",
        "EJOUR",
        "ELECT",
        "ENCYC",
        "EQUA",
        "FIGURE",
        "GEN",
        "GOVDOC",
        "GRANT",
        "HEAR",
        "ICOMM",
        "INPR",
        "JFULL",
        "LEGAL",
        "MANSCPT",
        "MAP",
        "MGZN",
        "MPCT",
        "MULTI",
        "MUSIC",
        "NEWS",
        "PAMP",
        "PAT",
        "PCOMM",
        "RPRT",
        "SER",
        "SLIDE",
        "SOUND",
        "STAND",
        "STAT",
        "THES",
        "UNPB",
        "VIDEO"
      ]
    },
    "publicationDate": {
      "type": "string",
      "format": "date-time"
    },
    "pmid": {
      "type": "string"
    },
    "doi": {
      "type": "string"
    },
    "authorList": {
      "type": "string"
    },
    "publicationTitle": {
      "type": "string"
    },
    "publicationAbstract": {
      "type": "string"
    },
    "publicationJournal": {
      "type": "string"
    },
    "publicationVolume": {
      "type": "integer"
    },
    "publicationIssue": {
      "type": "integer"
    },
    "publicationStatus": {
      "type": "string"
    },
    "publicationWebsite": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  },
  "additionalProperties": false,
  "required": [
    "isReferenceDescription",
    "publicationTitle"
  ]
}