commonmeta-schema 1.0.1

Commonmeta JSON Schemas and conformance fixtures
Documentation
{
  "id": "https://doi.org/10.5555/12345678",
  "schemaVersion": "http://datacite.org/schema/kernel-4",
  "container": {
    "type": "Journal",
    "identifier": "1234-5678",
    "identifierType": "ISSN",
    "title": "Journal of Examples",
    "volume": "12",
    "issue": "3",
    "firstPage": "100",
    "lastPage": "110"
  },
  "creators": [
    {
      "affiliation": [
        {
          "name": "Example University",
          "affiliationIdentifier": "https://ror.org/05dxps055",
          "affiliationIdentifierScheme": "ROR",
          "schemeUri": "https://ror.org"
        }
      ],
      "familyName": "Lovelace",
      "givenName": "Ada",
      "name": "Lovelace, Ada",
      "nameType": "Personal"
    }
  ],
  "dates": [
    {
      "date": "2024-03-15",
      "dateType": "Issued"
    }
  ],
  "descriptions": [
    {
      "description": "An abstract about things.",
      "descriptionType": "Abstract"
    }
  ],
  "doi": "10.5555/12345678",
  "language": "en",
  "publicationYear": 2024,
  "publisher": {
    "name": "Example Publisher"
  },
  "relatedIdentifiers": [
    {
      "relatedIdentifier": "10.1000/xyz",
      "relatedIdentifierType": "DOI",
      "relationType": "References",
      "resourceTypeGeneral": "Other"
    }
  ],
  "rightsList": [
    {
      "rightsIdentifier": "cc-by-4.0",
      "rightsIdentifierScheme": "SPDX",
      "rightsUri": "https://creativecommons.org/licenses/by/4.0/legalcode",
      "schemeUri": "https://spdx.org/licenses/"
    }
  ],
  "titles": [
    {
      "title": "A Study of Things"
    }
  ],
  "types": {
    "bibtex": "article",
    "citeproc": "article-journal",
    "resourceTypeGeneral": "JournalArticle",
    "ris": "JOUR",
    "schemaOrg": "ScholarlyArticle"
  },
  "url": "https://example.org/article/1"
}