UBC Abacus Dataverse Dataset

A research dataset stored in UBC Library's Abacus Dataverse repository (Dataverse 5.9). Field set derived from the live OpenAPI Dataset schema.

EducationHigher EducationUniversityPublic Research UniversityCanadaBritish ColumbiaU15LibraryDigital CollectionsResearch DataResearch RepositoryOpen DataIdentity FederationOAI-PMHIIIFDataverse

Properties

Name Type Description
id integer Internal numeric database id of the dataset.
protocol string Persistent identifier protocol, e.g. doi.
authority string Identifier authority/prefix for the persistent id.
identifier string Identifier portion of the persistent id.
globalId string Full persistent identifier (e.g. doi:10.5683/SP3/XXXXXX).
storageIdentifier string
metadataLanguage string
publicationDate string
createDate string
modificationTime string
fileAccessRequest boolean Whether file access requests are enabled.
useGenericThumbnail boolean
harvested boolean Whether the dataset was harvested from a remote source.
harvestIdentifier string
versions array Dataset versions (draft and published).
files array Data files contained in this dataset.
View JSON Schema on GitHub

JSON Schema

ubc-dataset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ubc/main/json-schema/ubc-dataset-schema.json",
  "x-provenance": {
    "generated": "2026-08-19",
    "method": "derived",
    "source": "Derived from openapi/_original/ubc-abacus-dataverse.yaml (Dataverse 5.9 contract served by UBC Library's Abacus repository at https://abacus.library.ubc.ca/openapi). The underlying object model is Dataverse software's; the deployment is UBC-operated.",
    "x-operator": "institution"
  },
  "title": "UBC Abacus Dataverse Dataset",
  "description": "A research dataset stored in UBC Library's Abacus Dataverse repository (Dataverse 5.9). Field set derived from the live OpenAPI Dataset schema.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Internal numeric database id of the dataset."
    },
    "protocol": {
      "type": "string",
      "description": "Persistent identifier protocol, e.g. doi."
    },
    "authority": {
      "type": "string",
      "description": "Identifier authority/prefix for the persistent id."
    },
    "identifier": {
      "type": "string",
      "description": "Identifier portion of the persistent id."
    },
    "globalId": {
      "type": "string",
      "description": "Full persistent identifier (e.g. doi:10.5683/SP3/XXXXXX)."
    },
    "storageIdentifier": {
      "type": "string"
    },
    "metadataLanguage": {
      "type": "string"
    },
    "publicationDate": {
      "type": "string",
      "format": "date-time"
    },
    "createDate": {
      "type": "string",
      "format": "date-time"
    },
    "modificationTime": {
      "type": "string",
      "format": "date-time"
    },
    "fileAccessRequest": {
      "type": "boolean",
      "description": "Whether file access requests are enabled."
    },
    "useGenericThumbnail": {
      "type": "boolean"
    },
    "harvested": {
      "type": "boolean",
      "description": "Whether the dataset was harvested from a remote source."
    },
    "harvestIdentifier": {
      "type": "string"
    },
    "versions": {
      "type": "array",
      "description": "Dataset versions (draft and published).",
      "items": {
        "type": "object"
      }
    },
    "files": {
      "type": "array",
      "description": "Data files contained in this dataset.",
      "items": {
        "$ref": "ubc-datafile-schema.json"
      }
    }
  },
  "required": [
    "id"
  ],
  "additionalProperties": true
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ubc-dataset"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.