commonmeta-schema 1.0.1

Commonmeta JSON Schemas and conformance fixtures
Documentation
{
  "id": "https://doi.org/10.5555/12345678",
  "type": "JournalArticle",
  "container": {
    "title": "Journal of Examples",
    "type": "Journal"
  },
  "contributors": [
    {
      "type": "Person",
      "person": {
        "given_name": "Ada",
        "family_name": "Lovelace",
        "affiliations": [
          {
            "name": "Example University"
          }
        ]
      },
      "roles": [
        "Author"
      ]
    }
  ],
  "date_published": "2024-03-15",
  "language": "en",
  "license": {
    "id": "CC-BY-4.0",
    "title": "Creative Commons Attribution 4.0 International",
    "url": "https://creativecommons.org/licenses/by/4.0/legalcode"
  },
  "provider": "DataCite",
  "publisher": {
    "name": "Example Publisher"
  },
  "references": [
    {
      "id": "https://doi.org/10.1000/xyz",
      "type": "Other"
    }
  ],
  "schema_version": "https://commonmeta.org/commonmeta_v1.0.json",
  "title": "A Study of Things",
  "url": "https://example.org/article/1"
}