King's College London · JSON Structure

Kings College London Article Structure

JSON Structure for a Figshare research article in the King's College London research repository.

Type: object Properties: 15 Required: 6
EducationHigher EducationUniversityResearchOpen DataOAI-PMHLibraryUnited Kingdom

Article is a JSON Structure definition published by King's College London, describing 15 properties, of which 6 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id title doi handle url url_public_html url_public_api thumb defined_type defined_type_name resource_title resource_doi published_date created_date timeline

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/kings-college-london/main/json-structure/kings-college-london-article-structure.json",
  "name": "Article",
  "description": "JSON Structure for a Figshare research article in the King's College London research repository.",
  "type": "object",
  "properties": {
    "id": { "type": "int64", "description": "Unique identifier for article" },
    "title": { "type": "string", "description": "Title of article" },
    "doi": { "type": "string", "description": "DOI" },
    "handle": { "type": "string", "description": "Handle" },
    "url": { "type": "uri", "description": "Api endpoint for article" },
    "url_public_html": { "type": "uri", "description": "Public site endpoint for article" },
    "url_public_api": { "type": "uri", "description": "Public Api endpoint for article" },
    "thumb": { "type": "string", "description": "Thumbnail image" },
    "defined_type": { "type": "int32", "description": "Type id of the article" },
    "defined_type_name": { "type": "string", "description": "Name of the article type" },
    "resource_title": { "type": "string", "description": "Title of the associated resource" },
    "resource_doi": { "type": "string", "description": "DOI of the associated resource" },
    "published_date": { "type": "string", "description": "Date when the article was published" },
    "created_date": { "type": "string", "description": "Date when the article was created" },
    "timeline": {
      "type": "object",
      "description": "Important dates in the lifecycle of the article",
      "properties": {
        "posted": { "type": "string" },
        "firstOnline": { "type": "string" },
        "revision": { "type": "string" },
        "submission": { "type": "string" }
      }
    }
  },
  "required": ["id", "title", "doi", "handle", "url", "timeline"]
}