commonmeta-schema 1.0.1

Commonmeta JSON Schemas and conformance fixtures
Documentation
{
  "id": "https://doi.org/10.5555/12345678",
  "type": "JournalArticle",
  "container": {
    "type": "Journal",
    "title": "Journal of Examples",
    "first_page": "100",
    "last_page": "110",
    "volume": "12",
    "issue": "3",
    "identifiers": [
      {
        "identifier": "1234-5678",
        "identifier_type": "ISSN"
      }
    ]
  },
  "contributors": [
    {
      "type": "Person",
      "person": {
        "given_name": "Ada",
        "family_name": "Lovelace",
        "affiliations": [
          {
            "name": "Example University",
            "identifier": "https://ror.org/05dxps055",
            "identifier_type": "ROR"
          }
        ]
      },
      "roles": [
        "Author"
      ]
    }
  ],
  "date_published": "2024-03-15",
  "description": "An abstract about things.",
  "language": "en",
  "license": {
    "id": "CC-BY-4.0",
    "title": "Creative Commons Attribution 4.0 International",
    "url": "https://creativecommons.org/licenses/by/4.0/legalcode"
  },
  "publisher": {
    "name": "Example Publisher"
  },
  "references": [
    {
      "key": "ref1",
      "id": "https://doi.org/10.1000/xyz",
      "reference": "Prior Work"
    }
  ],
  "schema_version": "https://commonmeta.org/commonmeta_v1.0.json",
  "title": "A Study of Things",
  "url": "https://example.org/article/1"
}