Cardiff University · JSON Structure

Cardiff Publication Structure

JSON Structure for a Cardiff University research publication (RIOXX2 metadata).

Type: object Properties: 16 Required: 2
EducationHigher EducationUniversityUnited KingdomWalesOpen DataCoursesResearch

Publication is a JSON Structure definition published by Cardiff University, describing 16 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/extended/v0/# meta-schema.

Properties

eprintid eprint_status title type date publication publisher volume pagerange id_number uri official_url full_text_status harvardReference rioxx2_author rioxx2_free_to_read

Meta-schema: https://json-structure.org/meta/extended/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/extended/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cardiff/refs/heads/main/json-structure/cardiff-publication-structure.json",
  "name": "Publication",
  "description": "JSON Structure for a Cardiff University research publication (RIOXX2 metadata).",
  "type": "object",
  "properties": {
    "eprintid": { "type": "string" },
    "eprint_status": { "type": "string" },
    "title": { "type": "string" },
    "type": { "type": "string" },
    "date": { "type": "string" },
    "publication": { "type": "string" },
    "publisher": { "type": "string" },
    "volume": { "type": "string" },
    "pagerange": { "type": "string" },
    "id_number": { "type": "string" },
    "uri": { "type": "string" },
    "official_url": { "type": "string" },
    "full_text_status": { "type": "string" },
    "harvardReference": {
      "type": "array",
      "items": { "type": "string" }
    },
    "rioxx2_author": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "author": { "type": "string" }
        }
      }
    },
    "rioxx2_free_to_read": {
      "type": "object",
      "properties": {
        "free_to_read": { "type": "string" }
      }
    }
  },
  "required": ["eprintid", "title"]
}