commonmeta-schema 1.0.1

Commonmeta JSON Schemas and conformance fixtures
Documentation
{
  "id": "https://doi.org/10.5555/12345678",
  "type": "JournalArticle",
  "contributors": [
    {
      "type": "Person",
      "person": {
        "id": "https://orcid.org/0000-0001-5000-0007",
        "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"
  },
  "provider": "Crossref",
  "publisher": {
    "name": "Example Publisher"
  },
  "schema_version": "https://commonmeta.org/commonmeta_v1.0.json",
  "subjects": [
    {
      "subject": "science"
    },
    {
      "subject": "research"
    }
  ],
  "title": "A Study of Things",
  "url": "https://example.org/article/1",
  "version": "1.0"
}