Hamad Bin Khalifa University · JSON Structure

Hbku Article Structure

JSON Structure for a Figshare Article (Manara - Qatar Research Repository, hosting HBKU research output). Based on the Figshare API v2 Article schema.

Type: object Properties: 15 Required: 6
EducationHigher EducationUniversityResearchOpen AccessRepositoryQatarMiddle East

FigshareArticle is a JSON Structure definition published by Hamad Bin Khalifa University, 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 published_date thumb defined_type defined_type_name group_id resource_title resource_doi 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/hbku/main/json-structure/hbku-article-structure.json",
  "name": "FigshareArticle",
  "description": "JSON Structure for a Figshare Article (Manara - Qatar Research Repository, hosting HBKU research output). Based on the Figshare API v2 Article schema.",
  "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" },
    "url_public_api": { "type": "uri", "description": "Public API endpoint" },
    "published_date": { "type": "string", "description": "Publication date" },
    "thumb": { "type": "string", "description": "Thumbnail image url" },
    "defined_type": { "type": "int32", "description": "Type identifier" },
    "defined_type_name": { "type": "string", "description": "Type name" },
    "group_id": { "type": "int64", "description": "Group id" },
    "resource_title": { "type": "string", "description": "Linked resource title" },
    "resource_doi": { "type": "string", "description": "Linked resource DOI" },
    "timeline": {
      "type": "object",
      "description": "Timeline of significant dates",
      "properties": {
        "posted": { "type": "string" },
        "firstOnline": { "type": "string" },
        "revision": { "type": "string" },
        "submission": { "type": "string" }
      }
    }
  },
  "required": ["id", "title", "doi", "handle", "url", "defined_type_name"]
}